commit 9571b57d1a01b6a46b76360166af8b1a0533de12 Author: jgsuess Date: Mon Aug 4 12:19:16 2025 +0000 deploy: 5277cd16f4e98fb60f64f9252e3d3fc64b43b548 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/README.html b/README.html new file mode 100644 index 0000000..ad9f0b6 --- /dev/null +++ b/README.html @@ -0,0 +1,855 @@ + + + + + + + +FHIRFLARE IG Toolkit | Helm chart for deploying the fhirflare-ig-toolkit application + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

FHIRFLARE IG Toolkit

+ +

Helm chart for deploying the fhirflare-ig-toolkit application

+ +

View the Project on GitHub

+ +
+
+ +

FHIRFLARE IG Toolkit

+ +

FHIRFLARE Logo

+ +

Overview

+ +

The FHIRFLARE IG Toolkit is a Flask-based web application designed to streamline the management, processing, validation, and deployment of FHIR Implementation Guides (IGs) and test data. It offers a user-friendly interface for importing IG packages, extracting metadata, validating FHIR resources or bundles, pushing IGs to FHIR servers, converting FHIR resources to FHIR Shorthand (FSH), uploading complex test data sets with dependency management, and retrieving/splitting FHIR bundles. The toolkit includes live consoles for real-time feedback, making it an essential tool for FHIR developers and implementers.

+ +

The application can run in two modes:

+ +
    +
  • Standalone: Includes a Dockerized Flask frontend, SQLite database, and an embedded HAPI FHIR server for local validation and interaction.
  • +
  • Lite: Includes only the Dockerized Flask frontend and SQLite database, excluding the local HAPI FHIR server. Requires connection to external FHIR servers for certain features.
  • +
+ +

Installation Modes (Lite vs. Standalone)

+ +

This toolkit offers two primary installation modes to suit different needs:

+ +
    +
  • Standalone Version: +
      +
    • Includes the full FHIRFLARE Toolkit application and an embedded HAPI FHIR server running locally within the Docker environment.
    • +
    • Allows for local FHIR resource validation using HAPI FHIR’s capabilities.
    • +
    • Enables the “Use Local HAPI” option in the FHIR API Explorer and FHIR UI Operations pages, proxying requests to the internal HAPI server (http://localhost:8080/fhir).
    • +
    • Requires Git and Maven during the initial build process (via the .bat script or manual steps) to prepare the HAPI FHIR server.
    • +
    • Ideal for users who want a self-contained environment for development and testing or who don’t have readily available external FHIR servers.
    • +
    +
  • +
  • Lite Version: +
      +
    • Includes the FHIRFLARE Toolkit application without the embedded HAPI FHIR server.
    • +
    • Requires users to provide URLs for external FHIR servers when using features like the FHIR API Explorer and FHIR UI Operations pages. The “Use Local HAPI” option will be disabled in the UI.
    • +
    • Resource validation relies solely on local checks against downloaded StructureDefinitions, which may be less comprehensive than HAPI FHIR’s validation (e.g., for terminology bindings or complex invariants).
    • +
    • Does not require Git or Maven for setup if using the .bat script or running the pre-built Docker image.
    • +
    • Ideal for users who primarily want to use the IG management, processing, and FSH conversion features, or who will always connect to existing external FHIR servers.
    • +
    +
  • +
+ +

Features

+ +
    +
  • Import IGs: Download FHIR IG packages and dependencies from a package registry, supporting flexible version formats (e.g., 1.2.3, 1.1.0-preview, current) and dependency pulling modes (Recursive, Patch Canonical, Tree Shaking).
  • +
  • Enhanced Package Search and Import: +
      +
    • Interactive page (/search-and-import) to search for FHIR IG packages from configured registries.
    • +
    • Displays package details, version history, dependencies, and dependents.
    • +
    • Utilizes a local database cache (CachedPackage) for faster subsequent searches.
    • +
    • Background task to refresh the package cache from registries (/api/refresh-cache-task).
    • +
    • Direct import from search results.
    • +
    +
  • +
  • Manage IGs: View, process, unload, or delete downloaded IGs, with duplicate detection and resolution.
  • +
  • Process IGs: Extract resource types, profiles, must-support elements, examples, and profile relationships (structuredefinition-compliesWithProfile and structuredefinition-imposeProfile).
  • +
  • Validate FHIR Resources/Bundles: Validate single FHIR resources or bundles against selected IGs, with detailed error and warning reports (alpha feature). Note: Lite version uses local SD checks only.
  • +
  • Push IGs: Upload IG resources (and optionally dependencies) to a target FHIR server. Features include: +
      +
    • Real-time console output.
    • +
    • Authentication support (Bearer Token).
    • +
    • Filtering by resource type or specific files to skip.
    • +
    • Semantic comparison to skip uploading identical resources (override with Force Upload option).
    • +
    • Correct handling of canonical resources (searching by URL/version before deciding POST/PUT).
    • +
    • Dry run mode for simulation.
    • +
    • Verbose logging option.
    • +
    +
  • +
  • Upload Test Data: Upload complex sets of test data (individual JSON/XML files or ZIP archives) to a target FHIR server. Features include: +
      +
    • Robust parsing of JSON and XML (using fhir.resources library when available).
    • +
    • Automatic dependency analysis based on resource references within the uploaded set.
    • +
    • Topological sorting to ensure resources are uploaded in the correct order.
    • +
    • Cycle detection in dependencies.
    • +
    • Choice of individual resource uploads or a single transaction bundle.
    • +
    • Optional Pre-Upload Validation: Validate resources against a selected profile package before uploading.
    • +
    • Optional Conditional Uploads (Individual Mode): Check resource existence (GET) and use conditional If-Match headers for updates (PUT) or create resources (PUT/POST). Falls back to simple PUT if unchecked.
    • +
    • Configurable error handling (stop on first error or continue).
    • +
    • Authentication support (Bearer Token).
    • +
    • Streaming progress log via the UI.
    • +
    • Handles large numbers of files using a custom form parser.
    • +
    +
  • +
  • Profile Relationships: Display and validate compliesWithProfile and imposeProfile extensions in the UI (configurable).
  • +
  • FSH Converter: Convert FHIR JSON/XML resources to FHIR Shorthand (FSH) using GoFSH, with advanced options (Package context, Output styles, Log levels, FHIR versions, Fishing Trip, Dependencies, Indentation, Meta Profile handling, Alias File, No Alias). Includes a waiting spinner.
  • +
  • Retrieve and Split Bundles: +
      +
    • Retrieve specified resource types as bundles from a FHIR server.
    • +
    • Optionally fetch referenced resources, either individually or as full bundles for each referenced type.
    • +
    • Split uploaded ZIP files containing bundles into individual resource JSON files.
    • +
    • Download retrieved/split resources as a ZIP archive.
    • +
    • Streaming progress log via the UI for retrieval operations.
    • +
    +
  • +
  • FHIR Interaction UIs: Explore FHIR server capabilities and interact with resources using the “FHIR API Explorer” (simple GET/POST/PUT/DELETE) and “FHIR UI Operations” (Swagger-like interface based on CapabilityStatement). Note: Lite version requires custom server URLs.
  • +
  • HAPI FHIR Configuration (Standalone Mode): +
      +
    • A dedicated page (/config-hapi) to view and edit the application.yaml configuration for the embedded HAPI FHIR server.
    • +
    • Allows modification of HAPI FHIR properties directly from the UI.
    • +
    • Option to restart the HAPI FHIR server (Tomcat) to apply changes.
    • +
    +
  • +
  • API Support: RESTful API endpoints for importing, pushing, retrieving metadata, validating, uploading test data, and retrieving/splitting bundles.
  • +
  • Live Console: Real-time logs for push, validation, upload test data, FSH conversion, and bundle retrieval operations.
  • +
  • Configurable Behavior: Control validation modes, display options via app.config.
  • +
  • Theming: Supports light and dark modes.
  • +
+ +

Technology Stack

+ +
    +
  • Python 3.12+, Flask 2.3.3, Flask-SQLAlchemy 3.0.5, Flask-WTF 1.2.1
  • +
  • Jinja2, Bootstrap 5.3.3, JavaScript (ES6), Lottie-Web 5.12.2
  • +
  • SQLite
  • +
  • Docker, Docker Compose, Supervisor
  • +
  • Node.js 18+ (for GoFSH/SUSHI), GoFSH, SUSHI
  • +
  • HAPI FHIR (Standalone version only)
  • +
  • Requests 2.31.0, Tarfile, Logging, Werkzeug
  • +
  • fhir.resources (optional, for robust XML parsing)
  • +
+ +

Prerequisites

+ +
    +
  • Docker: Required for containerized deployment (both versions).
  • +
  • Git & Maven: Required only for building the Standalone version from source using the .bat script or manual steps. Not required for the Lite version build or for running pre-built Docker Hub images.
  • +
  • Windows: Required if using the .bat scripts.
  • +
+ +

Setup Instructions

+ +

Running Pre-built Images (General Users)

+ +

This is the easiest way to get started without needing Git or Maven. Choose the version you need:

+ +

Lite Version (No local HAPI FHIR):

+ +
# Pull the latest Lite image
+docker pull ghcr.io/sudo-jhare/fhirflare-ig-toolkit-lite:latest
+
+# Run the Lite version (maps port 5000 for the UI)
+# You'll need to create local directories for persistent data first:
+# mkdir instance logs static static/uploads instance/hapi-h2-data
+docker run -d \
+  -p 5000:5000 \
+  -v ./instance:/app/instance \
+  -v ./static/uploads:/app/static/uploads \
+  -v ./instance/hapi-h2-data:/app/h2-data \
+  -v ./logs:/app/logs \
+  --name fhirflare-lite \
+  ghcr.io/sudo-jhare/fhirflare-ig-toolkit-lite:latest
+Standalone Version (Includes local HAPI FHIR):
+
+

Bash

+ +
# Pull the latest Standalone image
+docker pull ghcr.io/sudo-jhare/fhirflare-ig-toolkit-standalone:latest
+
+# Run the Standalone version (maps ports 5000 and 8080)
+# You'll need to create local directories for persistent data first:
+# mkdir instance logs static static/uploads instance/hapi-h2-data
+docker run -d \
+  -p 5000:5000 \
+  -p 8080:8080 \
+  -v ./instance:/app/instance \
+  -v ./static/uploads:/app/static/uploads \
+  -v ./instance/hapi-h2-data:/app/h2-data \
+  -v ./logs:/app/logs \
+  --name fhirflare-standalone \
+  ghcr.io/sudo-jhare/fhirflare-ig-toolkit-standalone:latest
+
+ +

Building from Source (Developers) +Using Windows .bat Scripts (Standalone Version Only):

+ +

First Time Setup:

+ +

Run Build and Run for first time.bat:

+ +

Code snippet

+ +
cd "<project folder>"
+git clone [https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git](https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git) hapi-fhir-jpaserver
+copy .\\hapi-fhir-Setup\\target\\classes\\application.yaml .\\hapi-fhir-jpaserver\\target\\classes\\application.yaml
+mvn clean package -DskipTests=true -Pboot
+docker-compose build --no-cache
+docker-compose up -d
+
+ +

This clones the HAPI FHIR server, copies configuration, builds the project, and starts the containers.

+ +

Subsequent Runs:

+ +

Run Run.bat:

+ +

Code snippet

+
cd "<project folder>"
+docker-compose up -d
+
+

This starts the Flask app (port 5000) and HAPI FHIR server (port 8080).

+ +

Access the Application:

+ +
    +
  • Flask UI: http://localhost:5000
  • +
  • HAPI FHIR server: http://localhost:8080
  • +
  • Manual Setup (Linux/MacOS/Windows):
  • +
+ +

Preparation (Standalone Version Only):

+ +
cd <project folder>
+git clone [https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git](https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git) hapi-fhir-jpaserver
+cp ./hapi-fhir-Setup/target/classes/application.yaml ./hapi-fhir-jpaserver/target/classes/application.yaml
+
+ +

Build:

+ +
# Build HAPI FHIR (Standalone Version Only)
+mvn clean package -DskipTests=true -Pboot
+
+# Build Docker Image (Specify APP_MODE=lite in docker-compose.yml for Lite version)
+docker-compose build --no-cache
+
+ +

Run:

+ +
docker-compose up -d
+Access the Application:
+
+ +
    +
  • Flask UI: http://localhost:5000
  • +
  • HAPI FHIR server (Standalone only): http://localhost:8080
  • +
  • Local Development (Without Docker):
  • +
+ +

Clone the Repository:

+ +
git clone [https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git](https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git)
+cd FHIRFLARE-IG-Toolkit
+
+ +

Install Dependencies:

+ +
python -m venv venv
+source venv/bin/activate  # On Windows: venv\Scripts\activate
+pip install -r requirements.txt
+
+ +

Install Node.js, GoFSH, and SUSHI (for FSH Converter):

+ +
# Example for Debian/Ubuntu
+curl -fsSL [https://deb.nodesource.com/setup_18.x](https://deb.nodesource.com/setup_18.x) | sudo bash -
+sudo apt-get install -y nodejs
+# Install globally
+npm install -g gofsh fsh-sushi
+Set Environment Variables:
+
+ +
export FLASK_SECRET_KEY='your-secure-secret-key'
+export API_KEY='your-api-key'
+# Optional: Set APP_MODE to 'lite' if desired
+# export APP_MODE='lite'
+
+ +

Initialize Directories:

+ +
mkdir -p instance static/uploads logs
+# Ensure write permissions if needed
+# chmod -R 777 instance static/uploads logs
+
+ +

Run the Application:

+ +
export FLASK_APP=app.py
+flask run
+
+

Access at http://localhost:5000.

+ +

Usage +Import an IG

+

Search, View Details, and Import Packages

+

Navigate to Search and Import Packages (/search-and-import).

+
    +
  1. The page will load a list of available FHIR Implementation Guide packages from a local cache or by fetching from configured registries. +
      +
    • A loading animation and progress messages are shown if fetching from registries.
    • +
    • The timestamp of the last cache update is displayed.
    • +
    +
  2. +
  3. Use the search bar to filter packages by name or author.
  4. +
  5. Packages are paginated for easier Browse.
  6. +
  7. For each package, you can: +
      +
    • View its latest official and absolute versions.
    • +
    • Click on the package name to navigate to a detailed view (/package-details/<name>) showing: +
        +
      • Comprehensive metadata (author, FHIR version, canonical URL, description).
      • +
      • A full list of available versions with publication dates.
      • +
      • Declared dependencies.
      • +
      • Other packages that depend on it (dependents).
      • +
      • Version history (logs).
      • +
      +
    • +
    • Directly import a specific version using the “Import” button on the search page or the details page.
    • +
    +
  8. +
  9. Cache Management: +
      +
    • A “Clear & Refresh Cache” button is available to trigger a background task (/api/refresh-cache-task) that clears the local database and in-memory cache and fetches the latest package information from all configured registries. Progress is shown via a live log.
    • +
    +
  10. +
+ +
    +
  • Enter a package name (e.g., hl7.fhir.au.core) and version (e.g., 1.1.0-preview).
  • +
  • Choose a dependency mode:
  • +
  • Current Recursive: Import all dependencies listed in package.json recursively.
  • +
  • Patch Canonical Versions: Import only canonical FHIR packages (e.g., hl7.fhir.r4.core).
  • +
  • Tree Shaking: Import only dependencies containing resources actually used by the main package.
  • +
  • Click Import to download the package and dependencies.
  • +
+ +

Manage IGs +Go to Manage FHIR Packages (/view-igs) to view downloaded and processed IGs.

+ +

Actions:

+
    +
  • Process: Extract metadata (resource types, profiles, must-support elements, examples).
  • +
  • Unload: Remove processed IG data from the database.
  • +
  • Delete: Remove package files from the filesystem.
  • +
+ +

Duplicates are highlighted for resolution.

+ +

View Processed IGs

+ +

After processing, view IG details (/view-ig/), including:

+ +
    +
  • Resource types and profiles.
  • +
  • Must-support elements and examples.
  • +
  • Profile relationships (compliesWithProfile, imposeProfile) if enabled (DISPLAY_PROFILE_RELATIONSHIPS).
  • +
+ +

Interactive StructureDefinition viewer (Differential, Snapshot, Must Support, Key Elements, Constraints, Terminology, Search Params).

+
    +
  • Validate FHIR Resources/Bundles
  • +
  • Navigate to Validate FHIR Sample (/validate-sample).
  • +
+ +

Select a package (e.g., hl7.fhir.au.core#1.1.0-preview).

+ +
    +
  • Choose Single Resource or Bundle mode.
  • +
  • Paste or upload FHIR JSON/XML (e.g., a Patient resource).
  • +
  • Submit to view validation errors/warnings. Note: Alpha feature; report issues to GitHub (remove PHI).
  • +
  • Push IGs to a FHIR Server
  • +
  • Go to Push IGs (/push-igs).
  • +
+ +

Select a downloaded package.

+ +
    +
  • Enter the Target FHIR Server URL.
  • +
  • Configure Authentication (None, Bearer Token).
  • +
  • Choose options: Include Dependencies, Force Upload (skips comparison check), Dry Run, Verbose Log.
  • +
  • Optionally filter by Resource Types (comma-separated) or Skip Specific Files (paths within package, comma/newline separated).
  • +
  • Click Push to FHIR Server to upload resources. Canonical resources are checked before upload. Identical resources are skipped unless Force Upload is checked.
  • +
  • Monitor progress in the live console.
  • +
  • Upload Test Data
  • +
  • Navigate to Upload Test Data (/upload-test-data).
  • +
  • Enter the Target FHIR Server URL.
  • +
  • Configure Authentication (None, Bearer Token).
  • +
  • Select one or more .json, .xml files, or a single .zip file containing test resources.
  • +
  • Optionally check Validate Resources Before Upload? and select a Validation Profile Package.
  • +
  • Choose Upload Mode:
  • +
  • Individual Resources: Uploads each resource one by one in dependency order.
  • +
  • Transaction Bundle: Uploads all resources in a single transaction.
  • +
  • Optionally check Use Conditional Upload (Individual Mode Only)? to use If-Match headers for updates.
  • +
  • Choose Error Handling:
  • +
  • Stop on First Error: Halts the process if any validation or upload fails.
  • +
  • Continue on Error: Reports errors but attempts to process/upload remaining resources.
  • +
  • Click Upload and Process. The tool parses files, optionally validates, analyzes dependencies, topologically sorts resources, and uploads them according to selected options.
  • +
  • Monitor progress in the streaming log output.
  • +
+ +

Convert FHIR to FSH

+
    +
  • Navigate to FSH Converter (/fsh-converter).
  • +
+ +

Optionally select a package for context (e.g., hl7.fhir.au.core#1.1.0-preview). +Choose input mode: +Upload File: Upload a FHIR JSON/XML file. +Paste Text: Paste FHIR JSON/XML content. +Configure options: +Output Style: file-per-definition, group-by-fsh-type, group-by-profile, single-file. +Log Level: error, warn, info, debug. +FHIR Version: R4, R4B, R5, or auto-detect. +Fishing Trip: Enable round-trip validation with SUSHI, generating a comparison report. +Dependencies: Specify additional packages (e.g., hl7.fhir.us.core@6.1.0, one per line). +Indent Rules: Enable context path indentation for readable FSH. +Meta Profile: Choose only-one, first, or none for meta.profile handling. +Alias File: Upload an FSH file with aliases (e.g., $MyAlias = http://example.org). +No Alias: Disable automatic alias generation. +Click Convert to FSH to generate and display FSH output, with a waiting spinner (light/dark theme) during processing. +If Fishing Trip is enabled, view the comparison report via the “Click here for SUSHI Validation” badge button. +Download the result as a .fsh file. +Retrieve and Split Bundles +Navigate to Retrieve/Split Data (/retrieve-split-data).

+ +

Retrieve Bundles from Server:

+ +
    +
  • Enter the FHIR Server URL (defaults to the proxy if empty).
  • +
  • Select one or more Resource Types to retrieve (e.g., Patient, Observation).
  • +
  • Optionally check Fetch Referenced Resources.
  • +
  • If checked, further optionally check Fetch Full Reference Bundles to retrieve entire bundles for each referenced type (e.g., all Patients if a Patient is referenced) instead of individual resources by ID.
  • +
  • Click Retrieve Bundles.
  • +
  • Monitor progress in the streaming log. A ZIP file containing the retrieved bundles/resources will be prepared for download.
  • +
+ +

Split Uploaded Bundles:

+ +
    +
  • Upload a ZIP file containing FHIR bundles (JSON format).
  • +
  • Click Split Bundles.
  • +
  • A ZIP file containing individual resources extracted from the bundles will be prepared for download.
  • +
  • Explore FHIR Operations
  • +
  • Navigate to FHIR UI Operations (/fhir-ui-operations).
  • +
+ +

Toggle between local HAPI (/fhir) or a custom FHIR server.

+ +
    +
  • Click Fetch Metadata to load the server’s CapabilityStatement.
  • +
  • Select a resource type (e.g., Patient, Observation) or System to view operations:
  • +
  • System operations: GET /metadata, POST /, GET /_history, GET/POST /$diff, POST /$reindex, POST /$expunge, etc.
  • +
  • Resource operations: GET Patient/:id, POST Observation/_search, etc.
  • +
  • Use Try it out to input parameters or request bodies, then Execute to view results in JSON, XML, or narrative formats.
  • +
+ +

Configure Embedded HAPI FHIR Server (Standalone Mode)

+

For users running the Standalone version, which includes an embedded HAPI FHIR server.

+
    +
  1. Navigate to Configure HAPI FHIR (/config-hapi).
  2. +
  3. The page displays the content of the HAPI FHIR server’s application.yaml file.
  4. +
  5. You can edit the configuration directly in the text area. +
      +
    • Caution: Incorrect modifications can break the HAPI FHIR server.
    • +
    +
  6. +
  7. Click Save Configuration to apply your changes to the application.yaml file.
  8. +
  9. Click Restart Tomcat to restart the HAPI FHIR server and load the new configuration. The restart process may take a few moments.
  10. +
+ +

API Usage +Import IG +Bash

+ +

curl -X POST http://localhost:5000/api/import-ig
+-H “Content-Type: application/json”
+-H “X-API-Key: your-api-key”
+-d ‘{“package_name”: “hl7.fhir.au.core”, “version”: “1.1.0-preview”, “dependency_mode”: “recursive”}’ +Returns complies_with_profiles, imposed_profiles, and duplicate_packages_present info.

+ +

Refresh Package Cache (Background Task)

+
curl -X POST http://localhost:5000/api/refresh-cache-task \
+-H "X-API-Key: your-api-key"
+
+ +

Push IG +Bash

+ +
curl -X POST http://localhost:5000/api/push-ig \
+-H "Content-Type: application/json" \
+-H "Accept: application/x-ndjson" \
+-H "X-API-Key: your-api-key" \
+-d '{
+      "package_name": "hl7.fhir.au.core",
+      "version": "1.1.0-preview",
+      "fhir_server_url": "http://localhost:8080/fhir",
+      "include_dependencies": true,
+      "force_upload": false,
+      "dry_run": false,
+      "verbose": false,
+      "auth_type": "none"
+    }'
+
+ +

Returns a streaming NDJSON response with progress and final summary.

+ +

Upload Test Data +Bash

+ +
curl -X POST http://localhost:5000/api/upload-test-data \
+-H "X-API-Key: your-api-key" \
+-H "Accept: application/x-ndjson" \
+-F "fhir_server_url=http://your-fhir-server/fhir" \
+-F "auth_type=bearerToken" \
+-F "auth_token=YOUR_TOKEN" \
+-F "upload_mode=individual" \
+-F "error_handling=continue" \
+-F "validate_before_upload=true" \
+-F "validation_package_id=hl7.fhir.r4.core#4.0.1" \
+-F "use_conditional_uploads=true" \
+-F "test_data_files=@/path/to/your/patient.json" \
+-F "test_data_files=@/path/to/your/observations.zip"
+
+ +

Returns a streaming NDJSON response with progress and final summary. Uses multipart/form-data for file uploads.

+ +

Retrieve Bundles +Bash

+ +
curl -X POST http://localhost:5000/api/retrieve-bundles \
+-H "X-API-Key: your-api-key" \
+-H "Accept: application/x-ndjson" \
+-F "fhir_server_url=http://your-fhir-server/fhir" \
+-F "resources=Patient" \
+-F "resources=Observation" \
+-F "validate_references=true" \
+-F "fetch_reference_bundles=false"
+
+ +

Returns a streaming NDJSON response with progress. The X-Zip-Path header in the final response part will contain the path to download the ZIP archive (e.g., /tmp/retrieved_bundles_datetime.zip).

+ +

Split Bundles +Bash

+ +
curl -X POST http://localhost:5000/api/split-bundles \
+-H "X-API-Key: your-api-key" \
+-H "Accept: application/x-ndjson" \
+-F "split_bundle_zip_path=@/path/to/your/bundles.zip"
+
+ +

Returns a streaming NDJSON response. The X-Zip-Path header in the final response part will contain the path to download the ZIP archive of split resources.

+ +

Validate Resource/Bundle +Not yet exposed via API; use the UI at /validate-sample.

+ +

Configuration Options +Located in app.py:

+ +
    +
  • VALIDATE_IMPOSED_PROFILES: (Default: True) Validates resources against imposed profiles during push.
  • +
  • DISPLAY_PROFILE_RELATIONSHIPS: (Default: True) Shows compliesWithProfile and imposeProfile in the UI.
  • +
  • FHIR_PACKAGES_DIR: (Default: /app/instance/fhir_packages) Stores .tgz packages and metadata.
  • +
  • UPLOAD_FOLDER: (Default: /app/static/uploads) Stores GoFSH output files and FSH comparison reports.
  • +
  • SECRET_KEY: Required for CSRF protection and sessions. Set via environment variable or directly.
  • +
  • API_KEY: Required for API authentication. Set via environment variable or directly.
  • +
  • MAX_CONTENT_LENGTH: (Default: Flask default) Max size for HTTP request body (e.g., 16 * 1024 * 1024 for 16MB). Important for large uploads.
  • +
  • MAX_FORM_PARTS: (Default: Werkzeug default, often 1000) Default max number of form parts. Overridden for /api/upload-test-data by CustomFormDataParser.
  • +
+ +

Get HAPI FHIR Configuration (Standalone Mode)

+
curl -X GET http://localhost:5000/api/config \
+-H "X-API-Key: your-api-key"
+
+

Save HAPI FHIR Configuration:

+
curl -X POST http://localhost:5000/api/config \
+-H "Content-Type: application/json" \
+-H "X-API-Key: your-api-key" \
+-d '{"your_yaml_key": "your_value", ...}' # Send the full YAML content as JSON
+
+

Restart HAPI FHIR Server:

+ +
curl -X POST http://localhost:5000/api/restart-tomcat \
+-H "X-API-Key: your-api-key"
+
+ +

Testing +The project includes a test suite covering UI, API, database, file operations, and security.

+ +

Test Prerequisites:

+ +

pytest: For running tests. +pytest-mock: For mocking dependencies. Install: pip install pytest pytest-mock +Running Tests:

+ +

Bash

+ +
cd <project folder>
+pytest tests/test_app.py -v
+
+

Test Coverage:

+ +
    +
  • UI Pages: Homepage, Import IG, Manage IGs, Push IGs, Validate Sample, View Processed IG, FSH Converter, Upload Test Data, Retrieve/Split Data.
  • +
  • API Endpoints: POST /api/import-ig, POST /api/push-ig, GET /get-structure, GET /get-example, POST /api/upload-test-data, POST /api/retrieve-bundles, POST /api/split-bundles.
  • +
  • Database: IG processing, unloading, viewing.
  • +
  • File Operations: Package processing, deletion, FSH output, ZIP handling.
  • +
  • Security: CSRF protection, flash messages, secret key.
  • +
  • FSH Converter: Form submission, file/text input, GoFSH execution, Fishing Trip comparison.
  • +
  • Upload Test Data: Parsing, dependency graph, sorting, upload modes, validation, conditional uploads.
  • +
+ +

Development Notes

+ +

Background

+ +

The toolkit addresses the need for a comprehensive FHIR IG management tool, with recent enhancements for resource validation, FSH conversion with advanced GoFSH features, flexible versioning, improved IG pushing, dependency-aware test data uploading, and bundle retrieval/splitting, making it a versatile platform for FHIR developers.

+ +

Technical Decisions

+ +
    +
  • Flask: Lightweight and flexible for web development.
  • +
  • SQLite: Simple for development; consider PostgreSQL for production.
  • +
  • Bootstrap 5.3.3: Responsive UI with custom styling.
  • +
  • Lottie-Web: Renders themed animations for FSH conversion waiting spinner.
  • +
  • GoFSH/SUSHI: Integrated via Node.js for advanced FSH conversion and round-trip validation.
  • +
  • Docker: Ensures consistent deployment with Flask and HAPI FHIR.
  • +
  • Flexible Versioning: Supports non-standard IG versions (e.g., -preview, -ballot).
  • +
  • Live Console/Streaming: Real-time feedback for complex operations (Push, Upload Test Data, FSH, Retrieve Bundles).
  • +
  • Validation: Alpha feature with ongoing FHIRPath improvements.
  • +
  • Dependency Management: Uses topological sort for Upload Test Data feature.
  • +
  • Form Parsing: Uses custom Werkzeug parser for Upload Test Data to handle large numbers of files.
  • +
+ +

Recent Updates

+ +
    +
  • Enhanced package search page with caching, detailed views (dependencies, dependents, version history), and background cache refresh.
  • +
  • Upload Test Data Enhancements (April 2025):
  • +
  • Added optional Pre-Upload Validation against selected IG profiles.
  • +
  • Added optional Conditional Uploads (GET + POST/PUT w/ If-Match) for individual mode.
  • +
  • Implemented robust XML parsing using fhir.resources library (when available).
  • +
  • Fixed 413 Request Entity Too Large errors for large file counts using a custom Werkzeug FormDataParser.
  • +
  • Path: templates/upload_test_data.html, app.py, services.py, forms.py.
  • +
  • Push IG Enhancements (April 2025):
  • +
  • Added semantic comparison to skip uploading identical resources.
  • +
  • Added “Force Upload” option to bypass comparison.
  • +
  • Improved handling of canonical resources (search before PUT/POST).
  • +
  • Added filtering by specific files to skip during push.
  • +
  • More detailed summary report in stream response.
  • +
  • Path: templates/cp_push_igs.html, app.py, services.py.
  • +
  • Waiting Spinner for FSH Converter (April 2025):
  • +
  • Added a themed (light/dark) Lottie animation spinner during FSH execution.
  • +
  • Path: templates/fsh_converter.html, static/animations/, static/js/lottie-web.min.js.
  • +
  • Advanced FSH Converter (April 2025):
  • +
  • Added support for GoFSH advanced options: –fshing-trip, –dependency, –indent, –meta-profile, –alias-file, –no-alias.
  • +
  • Displays Fishing Trip comparison reports.
  • +
  • Path: templates/fsh_converter.html, app.py, services.py, forms.py.
  • +
  • (New) Retrieve and Split Data (May 2025):
  • +
  • Added UI and API for retrieving bundles from a FHIR server by resource type.
  • +
  • Added options to fetch referenced resources (individually or as full type bundles).
  • +
  • Added functionality to split uploaded ZIP files of bundles into individual resources.
  • +
  • Streaming log for retrieval and ZIP download for results.
  • +
  • Paths: templates/retrieve_split_data.html, app.py, services.py, forms.py.
  • +
  • Known Issues and Workarounds
  • +
  • Favicon 404: Clear browser cache or verify /app/static/favicon.ico.
  • +
  • CSRF Errors: Set FLASK_SECRET_KEY and ensure in forms.
  • +
  • Import Fails: Check package name/version and connectivity.
  • +
  • Validation Accuracy: Alpha feature; report issues to GitHub (remove PHI).
  • +
  • Package Parsing: Non-standard .tgz filenames may parse incorrectly. Fallback uses name-only parsing.
  • +
  • Permissions: Ensure instance/ and static/uploads/ are writable.
  • +
  • GoFSH/SUSHI Errors: Check ./logs/flask_err.log for ERROR:services:GoFSH failed. Ensure valid FHIR inputs and SUSHI installation.
  • +
  • Upload Test Data XML Parsing: Relies on fhir.resources library for full validation; basic parsing used as fallback. Complex XML structures might not be fully analyzed for dependencies with basic parsing. Prefer JSON for reliable dependency analysis.
  • +
  • 413 Request Entity Too Large: Primarily handled by CustomFormDataParser for /api/upload-test-data. Check the parser’s max_form_parts limit if still occurring. MAX_CONTENT_LENGTH in app.py controls overall size. Reverse proxy limits (client_max_body_size in Nginx) might also apply.
  • +
+ +

Future Improvements

+ +
    +
  • Upload Test Data: Improve XML parsing further (direct XML->fhir.resource object if possible), add visual progress bar, add upload order preview, implement transaction bundle size splitting, add ‘Clear Target Server’ option (with confirmation).
  • +
  • Validation: Enhance FHIRPath for complex constraints; add API endpoint.
  • +
  • Sorting: Sort IG versions in /view-igs (e.g., ascending).
  • +
  • Duplicate Resolution: Options to keep latest version or merge resources.
  • +
  • Production Database: Support PostgreSQL.
  • +
  • Error Reporting: Detailed validation error paths in the UI.
  • +
  • FSH Enhancements: Add API endpoint for FSH conversion; support inline instance construction.
  • +
  • FHIR Operations: Add complex parameter support (e.g., /$diff with left/right).
  • +
  • Retrieve/Split Data: Add option to filter resources during retrieval (e.g., by date, specific IDs).
  • +
+ +

Completed Items

+ +
    +
  • Testing suite with basic coverage.
  • +
  • API endpoints for POST /api/import-ig and POST /api/push-ig.
  • +
  • Flexible versioning (-preview, -ballot).
  • +
  • CSRF fixes for forms.
  • +
  • Resource validation UI (alpha).
  • +
  • FSH Converter with advanced GoFSH features and waiting spinner.
  • +
  • Push IG enhancements (force upload, semantic comparison, canonical handling, skip files).
  • +
  • Upload Test Data feature with dependency sorting, multiple upload modes, pre-upload validation, conditional uploads, robust XML parsing, and fix for large file counts.
  • +
  • Retrieve and Split Data functionality with reference fetching and ZIP download.
  • +
  • Far-Distant Improvements
  • +
  • Cache Service: Use Redis for IG metadata caching.
  • +
  • Database Optimization: Composite index on ProcessedIg.package_name and ProcessedIg.version.
  • +
+ +

Directory Structure

+
FHIRFLARE-IG-Toolkit/
+├── app.py                              # Main Flask application
+├── Build and Run for first time.bat    # Windows script for first-time Docker setup
+├── docker-compose.yml                  # Docker Compose configuration
+├── Dockerfile                          # Docker configuration
+├── forms.py                            # Form definitions
+├── LICENSE.md                          # Apache 2.0 License
+├── README.md                           # Project documentation
+├── requirements.txt                    # Python dependencies
+├── Run.bat                             # Windows script for running Docker
+├── services.py                         # Logic for IG import, processing, validation, pushing, FSH conversion, test data upload, retrieve/split
+├── supervisord.conf                    # Supervisor configuration
+├── hapi-fhir-Setup/
+│   ├── README.md                       # HAPI FHIR setup instructions
+│   └── target/
+│       └── classes/
+│           └── application.yaml        # HAPI FHIR configuration
+├── instance/
+│   ├── fhir_ig.db                      # SQLite database
+│   ├── fhir_ig.db.old                  # Database backup
+│   └── fhir_packages/                  # Stored IG packages and metadata
+│       ├── ... (example packages) ...
+├── logs/
+│   ├── flask.log                       # Flask application logs
+│   ├── flask_err.log                   # Flask error logs
+│   ├── supervisord.log                 # Supervisor logs
+│   ├── supervisord.pid                 # Supervisor PID file
+│   ├── tomcat.log                      # Tomcat logs for HAPI FHIR
+│   └── tomcat_err.log                  # Tomcat error logs
+├── static/
+│   ├── animations/
+│   │   ├── loading-dark.json           # Dark theme spinner animation
+│   │   └── loading-light.json          # Light theme spinner animation
+│   ├── favicon.ico                     # Application favicon
+│   ├── FHIRFLARE.png                   # Application logo
+│   ├── js/
+│   │   └── lottie-web.min.js           # Lottie library for spinner
+│   └── uploads/
+│       ├── output.fsh                  # Generated FSH output (temp location)
+│       └── fsh_output/                 # GoFSH output directory
+│           ├── ... (example GoFSH output) ...
+├── templates/
+│   ├── base.html                       # Base template
+│   ├── cp_downloaded_igs.html          # UI for managing IGs
+│   ├── cp_push_igs.html                # UI for pushing IGs
+│   ├── cp_view_processed_ig.html       # UI for viewing processed IGs
+│   ├── fhir_ui.html                    # UI for FHIR API explorer
+│   ├── fhir_ui_operations.html         # UI for FHIR server operations
+│   ├── fsh_converter.html              # UI for FSH conversion
+│   ├── import_ig.html                  # UI for importing IGs
+│   ├── index.html                      # Homepage
+│   ├── retrieve_split_data.html        # UI for Retrieve and Split Data
+│   ├── upload_test_data.html           # UI for Uploading Test Data
+│   ├── validate_sample.html            # UI for validating resources/bundles
+│   ├── config_hapi.html                # UI for HAPI FHIR Configuration
+│   └── _form_helpers.html              # Form helper macros
+├── tests/
+│   └── test_app.py                     # Test suite
+└── hapi-fhir-jpaserver/                # HAPI FHIR server resources (if Standalone)
+
+ +

Contributing

+ +
    +
  1. Fork the repository.
  2. +
  3. Create a feature branch (git checkout -b feature/your-feature).
  4. +
  5. Commit changes (git commit -m “Add your feature”).
  6. +
  7. Push to your branch (git push origin feature/your-feature).
  8. +
  9. Open a Pull Request.
  10. +
  11. Ensure code follows PEP 8 and includes tests in tests/test_app.py.
  12. +
+ +

Troubleshooting

+ +
    +
  • Favicon 404: Clear browser cache or verify /app/static/favicon.ico: docker exec -it curl http://localhost:5000/static/favicon.ico
  • +
  • CSRF Errors: Set FLASK_SECRET_KEY and ensure in forms.
  • +
  • Import Fails: Check package name/version and connectivity.
  • +
  • Validation Accuracy: Alpha feature; report issues to GitHub (remove PHI).
  • +
  • Package Parsing: Non-standard .tgz filenames may parse incorrectly. Fallback uses name-only parsing.
  • +
  • Permissions: Ensure instance/ and static/uploads/ are writable: chmod -R 777 instance static/uploads logs
  • +
  • GoFSH/SUSHI Errors: Check ./logs/flask_err.log for ERROR:services:GoFSH failed. Ensure valid FHIR inputs and SUSHI installation: docker exec -it sushi --version
  • +
  • 413 Request Entity Too Large: Increase MAX_CONTENT_LENGTH and MAX_FORM_PARTS in app.py. If using a reverse proxy (e.g., Nginx), increase its client_max_body_size setting as well. Ensure the application/container is fully restarted/rebuilt.
  • +
+ +

License

+ +

Licensed under the Apache 2.0 License. See LICENSE.md for details.

+ + +
+
+ + + + diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..ab5049f --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,137 @@ +/* generated by rouge http://rouge.jneen.net/ original base16 by Chris Kempson (https://github.com/chriskempson/base16) +*/ +@import url("https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700"); +.highlight table td { padding: 5px; } + +.highlight table pre { margin: 0; } + +.highlight, .highlight .w { color: #d0d0d0; } + +.highlight .err { color: #151515; background-color: #ac4142; } + +.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { color: #888; } + +.highlight .cp { color: #f4bf75; } + +.highlight .nt { color: #f4bf75; } + +.highlight .o, .highlight .ow { color: #d0d0d0; } + +.highlight .p, .highlight .pi { color: #d0d0d0; } + +.highlight .gi { color: #90a959; } + +.highlight .gd { color: #ac4142; } + +.highlight .gh { color: #6a9fb5; font-weight: bold; } + +.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { color: #aa759f; } + +.highlight .kc { color: #d28445; } + +.highlight .kt { color: #d28445; } + +.highlight .kd { color: #d28445; } + +.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { color: #90a959; } + +.highlight .sr { color: #75b5aa; } + +.highlight .si { color: #8f5536; } + +.highlight .se { color: #8f5536; } + +.highlight .nn { color: #f4bf75; } + +.highlight .nc { color: #f4bf75; } + +.highlight .no { color: #f4bf75; } + +.highlight .na { color: #6a9fb5; } + +.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { color: #90a959; } + +.highlight .ss { color: #90a959; } + +html { background: #6C7989; background: #6C7989 linear-gradient(#6C7989, #434B55) fixed; height: 100%; } + +body { padding: 50px 0; margin: 0; font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #555; font-weight: 300; background: url("../images/checker.png") fixed; min-height: calc(100% - 100px); } + +.wrapper { width: 740px; margin: 0 auto; background: #DEDEDE; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px; } + +header, section, footer { display: block; } + +a { color: #069; text-decoration: none; } + +p { margin: 0 0 20px; padding: 0; } + +strong { color: #222; font-weight: 700; } + +header { border-radius: 8px 8px 0 0; background: #C6EAFA; background: linear-gradient(#DDFBFC, #C6EAFA); position: relative; padding: 15px 20px; border-bottom: 1px solid #B2D2E1; } +header h1 { margin: 0; padding: 0; font-size: 24px; line-height: 1.2; color: #069; text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; } +header.without-description h1 { margin: 10px 0; } +header p { margin: 0; color: #61778B; width: 300px; font-size: 13px; } +header p.view { display: none; font-weight: 700; text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; -webkit-font-smoothing: antialiased; } +header p.view a { color: #06c; } +header p.view small { font-weight: 400; } +header ul { margin: 0; padding: 0; list-style: none; position: absolute; z-index: 1; right: 20px; top: 20px; height: 38px; padding: 1px 0; background: #5198DF; background: linear-gradient(#77B9FB, #3782CD); border-radius: 5px; box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0; width: auto; } +header ul:before { content: ''; position: absolute; z-index: -1; left: -5px; top: -4px; right: -5px; bottom: -6px; background: rgba(0, 0, 0, 0.1); border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0; } +header ul li { width: 79px; float: left; border-right: 1px solid #3A7CBE; height: 38px; } +header ul li.single { border: none; } +header ul li + li { width: 78px; border-left: 1px solid #8BBEF3; } +header ul li + li + li { border-right: none; width: 79px; } +header ul a { line-height: 1; font-size: 11px; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; text-align: center; font-weight: 400; padding-top: 6px; height: 40px; text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0; } +header ul a strong { font-size: 14px; display: block; color: #fff; -webkit-font-smoothing: antialiased; } + +section { padding: 15px 20px; font-size: 15px; border-top: 1px solid #fff; background: linear-gradient(#fafafa, #DEDEDE 700px); border-radius: 0 0 8px 8px; position: relative; } + +h1, h2, h3, h4, h5, h6 { color: #222; padding: 0; margin: 0 0 20px; line-height: 1.2; } + +p, ul, ol, table, pre, dl { margin: 0 0 20px; } + +h1, h2, h3 { line-height: 1.1; } + +h1 { font-size: 28px; } + +h2 { color: #393939; } + +h3, h4, h5, h6 { color: #494949; } + +blockquote { margin: 0 -20px 20px; padding: 15px 20px 1px 40px; font-style: italic; background: #ccc; background: rgba(0, 0, 0, 0.06); color: #222; } + +img { max-width: 100%; } + +code, pre { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; color: #333; font-size: 12px; overflow-x: auto; } + +pre { padding: 20px; background: #3A3C42; color: #f8f8f2; margin: 0 -20px 20px; } +pre code { color: #f8f8f2; } +li pre { margin-left: -60px; padding-left: 60px; } + +table { width: 100%; border-collapse: collapse; } + +th, td { text-align: left; padding: 5px 10px; border-bottom: 1px solid #aaa; } + +dt { color: #222; font-weight: 700; } + +th { color: #222; } + +small { font-size: 11px; } + +hr { border: 0; background: #aaa; height: 1px; margin: 0 0 20px; } + +kbd { background-color: #fafbfc; border: 1px solid #c6cbd1; border-bottom-color: #959da5; border-radius: 3px; box-shadow: inset 0 -1px 0 #959da5; color: #444d56; display: inline-block; font-size: 11px; line-height: 10px; padding: 3px 5px; vertical-align: middle; } + +footer { width: 640px; margin: 0 auto; padding: 20px 0 0; color: #ccc; overflow: hidden; } +footer a { color: #fff; font-weight: bold; } +footer p { float: left; } +footer p + p { float: right; } + +@media print, screen and (max-width: 740px) { body { padding: 0; } + .wrapper { border-radius: 0; box-shadow: none; width: 100%; } + footer { border-radius: 0; padding: 20px; width: auto; } + footer p { float: none; margin: 0; } + footer p + p { float: none; } } +@media print, screen and (max-width: 580px) { header ul { display: none; } + header p.view { display: block; } + header p { width: 100%; } } +@media print { header p.view a small:before { content: 'at https://github.com/'; } } diff --git a/assets/images/checker.png b/assets/images/checker.png new file mode 100644 index 0000000..7a65b23 Binary files /dev/null and b/assets/images/checker.png differ diff --git a/assets/js/scale.fix.js b/assets/js/scale.fix.js new file mode 100644 index 0000000..08716c0 --- /dev/null +++ b/assets/js/scale.fix.js @@ -0,0 +1,20 @@ +fixScale = function(doc) { + + var addEvent = 'addEventListener', + type = 'gesturestart', + qsa = 'querySelectorAll', + scales = [1, 1], + meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : []; + + function fix() { + meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1]; + doc.removeEventListener(type, fix, true); + } + + if ((meta = meta[meta.length - 1]) && addEvent in doc) { + fix(); + scales = [.25, 1.6]; + doc[addEvent](type, fix, true); + } + +}; \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2d8ed84 --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ + + + + + + + +FHIRFLARE IG Toolkit | Helm chart for deploying the fhirflare-ig-toolkit application + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

FHIRFLARE IG Toolkit

+ +

Helm chart for deploying the fhirflare-ig-toolkit application

+ +

View the Project on GitHub

+ +
+
+ +

FHIRFLARE IG Toolkit

+ +

Helm chart for deploying the fhirflare-ig-toolkit application

+ +

Overview

+ +

FHIRFLARE-IG-Toolkit is a comprehensive solution for working with FHIR Implementation Guides.

+ +

Features

+ +
    +
  • Helm chart deployment
  • +
  • FHIR resources management
  • +
  • Implementation Guide toolkit
  • +
+ +

Getting Started

+ +

Check out the documentation to get started with FHIRFLARE IG Toolkit.

+ + +
+
+ + + + diff --git a/static/FHIRFLARE.png b/static/FHIRFLARE.png new file mode 100644 index 0000000..2b69aca Binary files /dev/null and b/static/FHIRFLARE.png differ diff --git a/static/FHIRFLARE.png.old b/static/FHIRFLARE.png.old new file mode 100644 index 0000000..66f8452 Binary files /dev/null and b/static/FHIRFLARE.png.old differ diff --git a/static/animations/import-fire.json b/static/animations/import-fire.json new file mode 100644 index 0000000..83ae729 --- /dev/null +++ b/static/animations/import-fire.json @@ -0,0 +1 @@ +{"v":"5.7.6","fr":30,"ip":0,"op":27,"w":500,"h":560,"nm":"fire","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"O 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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.296,9.481],[-0.793,-11.021],[2.057,1.971]],"o":[[10.615,-0.082],[-8.934,16.87],[-2.713,-2.599]],"v":[[73.704,-36.795],[96.934,-19.684],[67.017,-9.832]],"c":true},"ix":2},"nm":"a1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"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":"a2","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":"变换"}],"nm":"a","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.928,-8.475],[3.663,0],[1.848,3.369]],"o":[[-3.49,0],[-1.75,-3.19],[6.572,-1.24]],"v":[[31.335,-145.005],[20.855,-145.005],[15.404,-154.94]],"c":true},"ix":2},"nm":"aa1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"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":"aa2","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":"变换"}],"nm":"aa","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":[[-1.43,3.459],[-2.056,-0.196],[-0.904,1.936],[-18.531,4.701],[1.395,18.165],[6.418,0.907],[3.344,0.717],[-1.666,12.088],[-12.6,10.643],[-14.393,2.776],[-4.922,-0.71],[1.905,-1.279],[5.453,-11.005],[-10.398,-3.025],[-2.607,-1.296],[-2.102,-4.927],[4.708,-6.215],[4.769,-4.963],[5.353,-5.537],[-24.048,-11.49],[-5.881,0.587],[-4.141,8.297],[-5.147,-10.921],[1.903,-7.939],[26.766,-9.028],[23.959,3.373],[13.033,25.125],[1.036,16.412],[-2.037,8.179]],"o":[[1.953,1.533],[1.431,0.136],[8.059,-17.262],[17.659,-4.48],[-0.449,-5.851],[-3.4,-0.481],[-17.963,-3.852],[2.369,-17.196],[11.068,-9.349],[4.515,-0.871],[-1.874,1.326],[-10.455,7.02],[-4.803,9.694],[2.797,0.814],[29.453,14.639],[1.648,9.573],[-4.15,5.479],[-5.335,5.553],[-18.498,19.133],[5.465,2.611],[7.876,-0.786],[10.414,6.593],[3.719,7.89],[-6.602,27.544],[-23.566,7.948],[-28.353,-3.991],[-7.677,-14.799],[-0.512,-8.117],[0.949,-3.81]],"v":[[-90.189,81.93],[-84.344,86.156],[-79.678,81.612],[-39.894,49.225],[-11.764,8.661],[-21.439,-0.915],[-31.658,-2.204],[-51.608,-33.456],[-26.494,-73.626],[11.485,-92.617],[25.594,-92.836],[19.968,-88.864],[-2.954,-60.89],[5.635,-42.32],[14.047,-39.953],[56.102,4.863],[50.566,23.889],[41.488,35.462],[31.175,45.083],[42.979,109.177],[60.028,111.987],[74.286,101.067],[97.309,127.72],[97.337,152.013],[46.657,206.294],[-24.983,210.404],[-86.064,164.519],[-99.428,117.475],[-94.557,92.75]],"c":true},"ix":2},"nm":"aaa1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[4.8,211.621],"ix":5},"e":{"a":0,"k":[-1.419,-92.408],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"aaa2","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":"变换"}],"nm":"aaa","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":24,"op":28,"st":25,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"O 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[7.95,-16.796],[7.716,-0.447],[6.454,11.527]],"o":[[-6.871,0.398],[5.367,-13.391],[14.302,-3.77]],"v":[[34.68,-113.305],[13.409,-112.072],[10.2,-149.027]],"c":true},"ix":2},"nm":"b1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"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":"b2","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":"变换"}],"nm":"b","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.485,11.554],[-5.762,8.442],[-2.51,7.169],[-6.812,3.456],[-8.683,4.515],[-4.353,3.742],[0.149,2.772],[5.209,6.09],[10.07,3.622],[5.712,-5.543],[-12.963,10.628],[-2.235,-0.675],[-2.098,3.442],[-1.613,3.031],[-13.087,0.493],[-4.117,0],[0.936,-1.722],[2.036,-5.904],[-9.704,-4.809],[-6.68,-0.77],[-6.531,-8.046],[-4.553,-0.244],[2.283,6.273],[8.347,7.509],[-7.243,-2.383],[-3.132,-11.277],[0,0],[6.187,1.839],[5.27,2.898],[1.27,-2.082],[0.101,-1.254],[11.062,-7.849],[-2.359,-13.888],[-12.799,-10.231],[-3.076,-1.444],[-9.171,13.592],[-0.499,-7.196],[18.326,-15.328],[21.592,-3.26],[13.659,3.049],[7.017,5.389],[2.423,33.626]],"o":[[7.54,8.636],[4.266,-6.251],[2.659,-7.594],[8.73,-4.429],[5.118,-2.661],[2.089,-1.796],[-0.416,-7.744],[-7.085,-8.283],[-7.846,-2.822],[-11.331,-14.261],[1.781,2.206],[3.799,1.148],[1.789,-2.936],[6.415,-12.056],[3.182,-0.12],[-1.398,2.13],[-3.02,5.553],[-3.52,10.206],[6.057,3.002],[10.439,1.203],[2.739,3.374],[6.707,0.36],[-1.587,-4.361],[-8.347,-7.509],[7.559,2.487],[-10.132,8.723],[0,0],[-6.187,-1.839],[-4.164,-2.289],[-0.151,0.812],[-1.102,13.664],[-10.93,7.755],[2.633,15.501],[2.677,2.14],[14.687,6.893],[3.611,6.919],[1.689,24.381],[-16.852,14.095],[-13.751,2.076],[-8.67,-1.935],[-26.011,-19.978],[-0.79,-10.968]],"v":[[-93.886,87.648],[-75.289,88.118],[-65.226,67.558],[-50.98,51.33],[-24.505,38.606],[-10.017,29.078],[-6.511,20.74],[-14.353,-0.523],[-40.703,-17.674],[-60.954,-11.995],[-57.211,-60.113],[-51.797,-53.789],[-42.67,-58.654],[-37.369,-67.502],[-7.333,-84.949],[3.156,-84.967],[-0.378,-79.535],[-9.112,-62.732],[0.362,-39.465],[19.901,-33.4],[45.045,-19.953],[58.892,-9.038],[60.199,-21.287],[56.847,-35.806],[78.201,-36.095],[92.632,-20.538],[93.312,5.939],[83.687,8.524],[71.914,-0.275],[62.98,1.018],[62.383,4.318],[43.439,35.901],[28.882,68.034],[49.639,107.984],[58.198,113.716],[92.503,105.771],[97.418,127.157],[71.088,186.602],[12.543,211.199],[-28.566,210.352],[-52.244,199.569],[-97.319,120.696]],"c":true},"ix":2},"nm":"bb1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[4.512,210.353],"ix":5},"e":{"a":0,"k":[3.772,-86.27],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"bb2","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":"变换"}],"nm":"bb","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":22,"op":26,"st":22,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"O 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[1.294,-9.371],[4.435,2.716]],"o":[[-4.871,-2.983],[11.027,-3.123]],"v":[[-93.636,-82.034],[-106.964,-90.196]],"c":true},"ix":2},"nm":"c1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"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":"c2","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":"变换"}],"nm":"c","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":[[-6.675,-1.894],[2.475,-5.14],[1.101,0.392],[0.273,1.292],[-1.418,1.146]],"o":[[-7.781,1.296],[-1.404,0.145],[-1.793,-0.638],[-0.405,-1.919],[4.788,-3.869]],"v":[[-4.468,-191.629],[-14.407,-178.142],[-18.352,-177.828],[-23.115,-180.78],[-21.401,-186.977]],"c":true},"ix":2},"nm":"cc1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"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":"cc2","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":"变换"}],"nm":"cc","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.437,16.919],[-1.086,9.446],[-9.003,7.871],[-10.462,8.125],[-3.345,3.372],[6.818,13.719],[9.892,5.825],[0.238,0.11],[4.802,-13.002],[1.846,9.876],[-9.231,8.037],[-8.241,8.236],[-5.22,5.655],[-10.248,3.819],[-4.272,3.026],[7.651,11.98],[1.377,1.855],[7.639,-25.847],[3.202,0.646],[5.426,-5.231],[-2.105,-16.452],[-14.249,-4.943],[-23.829,24.387],[-3.699,-7.814],[-1.666,-13.099],[4.962,-0.705],[2.863,1.563],[4.905,0.517],[4.147,-3.131],[2.369,-15.022],[-8.949,-13.39],[-3.259,-11.466],[20.598,-9.59],[21.521,-1.189],[13.828,5.327],[7.687,14.444],[1.26,2.019]],"o":[[9.736,1.143],[1.49,-12.957],[9.953,-8.701],[3.765,-2.924],[10.846,-10.933],[-5.05,-10.161],[-0.229,-0.135],[-7.79,-3.606],[-9.483,-4.098],[-2.195,-11.74],[8.119,8.48],[5.44,-5.437],[7.284,-7.89],[4.906,-1.828],[11.562,-8.189],[-1.087,-1.701],[17.486,-0.54],[-3.117,-1.027],[-8.489,-1.712],[-11.616,11.199],[1.983,15.502],[16.592,5.756],[9.478,-9.7],[5.738,12.123],[0.867,6.814],[-3.163,0.045],[-4.835,-2.639],[-5.228,-0.551],[-11.141,8.409],[-2.291,14.524],[6.432,9.625],[6.227,21.906],[-19.743,9.192],[-14.643,0.809],[-15.203,-5.857],[-1.118,-2.101],[-9.08,-14.545]],"v":[[-87.094,122.595],[-71.524,111.589],[-53.584,81.642],[-22.197,57.285],[-11.247,48.084],[-4.85,10.174],[-27.283,-14.02],[-27.954,-14.447],[-49.41,-7.455],[-66.356,-28.534],[-56.18,-58.461],[-37.471,-58.098],[-21.692,-74.95],[4.037,-93.108],[18.016,-100.493],[23.955,-132.481],[20.182,-137.596],[46.344,-95.26],[36.967,-98.284],[16.214,-90.344],[0.721,-48.714],[24.408,-21.57],[69.022,-44.114],[97.53,-20.85],[106.773,17.565],[103.038,28.516],[96.137,25.873],[83.653,16.966],[67.141,19.776],[52.435,58.943],[74.003,113.811],[90.015,144.737],[66.025,198.589],[3.626,212.515],[-39.314,206.317],[-73.797,176.001],[-77.375,169.82]],"c":true},"ix":2},"nm":"ccc1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[18.054,212.726],"ix":5},"e":{"a":0,"k":[17.474,-111.619],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"ccc2","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":"变换"}],"nm":"ccc","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":24,"st":20,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"O 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"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":[-46.226,-3.736],"ix":5},"e":{"a":0,"k":[36.906,9.837],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"d2","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.3,-1.518],[7.796,0.36],[-4.723,0.099],[0.12,-6.024]],"o":[[-4.821,-8.278],[4.65,-3.444],[6.005,-0.126],[-0.03,1.523]],"v":[[-89.804,-29.701],[-109.915,-36.256],[-96.926,-42.019],[-88.946,-34.256]],"c":true},"ix":2},"nm":"d1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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":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":[[-9.332,-0.018],[-0.059,-9.054],[3.206,0.191],[-1.085,4.573],[-1.552,1.653]],"o":[[-9.256,6.077],[-3.469,-0.612],[-4.724,-0.282],[0.517,-2.18],[6.035,-6.43]],"v":[[1.066,-173.862],[-9.562,-149.459],[-19.404,-151.124],[-25.266,-158.115],[-21.862,-164.173]],"c":true},"ix":2},"nm":"dd1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[11.093,83.777],"ix":5},"e":{"a":0,"k":[-10.937,-184.752],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"dd2","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":"变换"}],"nm":"dd","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":[[11.467,-28.715],[7.972,1.807],[-4.858,-24.241],[-10.115,-4.44],[-1.554,-1.015],[19.994,-9.737],[11.664,-0.191],[19.986,1.943],[3.281,32.833],[-1.792,6.63],[-13.662,8.465],[-9.698,4.211],[9.625,20.853],[18.015,-11.781],[2.682,-2.017],[-10.473,11.65],[-13.612,12.382],[-7.968,13.83],[-1.58,5.56],[4.568,10.761],[5.027,-21.846],[9.079,-8.435],[1.249,-8.469],[-16.056,-6.574],[-11.318,15.768]],"o":[[-5.171,-6.099],[-18.424,-4.177],[2.002,9.989],[1.67,0.733],[27.539,17.993],[-10.724,5.222],[-20.136,0.329],[-32.16,-3.127],[7.162,-1.147],[4.452,-16.475],[8.944,-5.542],[20.359,-8.84],[-8.764,-18.988],[-2.868,1.876],[-18.78,-11.111],[18.879,8.184],[11.9,-10.825],[2.872,-4.986],[2.445,-8.602],[21.44,3.093],[-6.473,12.654],[-6.219,5.778],[-2.514,17.053],[20.203,8.272],[28.722,14.887]],"v":[[106.037,95.299],[86.99,83.12],[60.971,112.324],[77.02,135.445],[85.633,139.05],[70.993,204.13],[37.278,212.359],[-23.129,211.335],[-82.333,150.942],[-70.639,138.078],[-40.277,102.773],[-11.765,88.877],[3.878,46.635],[-44.536,34.105],[-52.724,40.224],[-65.569,-13.704],[-18.185,-26.093],[10.723,-63.9],[17.222,-80.046],[13.721,-107.713],[35.973,-63.968],[13.485,-38.362],[2.119,-17.019],[26.774,26.006],[73.861,14.809]],"c":true},"ix":2},"nm":"ddd1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[11.197,258.618],"ix":5},"e":{"a":0,"k":[16.453,-105.78],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"ddd2","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":"变换"}],"nm":"ddd","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":18,"op":21,"st":18,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"O 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[-5.532,-7.427],[3.052,3.582],[1.953,3.447],[4.57,-5.205],[1.5,-2.115],[-0.289,1.993],[-11.527,-1.87],[-0.012,-6.834]],"o":[[-6.761,0.606],[-2.543,-2.984],[-3.473,-6.128],[-1.376,1.567],[0.225,-2.531],[2.286,-15.756],[5.429,0.881],[0.014,7.551]],"v":[[-76.609,-1.044],[-90.154,-7.04],[-96.495,-17.082],[-109.806,-18.759],[-113.757,-13.247],[-113.16,-19.794],[-90.05,-33.91],[-82.9,-23.276]],"c":true},"ix":2},"nm":"e1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[-33.511,39.367],"ix":5},"e":{"a":0,"k":[-94.755,-64.242],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"e2","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":"变换"}],"nm":"e","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.846,-12.774],[7.747,-4.086],[-1.514,-1.784],[35.366,-8.972],[10.41,-1.591],[22.195,5.638],[3.593,0.86],[5.573,22.076],[-12.407,9.59],[-8.605,4.601],[-5.263,1.789],[-4.29,11.609],[6.345,4.96],[9.111,-1.418],[0.983,-8.466],[0.171,-1.533],[-9.292,18.494],[-6.421,5.747],[-5.283,5.237],[-11.389,3.043],[-2.988,8.656],[-0.71,8.051],[17.109,13.445],[2.524,0.588],[0.318,2.83],[-10.577,2.194],[-1.702,0],[-13.563,-13.234],[-8.382,-6.02],[6.198,-20.273],[1.388,-2.197],[7.054,-5.856],[0.913,-5.972],[-19.62,-7.314],[-6.77,0.217],[-3.651,7.391],[-4.798,-5.762],[-1.309,-10.327]],"o":[[-9.6,-6.447],[-12.199,13.962],[12.139,14.305],[-10.201,2.588],[-22.483,3.435],[-3.583,-0.91],[-23.239,-5.564],[-3.713,-14.707],[7.665,-5.925],[4.879,-2.609],[12.406,-4.216],[2.862,-7.744],[-7.239,-5.659],[-8.322,1.295],[-0.173,1.49],[-20.256,-5.361],[6.923,4.674],[5.535,-4.954],[8.223,-8.152],[9.219,-2.463],[2.668,-7.73],[1.906,-21.611],[-1.994,-1.567],[-3.189,-0.743],[-1.229,-10.929],[1.468,-0.304],[-9.52,16.519],[7.375,7.196],[12.205,8.765],[-2.407,0.245],[-6.806,10.771],[-4.672,3.878],[-3.174,20.761],[6.212,2.316],[6.005,-0.192],[7.572,1.054],[6.811,8.179],[1.429,11.275]],"v":[[106.647,103.044],[83.699,100.224],[89.361,132.88],[67.634,203.158],[45.831,210.521],[-21.332,207.895],[-31.987,204.796],[-73.526,161.274],[-66.586,113.791],[-41.42,98.855],[-25.95,92.604],[2.571,76.896],[-3.498,55.418],[-28.148,48.933],[-40.998,62.608],[-41.504,67.122],[-73.666,4.606],[-57.782,3.59],[-41.899,-12.082],[-13.039,-29.674],[4.978,-47.305],[11.149,-71.069],[-12.153,-123.914],[-19.385,-126.965],[-24.102,-132.567],[-4.295,-160.419],[0.46,-160.462],[6.242,-114.736],[30.178,-95.031],[42.385,-62.351],[33.806,-50.585],[16.473,-28.751],[8.562,-13.568],[38.605,39.366],[58.907,41.603],[74.168,28.315],[92.385,39.297],[104.143,67.567]],"c":true},"ix":2},"nm":"ee1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[17.545,208.044],"ix":5},"e":{"a":0,"k":[-4.984,-162.151],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"ee2","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":"变换"}],"nm":"ee","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":16,"op":20,"st":16,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"O 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[2.576,-2.741],[-18.22,8.348],[-2.22,-1.924],[-3.494,-1.62],[-0.339,-3.621],[-0.435,-4.742],[-4.763,-1.057],[-0.992,-0.372],[-2.245,-10.741],[-3.335,6.048],[-2.103,4.273],[-4.925,0.909],[-1.877,22.981],[5.262,13.669],[1.075,2.419],[7.147,1.816],[-9.71,11.219],[-4.841,3.641],[0.145,-0.282],[-6.866,-7.869],[-5.915,-6.075],[-7.554,-8.857],[0.558,-12.563],[4.196,-3.713],[6.17,-6.19],[3.11,-5.705],[-7.737,-7.179],[-14.739,2.891],[-5.237,2.912],[6.088,-20.985],[0.201,0.34],[5.606,-0.416],[3.969,-6.083],[-0.877,-6.395],[-0.856,-3.057],[-0.449,-18.388],[0.617,-4.463],[10.405,-5.539],[9.738,-1.264],[20.045,2.698],[13.231,11.898],[0.783,11.838],[-9.334,7.727],[-9.158,3.581],[-9.328,4.904],[3.087,13.059],[2.745,-0.069],[2.552,-0.588],[2.958,-1.163],[7.661,8.959],[2.949,15.874],[0.145,5.016],[12.428,-3.932]],"o":[[-6.873,-10.383],[1.709,2.473],[2.087,1.809],[0.398,3.058],[0.444,4.741],[0.437,4.765],[1.029,0.228],[9.688,3.633],[6.857,-1.343],[2.298,-4.167],[2.146,-4.361],[22.869,-4.221],[1.173,-14.358],[-0.95,-2.467],[-3.026,-6.808],[-14.253,-3.621],[3.651,-4.218],[0.607,1.625],[-5.009,9.728],[5.566,6.379],[8.138,8.359],[7.999,9.379],[-0.254,5.713],[-6.561,5.805],[-4.622,4.637],[-5.025,9.219],[11.386,10.565],[5.087,-0.998],[20.265,14.119],[-0.431,-0.204],[-2.344,-3.971],[-7.01,0.52],[-3.74,5.733],[0.431,3.14],[2.321,8.289],[0.107,4.384],[-1.669,12.078],[-8.78,4.674],[-20.095,2.609],[-17.331,-2.333],[-8.498,-7.642],[-0.819,-12.386],[7.681,-6.359],[9.833,-3.845],[12.013,-6.316],[-0.647,-2.738],[-2.631,0.067],[-3.091,0.712],[-11.97,4.705],[-10.609,-12.407],[-0.917,-4.936],[-0.292,-10.103],[-3.298,1.043]],"v":[[-109.683,-1.752],[-93.344,-36.673],[-88.075,-29.336],[-79.478,-25.17],[-78.166,-14.893],[-77.104,-0.646],[-69.35,8.193],[-66.339,9.211],[-51.649,26.797],[-36.358,15.795],[-29.93,3.037],[-19.532,-4.515],[19.599,-47.31],[14.592,-89.617],[11.366,-96.874],[-4.141,-109.183],[-13.356,-138.25],[0.459,-148.88],[1.358,-146.39],[5.066,-119.862],[22.746,-101.582],[47.03,-76.393],[58.006,-43.197],[51.775,-29.148],[32.093,-11.746],[19.914,3.767],[24.895,30.645],[64.855,41.158],[79.67,33.211],[111.412,109.858],[110.151,109.226],[99.889,101.861],[83.068,110.92],[80.255,129.38],[82.294,138.693],[87.949,164.073],[85.708,177.365],[61.126,202.621],[33.006,210.689],[-27.342,210.743],[-73.91,184.683],[-81.329,144.519],[-70.036,116.185],[-51.01,103.35],[-21.493,95.126],[-6.15,72.644],[-11.082,68.448],[-18.945,69.282],[-28.033,72.2],[-64.96,67.969],[-76.242,20.434],[-77.877,5.429],[-101.59,-9.988]],"c":true},"ix":2},"nm":"f1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[0.868,212.19],"ix":5},"e":{"a":0,"k":[1.669,-148.044],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"f2","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":"变换"}],"nm":"f","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":14,"op":17,"st":14,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"O 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[10.264,1.415],[6.612,-3.373],[0.573,3.54],[-10.185,5.812],[2.856,9.69],[-2.471,-5.375],[-2.066,-6],[-1.94,-4.614],[-7.196,0.434],[-1.986,0.608],[-14.689,15.021],[10.922,21.177],[5.997,7.696],[4.411,-6.997],[0.515,-0.665],[-16.987,3.512],[-26.436,-17.301],[8.803,-21.932],[3.28,0.303],[3.914,-11.982],[-5.846,-12.877],[-16.6,3.598],[-0.17,13.051],[-6.011,-6.4],[-2.239,-7.725],[0.907,-17.085],[1.37,0.959],[2.757,1.546],[2.101,-7.778],[-0.216,-0.484],[16.935,-14.211],[17.473,-3.246],[13.558,0.538],[17.213,15.012],[-9.877,19.778],[-6.671,13.245],[-0.554,4.1],[5.833,2.132],[4.61,1.17],[-3.713,9.146],[-2.229,7.309],[3.156,7.287]],"o":[[-1.074,6.629],[-0.862,-4.057],[-1.908,-11.778],[7.696,-4.392],[7.394,0.262],[2.64,5.742],[1.634,4.747],[2.753,6.545],[2.114,-0.128],[19.801,-6.061],[17.885,-18.289],[-4.453,-8.634],[-5.07,-6.507],[-0.41,0.65],[-6.196,-19.884],[-1.769,30.88],[17.313,11.33],[-3.154,-0.647],[-18.02,-1.666],[-4.348,13.313],[5.959,13.125],[12.32,-2.671],[9.054,-0.585],[5.574,5.935],[4.456,15.374],[-2.163,-1.425],[-2.604,-1.824],[-7.079,-3.969],[-2.775,10.273],[8.909,19.942],[-13.828,11.604],[-13.38,2.486],[-22.344,-0.886],[-15.2,-13.256],[6.626,-13.267],[1.87,-3.712],[0.834,-6.178],[-4.438,-1.622],[-9.552,-2.424],[2.881,-7.098],[2.313,-7.583],[-3.78,-8.727]],"v":[[-100.259,-1.808],[-109.683,13.622],[-112.01,2.538],[-103.137,-16.784],[-93.802,-36.459],[-79.936,-26.675],[-73.481,-8.777],[-68.678,5.493],[-53.546,14.781],[-47.234,14.13],[5.04,-16.359],[14.569,-81.011],[-1.768,-105.345],[-13.481,-104.302],[-14.931,-102.41],[7.679,-150.498],[42.848,-77.279],[58.759,-22.081],[49.107,-24.008],[16.509,-0.037],[18.771,39.544],[55.968,57.229],[73.918,34.239],[96.165,43.685],[107.19,64.573],[112.648,112.679],[107.695,109.406],[99.9,103.921],[86.15,109.575],[84.323,137.79],[77.509,189.026],[29.965,209.634],[-10.411,212.565],[-63.281,190.396],[-82.935,123.48],[-61.891,97.511],[-57.549,87.537],[-64.709,75.802],[-78.543,72.355],[-85.975,57.417],[-77.78,35.952],[-79.632,13.404]],"c":true},"ix":2},"nm":"g1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[4.493,214.509],"ix":5},"e":{"a":0,"k":[2.617,-149.294],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"g2","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":"变换"}],"nm":"g","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":12,"op":14,"st":12,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"O 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[7.465,9.627],[13.051,-2.167],[5.527,9.054],[-9.935,8.408],[-1.602,1.749],[1.483,9.795],[-1.558,-6.739],[-0.53,-4.202],[-1.344,-3.639],[-7.132,3.294],[-2.933,5.471],[-5.713,4.132],[-9.143,-1.152],[-3.251,7.788],[0.585,12.606],[7.757,2.248],[3.482,-7.015],[-36.422,12.939],[-0.827,-6.15],[-12.061,-10.784],[-3.49,-14.059],[3.605,-12.986],[2.575,0.042],[3.175,-0.117],[3.385,-11.432],[-0.701,-10.085],[-9.01,-3.429],[-6.472,0.08],[-0.975,9.183],[-0.094,1.227],[-5.194,-21.663],[4.68,-15.084],[0.317,0.544],[5.602,-6.909],[0.483,-3.749],[1.556,-11.01],[19.832,-7.006],[18.336,1.175],[14.397,12.451],[1.591,2.425],[4.868,7.587],[-4.972,14.353],[-2.648,4.836],[2.48,9]],"o":[[-6.172,8.665],[7.586,-11.351],[-6.753,-11.063],[1.821,-1.541],[6.594,-7.2],[7.248,0.955],[0.946,4.092],[0.495,3.92],[2.721,7.367],[5.8,-2.679],[3.313,-6.18],[7.633,-5.52],[9.567,1.206],[4.894,-11.724],[-0.376,-8.107],[-4.91,-1.423],[-14.729,-24.458],[0.64,6.258],[2.129,15.826],[10.329,9.235],[2.943,11.855],[-2.686,0],[-3.183,-0.052],[-11.902,0.44],[-2.89,9.762],[0.707,10.168],[6.027,2.294],[9.18,-0.114],[0.136,-1.28],[21.683,-1.406],[3.73,15.557],[-0.807,-0.467],[-4.529,-7.758],[-2.338,2.883],[-1.422,11.034],[-2.95,20.88],[-17.563,6.204],[-19.074,-1.222],[-2.122,-1.835],[-4.946,-7.538],[-8.315,-12.959],[1.811,-5.229],[4.651,-8.492],[-3.01,-10.924]],"v":[[-87.32,48.183],[-111.086,68.308],[-112.673,39.004],[-108.012,12.748],[-102.663,8],[-96.117,-13.847],[-82.974,-2.035],[-81.637,10.592],[-79.654,22.259],[-63.565,28.548],[-50.951,15.72],[-37.757,0.019],[-12.253,-6.951],[5,-18.247],[11.358,-54.77],[-5.875,-75.974],[-16.314,-69.019],[10.788,-139.596],[12.724,-120.99],[33.76,-81.16],[56.926,-47.611],[58.35,-10.837],[50.513,-10.846],[40.966,-11.07],[17.709,7.034],[15.414,36.829],[30.379,57.482],[49.748,60.744],[66.196,44.467],[66.493,40.672],[115.127,77.636],[111.202,123.223],[109.18,122.006],[90.767,119.927],[86.506,130.706],[83.243,163.937],[48.419,205.256],[-5.619,212.397],[-55.687,190.536],[-60.663,183.427],[-75.435,160.773],[-79.859,119.637],[-73.417,104.318],[-71.041,78.155]],"c":true},"ix":2},"nm":"h1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[2.196,207.751],"ix":5},"e":{"a":0,"k":[4.254,-137.419],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"h2","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":"变换"}],"nm":"h","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":12,"st":10,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"O 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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.619,-0.877],[0.785,0.861],[-0.941,17.392],[-10.554,13.685],[-2.541,2.305],[4.948,9.86],[-0.962,-0.79],[-1.019,-7.499],[0.143,-4.989],[-8.306,3.273],[-16.708,7.362],[-5.991,7.346],[5.982,12.956],[4.328,7.279],[3.421,-2.311],[-31.102,17.347],[0.763,-4.461],[-0.219,-4.437],[-6.883,-3.512],[-7.911,-6.517],[0.332,-16.292],[0.919,-7.625],[6.49,0.859],[1.189,-0.402],[6.688,-7.85],[-15.484,-8.829],[-5.921,-0.997],[-4.249,0.118],[-1.674,7.083],[-0.721,4.056],[-5.425,-11.137],[7.132,-28.218],[1.072,2.311],[4.897,0.153],[1.644,-3.646],[1.174,-4.062],[30.231,-5.185],[15.943,4.857],[8.375,21.178],[1.846,15.278],[1.653,10.734],[0.662,2.008],[3.483,-0.22],[0.429,-3.529],[-1.591,-8.938]],"o":[[-0.985,-0.668],[-11.678,-12.81],[0.932,-17.222],[2.097,-2.719],[7.358,-6.674],[1.977,0.677],[6.094,5.001],[0.67,4.926],[-0.256,8.933],[16.988,-6.695],[8.539,-3.763],[9.064,-11.115],[-3.514,-7.61],[-4.127,2.788],[-15.46,-32.221],[-1.293,5.143],[-0.754,4.409],[0.346,7.01],[9.122,4.654],[12.612,10.389],[-0.156,7.677],[-0.754,6.254],[-1.234,-0.163],[-9.73,3.292],[-11.648,13.672],[5.053,2.882],[4.137,0.696],[7.275,-0.202],[0.789,-3.339],[11.828,4.918],[12.573,25.811],[-1.021,-2.335],[-1.87,-4.029],[-4.833,-0.151],[-1.738,3.855],[-8.803,30.456],[-16.417,2.816],[-22.084,-6.728],[-5.725,-14.476],[-1.303,-10.779],[-0.32,-2.075],[-1.01,-3.065],[-3.777,0.239],[-1.047,8.618],[0.061,0.343]],"v":[[-98.572,110.637],[-101.513,108.599],[-117.144,63.424],[-100.881,16.926],[-93.902,9.31],[-91.334,-7.653],[-86.884,-6.064],[-77.05,13.344],[-76.574,28.322],[-64.949,37.097],[-14.343,16.117],[7.698,-0.601],[12.763,-37.052],[-0.034,-58.885],[-10.863,-51.569],[15.594,-125.98],[12.164,-112.019],[10.984,-98.633],[21.395,-83.261],[47.182,-66.298],[65.078,-25.471],[63.407,-2.472],[54.063,4.039],[50.257,4.475],[25.229,20.789],[32.656,67.427],[50.057,72.05],[62.791,72.199],[76.348,61.186],[78.305,50.371],[105.458,73.673],[113.284,154.935],[110.211,147.936],[100.906,140.32],[92.395,147.561],[87.977,159.478],[27.64,210.97],[-21.224,208.475],[-65.774,165.143],[-75.276,120.191],[-79.979,87.951],[-81.698,81.845],[-88.121,77.037],[-94.377,83.079],[-97.427,108.959]],"c":true},"ix":2},"nm":"i2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[1.31,210.352],"ix":5},"e":{"a":0,"k":[-0.907,-124.037],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"i3","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":"变换"}],"nm":"i","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":8,"op":10,"st":8,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"O 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.594,7.071],[-1.945,-6.831],[3.16,20.507],[-19.352,14.254],[-0.744,6.864],[0.769,-4.808],[-6.787,1.007],[-2.822,1.784],[-19.491,12.815],[-2.959,3.362],[11.217,4.681],[2.05,0.434],[3.368,10.42],[-21.628,15.527],[-6.246,0.695],[1.661,-5.747],[-6.865,-9.378],[-8.704,-5.635],[-2.008,-7.188],[-2.42,-7.268],[-0.524,-3.106],[6.875,-0.987],[4.225,-0.186],[1.17,-1.37],[-2.514,-18.498],[-11.216,-2.886],[-10.5,8.401],[-2.363,3.77],[-8.13,-7.861],[-3.974,-8.602],[2.348,-9.966],[6.602,-8.747],[1.208,1.703],[5.246,-6.112],[0.88,-3.446],[12.408,-7.206],[12.516,-1.388],[15.4,2.935],[-4.363,39.369]],"o":[[2.157,7.573],[-19.632,-9.525],[-3.8,-24.659],[4.635,-3.414],[4.555,2.926],[-1.068,6.679],[3.327,-0.493],[19.718,-12.463],[3.717,-2.444],[8.031,-9.125],[-1.904,-0.795],[-10.418,-2.207],[-8.122,-25.127],[4.348,-3.122],[-1.774,6.409],[-3.417,11.823],[6.205,8.477],[6.518,4.22],[2.058,7.366],[1.001,3.006],[1.152,6.824],[-4.142,0.594],[-2.203,0.097],[-11.539,13.517],[1.505,11.073],[13.039,3.355],[3.247,-2.598],[4.579,9.799],[6.72,6.497],[4.26,9.22],[-2.464,10.458],[-1.307,-2.184],[-4.627,-6.525],[-2.355,2.744],[-3.67,14.373],[-10.9,6.331],[-15.276,1.694],[-11.731,-2.236],[1.568,-14.148]],"v":[[-91.652,113.937],[-85.794,134.506],[-119.13,88.9],[-92.849,31.514],[-82.192,18.498],[-77.38,29.679],[-68.098,38.749],[-58.443,35.364],[0.389,-2.528],[10.365,-11.611],[5.251,-33.333],[-0.864,-34.751],[-21.806,-53.119],[-1.6,-114.561],[13.054,-122.259],[8.075,-104.321],[15.399,-73.008],[38.298,-52.234],[50.077,-35.055],[57.401,-13.278],[60.018,-4.141],[51.122,8.374],[38.436,8.387],[32.014,9.942],[14.962,57.037],[33.682,79.462],[69.588,71.65],[76.771,60.593],[98.703,85.136],[115.649,107.058],[118.684,135.751],[105.148,164.372],[101.671,158.609],[84.242,157.592],[78.841,167.169],[53.643,198.482],[18.551,210.483],[-27.428,211.197],[-70.137,149.317]],"c":true},"ix":2},"nm":"j2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[5.367,205.908],"ix":5},"e":{"a":0,"k":[2.039,-119.645],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"j3","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":"变换"}],"nm":"j","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":6,"op":8,"st":6,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"O 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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,-2.56],[1.372,20.166],[-6.583,15.213],[-5.698,4.273],[-8.111,3.34],[-7.086,4.108],[-5.42,3.813],[-9.771,3.061],[-1.598,0.918],[4.896,7.736],[3.075,3.63],[8.512,-3.485],[1.207,-0.091],[-8.095,19.421],[-16.849,4.311],[-0.55,0],[0.41,-8.327],[-12.186,-13.705],[-5.761,-5.863],[1.457,-12.317],[8.219,-3.583],[4.888,-2.652],[0.442,-9.727],[-19.597,-1.516],[-6.337,15.643],[-1.298,-11.192],[-6.999,-9.977],[5.632,-14.395],[4.625,-1.382],[0.267,0.402],[6.742,-7.99],[0.506,-0.923],[18.233,-4.311],[11.539,-0.5],[11.318,25.91],[2.884,8.789],[0.958,2.139],[1.102,-0.038],[0.353,-1.218]],"o":[[-16.121,-10.793],[-1.118,-16.43],[2.763,-6.384],[5.081,6.624],[7.55,-3.109],[5.722,-3.318],[8.241,-5.798],[1.756,-0.55],[7.954,-4.57],[-2.543,-4.019],[-5.749,-6.787],[-0.674,0.276],[-4.723,-20.01],[6.873,-16.49],[0.943,-0.241],[-0.911,8.647],[-0.903,18.351],[5.462,6.143],[8.829,8.985],[-1.004,8.486],[-5.085,2.217],[-8.451,4.585],[-1.016,22.352],[17.142,1.326],[8.379,8.162],[1.38,11.899],[8.861,12.631],[-1.672,4.273],[-0.452,-0.315],[-5.797,-8.726],[-0.682,0.808],[-9.3,16.958],[-11.281,2.667],[-28.728,1.244],[-3.689,-8.444],[-0.74,-2.256],[-0.527,-1.177],[-1.024,0.035],[-0.492,1.695]],"v":[[-80.335,147.346],[-109.374,103.784],[-102.863,56.295],[-90.739,39.85],[-72.843,44.917],[-51.016,33.619],[-34.477,22.589],[-8.248,7.944],[-3.178,5.682],[1.124,-11.151],[-7.366,-22.654],[-28.733,-28.17],[-31.454,-27.935],[-29.359,-87.121],[7.391,-117.041],[9.942,-117.072],[7.361,-91.813],[24.63,-43.682],[41.454,-25.643],[52.082,6.396],[39.035,24.898],[24.244,32.609],[11.563,53.952],[43.439,87.247],[75.334,64.427],[90.176,93.39],[102.626,125.392],[105.886,167.236],[96.091,175.968],[94.809,175.046],[75.193,173.869],[73.332,176.446],[30.879,207.245],[-3.54,212.631],[-63.287,173.911],[-72.213,147.648],[-74.074,140.775],[-77.359,138.223],[-80.211,141.146]],"c":true},"ix":2},"nm":"k2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[2.367,209.646],"ix":5},"e":{"a":0,"k":[-0.299,-114.959],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"k3","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":"变换"}],"nm":"k","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":4,"op":6,"st":4,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"O 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[2.714,0.836],[1.295,-3.115],[5.618,12.035],[-5.596,14.766],[-6.098,11.772],[-2.944,-2.438],[-0.275,1.009],[-17.805,9.505],[-8.151,2.233],[-0.448,2.971],[1.624,5.782],[8.217,-1.881],[1.867,1.332],[0.504,2.245],[-10.252,17.538],[-16.144,6.819],[0.978,-1.273],[-12.099,-19.215],[-6.992,-5.792],[-4.416,-3.82],[3.553,-15.849],[3.605,-0.863],[5.253,-7.639],[-10.206,-11.061],[-10.914,1.42],[-1.79,10.991],[-5.263,-7.821],[0.125,-13.677],[14.613,-13.34],[2.503,-1.038],[1.417,3.62],[1.354,-0.64],[1.865,-2.542],[12.188,-2.444],[17.069,5.415],[8.039,24.866]],"o":[[-2.925,2.304],[-12.677,-5.563],[-6.535,-13.999],[4.658,-12.291],[4.171,1.948],[1.423,0.03],[5.45,-20.021],[7.532,-4.021],[2.564,-0.702],[0.875,-5.803],[-2.284,-8.134],[-1.725,0.395],[-2.083,-1.487],[-4.422,-19.687],[8.491,-14.525],[-0.869,1.357],[-13.616,17.724],[4.872,7.738],[4.497,3.725],[12.531,10.84],[-0.839,3.745],[-8.72,2.087],[-9.118,13.261],[7.757,8.406],[9.727,-1.266],[9.52,2.367],[7.898,11.736],[-0.169,18.465],[-1.971,1.799],[-2.207,0.915],[-0.728,-1.86],[-2.95,1.395],[-7.663,10.446],[-17.39,3.487],[-25.19,-7.991],[-0.519,-1.606]],"v":[[-71.504,153.493],[-73.54,162.506],[-100.018,135.102],[-102.035,91.977],[-86.137,55.887],[-76.822,63.776],[-74.573,61.9],[-37.994,19.12],[-14.225,10.428],[-9.785,5.987],[-9.624,-11.326],[-24.436,-20.18],[-29.594,-19.228],[-32.502,-25.573],[-24.262,-81.54],[11.975,-114.104],[9.355,-110.045],[6.957,-49.971],[25.047,-29.999],[38.469,-18.739],[50.762,21.535],[44.631,27.528],[23.133,41.485],[28.6,84.699],[56.728,94.266],[71.689,78.365],[93.305,94.376],[105.647,133.254],[86.138,182.856],[79.628,187.363],[73.969,186.065],[69.752,185.75],[62.691,192.097],[32.031,210.318],[-19.908,208.331],[-69.02,158.184]],"c":true},"ix":2},"nm":"l2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[3.839,213.707],"ix":5},"e":{"a":0,"k":[3.627,-108.697],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"l3","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":"变换"}],"nm":"l","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":2,"op":4,"st":2,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"O 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[252.283,248.702,0],"ix":2,"l":2},"a":{"a":0,"k":[2.283,26.888,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":[[-5.491,-5.842],[3.075,3.058]],"o":[[-4.894,1.473],[5.393,-2.245]],"v":[[26.925,-153.877],[15.718,-157.575]],"c":true},"ix":2},"nm":"m2","mn":"ADBE Vector Shape - Group","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":[100,0],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"m3","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":"变换"}],"nm":"m","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.102,-3.674],[-3.973,6.163],[-12.769,2.197]],"o":[[2.102,3.673],[4.455,-6.911],[4.499,-0.774]],"v":[[85.459,-37.517],[72.056,-27.154],[72.502,-43.005]],"c":true},"ix":2},"nm":"m5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"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":"m6","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0.225,0.029],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100.862,135.593],"ix":3},"r":{"a":0,"k":-0.488,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"mm","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.132,-3.682],[-22.265,8.09],[-3.075,3.793],[8.664,5.66],[-4.768,18.717],[-16.053,7.671],[-7.418,3.343],[2.45,-4.132],[3.617,-11.691],[-16.224,-26.061],[7.773,-12.027],[2.053,-17.425],[-15.783,-6.91],[-8.663,9.267],[-3.898,-2.798],[13.641,-29.497],[25.584,-5.028],[27.389,10.932],[-2.028,35.312],[-7.926,19.315]],"o":[[9.36,-22.322],[4.544,-1.651],[6.698,-8.262],[-18.885,-12.336],[4.389,-17.229],[7.144,-3.414],[-2.651,4.012],[-5.971,10.071],[-13.876,44.855],[1.971,3.166],[-9.44,14.606],[-2.172,18.437],[9.901,4.335],[3.576,-3.825],[26.518,19.035],[-12.153,26.278],[-28.899,5.68],[-32.726,-13.062],[1.194,-20.8],[5.267,1.669]],"v":[[-77.157,75.242],[-28.917,30.617],[-17.629,22.096],[-19.046,0.942],[-46.126,-54.663],[-2.969,-84.849],[15.687,-98.28],[7.768,-86.224],[-3.624,-53.669],[48.224,0.747],[44.227,32.213],[27.749,69.6],[48.175,107.638],[76.896,100.597],[86.534,99.809],[93.358,168.262],[33.28,209.878],[-51.844,201.685],[-100.285,124.411],[-85.619,64.447]],"c":true},"ix":2},"nm":"m8","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[2.15,229.024],"ix":5},"e":{"a":0,"k":[-0.201,-98.449],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"m9","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":"变换"}],"nm":"mmm","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":3,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"O","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,434.522,0],"ix":2,"l":2},"a":{"a":0,"k":[0,212.707,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":[[-5.491,-5.842],[3.075,3.058]],"o":[[-4.894,1.473],[5.393,-2.245]],"v":[[26.925,-153.877],[15.718,-157.575]],"c":true},"ix":2},"nm":"n2","mn":"ADBE Vector Shape - Group","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":[100,0],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"n3","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":"变换"}],"nm":"n","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.146,-4.677],[3.578,3.908]],"o":[[-5.245,0.504],[4.873,-2.261]],"v":[[81.472,-35.051],[68.753,-37.987]],"c":true},"ix":2},"nm":"n5","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"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":"n6","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,171.166],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"nn","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.132,-3.682],[-22.265,8.09],[-3.075,3.793],[8.664,5.66],[-4.768,18.717],[-16.053,7.671],[-7.418,3.343],[2.45,-4.132],[-0.185,-12.237],[-10.398,-3.251],[1.21,-24.96],[2.891,-0.495],[2.053,-17.425],[-15.783,-6.91],[-8.663,9.267],[-3.898,-2.798],[13.641,-29.497],[25.584,-5.028],[27.389,10.932],[-2.028,35.312],[-7.926,19.315]],"o":[[9.36,-22.322],[4.544,-1.651],[6.698,-8.262],[-18.885,-12.336],[4.389,-17.229],[7.144,-3.414],[-2.651,4.012],[-5.971,10.071],[0.164,10.873],[30.793,9.629],[-0.181,3.726],[-17.141,2.936],[-2.172,18.437],[9.901,4.335],[3.576,-3.825],[26.518,19.035],[-12.153,26.278],[-28.899,5.68],[-32.726,-13.062],[1.194,-20.8],[5.267,1.669]],"v":[[-77.157,75.242],[-28.917,30.617],[-17.629,22.096],[-19.046,0.942],[-32.626,-46.663],[-2.969,-84.849],[15.687,-98.28],[7.768,-86.224],[-3.624,-53.669],[10.636,-34.571],[49.224,27.747],[44.227,32.213],[15.749,62.6],[36.175,100.638],[64.896,93.597],[74.534,92.809],[93.358,168.262],[33.28,209.878],[-51.844,201.685],[-100.285,124.411],[-85.619,64.447]],"c":true},"ix":2},"nm":"n8","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.169,0.997,0.826,0.572,0.402,0.994,0.659,0.186,0.53,0.994,0.461,0.186,0.657,0.994,0.262,0.186,0.829,0.681,0.142,0.104,1,0.368,0.022,0.022,0,1,0.577,0.84,0.628,0.68,0.814,0.34,1,0],"ix":9}},"s":{"a":0,"k":[2.15,229.024],"ix":5},"e":{"a":0,"k":[-0.201,-98.449],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"n9","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":"变换"}],"nm":"nnn","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":2,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"halo","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[226,260,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"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":6,"s":[118.057,103.343,100]},{"i":{"x":[0.833,0.833,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":14,"s":[100,89.971,100]},{"i":{"x":[0.833,0.833,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":21,"s":[118.057,103.343,100]},{"t":26,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[241.008,332.476],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"p1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"gf","o":{"a":0,"k":17,"ix":10},"r":1,"bm":0,"g":{"p":7,"k":{"a":0,"k":[0,1,0.993,0.957,0.112,0.997,0.826,0.572,0.266,0.994,0.659,0.186,0.468,0.994,0.461,0.186,0.671,0.994,0.262,0.186,0.836,0.949,0.364,0.161,1,0.904,0.466,0.136,0,0,0.218,0.5,0.436,1,0.718,0.5,1,0],"ix":9}},"s":{"a":0,"k":[0.604,-6.033],"ix":5},"e":{"a":0,"k":[7.765,-127.057],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"p2","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[26.661,27.058],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[143.324,199.65],"ix":3},"r":{"a":0,"k":0,"ix":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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":29,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"shadow 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[251.273,433.908,0],"ix":2,"l":2},"a":{"a":0,"k":[17.273,305.908,0],"ix":1,"l":2},"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":[63.861,63.861,100]},{"i":{"x":[0.833,0.833,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,"s":[69.483,57.055,100]},{"i":{"x":[0.833,0.833,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":10,"s":[82.332,57.266,100]},{"i":{"x":[0.833,0.833,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":18,"s":[75.907,75.907,100]},{"i":{"x":[0.833,0.833,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":[63.861,63.861,100]},{"t":28,"s":[78.317,78.317,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[249.039,249.039],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"x1","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":0,"k":[0,0.71,0.219,0.022,0.226,0.852,0.241,0.104,0.453,0.994,0.262,0.186,0.726,0.905,0.175,0.137,1,0.816,0.087,0.087,0,0.74,0.351,0.555,0.701,0.37,0.889,0.185,1,0],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[107.912,-2.917],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"x3","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.273,311.908],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,29.008],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"x","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"wood","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[253.063,475.134,0],"ix":2,"l":2},"a":{"a":0,"k":[-317.937,-57.866,0],"ix":1,"l":2},"s":{"a":0,"k":[51.237,51.237,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.257,1.875],[-0.255,-1.632],[-0.051,-0.182]],"o":[[0.067,1.713],[0.053,0.182],[-0.042,-1.844]],"v":[[-215.479,-64.576],[-215.076,-59.446],[-214.925,-58.898]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.07,-0.711],[-0.163,-1.191],[0.095,1.047]],"o":[[0.105,1.062],[-0.047,-1.213],[-0.063,-0.694]],"v":[[-215.909,-67.989],[-215.479,-64.576],[-215.664,-68.014]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.048,-0.158],[6.342,-2.216],[-1.849,5.344],[-2.52,2.169],[0.619,-0.393],[-3.731,-4.206],[-3.095,0.048],[-5.441,3.094],[2.206,6.8]],"o":[[2.889,9.405],[-2.049,0.716],[1.2,-3.468],[0.172,-0.148],[-2.138,1.357],[2.486,2.803],[6.067,-0.094],[4.893,-2.783],[-0.487,-1.502]],"v":[[-305.754,-49.316],[-319.997,-31.877],[-335.049,-33.385],[-325.506,-41.62],[-328.424,-42.246],[-338.253,-31.08],[-326.382,-28.82],[-308.594,-33.419],[-300.371,-48.538]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.94,-1.308],[4.685,-13.207],[-0.278,0.176],[-0.546,1.239],[-12.112,0.084],[2.553,-12.356],[-0.106,0.423]],"o":[[-12.423,2.047],[-0.495,1.395],[1.098,-0.696],[5.704,-12.949],[6.146,-0.043],[0.006,-0.031],[3.886,-15.57]],"v":[[-310.798,-67.785],[-339.46,-42.442],[-338.178,-42.485],[-335.366,-46.292],[-304.227,-64.097],[-278.381,-50.544],[-277.316,-51.724]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.506,-0.278],[18.753,7.819],[2.199,1.288],[0.435,1.82],[-0.984,1.317],[-1.842,1.811],[-9.59,1.456],[1.69,-0.28],[7.496,-10.1],[-2.318,-4.984],[-3.625,-2.161],[-19.599,14.338]],"o":[[-17.849,9.792],[-2.324,-0.969],[-1.416,-0.829],[-0.416,-1.74],[1.575,-2.107],[7.293,-7.171],[0.113,-0.017],[-11.52,1.906],[-2.75,3.706],[1.971,4.237],[20.444,12.189],[0.371,-0.272]],"v":[[-302.324,-26.561],[-360.295,-22.278],[-367.075,-25.652],[-373.057,-30.091],[-368.705,-37.682],[-363.567,-43.557],[-337.844,-56.729],[-341.443,-62.601],[-371.086,-44.122],[-375.44,-30.626],[-366.175,-21.921],[-300.575,-23.709]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.19,3.484],[15.819,-3.014],[-0.945,0.105],[-15.43,-2.841],[-5.161,-5.506],[3.221,-6.603],[-0.099,0.196]],"o":[[-15.739,-4.901],[-0.885,0.169],[15.409,-1.713],[6.824,1.257],[4.763,5.081],[0.013,-0.027],[7.637,-15.075]],"v":[[-283.877,-73.687],[-331.877,-73.129],[-335.079,-70.26],[-288.534,-71.682],[-269.135,-62.754],[-265.9,-42.909],[-265.286,-43.284]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[18.539,-0.32],[4.938,0.68],[0.223,2.589],[0.226,3.42],[0.257,-0.273],[1.205,-5.191],[-0.301,1.165],[-0.468,1.637],[0.039,-1.002],[-0.44,-2.508],[11.383,9.416],[2.076,21.379],[-0.821,4.493],[-5.698,-1.277],[1.118,-5.241],[-15.15,-5.884],[-17.704,2.622],[-11.562,7.128],[-0.371,-6.056],[-1.147,-1.68]],"o":[[-5.004,0.086],[0.393,-2.705],[-0.294,-3.413],[-0.031,-0.473],[-3.451,3.66],[-0.214,0.919],[0.428,-1.657],[-0.042,1.003],[-0.1,2.588],[-13.715,-2.456],[-15.167,-12.545],[-0.483,-4.97],[5.682,1.393],[-3.12,4.435],[-4.802,22.505],[16.904,6.565],[12.832,-1.9],[1.258,5.786],[0.117,1.91],[-17.781,6.153]],"v":[[-339.502,29.418],[-354.442,28.538],[-354.971,20.012],[-355.822,9.767],[-357.612,9.346],[-363.915,21.245],[-359.278,22.128],[-357.919,17.195],[-358.042,20.202],[-358.093,27.959],[-396.333,10.472],[-425.732,-43.475],[-425.156,-57.669],[-408.098,-53.622],[-414.879,-39.011],[-379.86,2.857],[-327.08,8.565],[-289.597,-4.767],[-286.866,12.879],[-284.657,18.362]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.128,1.115],[11.362,3.678],[2.968,0.604],[-0.094,0.333],[-0.762,5.321],[-8.389,-5.154],[0,-0.011],[-0.925,-1.818],[-3.646,-6.974]],"o":[[-8.895,-8.788],[-2.935,-0.95],[0.545,-0.072],[1.451,-5.136],[9.085,2.983],[-0.028,0.354],[-0.026,2.036],[3.573,7.026],[-1.081,-1.185]],"v":[[-231.792,-82.433],[-262.362,-101.192],[-271.219,-103.494],[-270.214,-104.083],[-266.674,-119.421],[-240.402,-107.164],[-240.442,-106.549],[-239.459,-99.875],[-228.478,-78.979]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[3.632,12.584],[0.111,0.357],[0.025,0.221],[-0.045,-0.023],[0.3,1.064],[-0.001,-0.078],[0.042,0.267],[3.805,8.041],[3.929,6.342],[0.775,1.457],[2.216,1.524],[22.844,1.215],[4.542,-0.312],[0.133,-4.272],[-6.547,-0.029],[-4.554,-0.608],[0.75,-0.588],[2.068,-1.621],[-0.024,-1.092],[0.379,-0.254],[-1.081,-0.691],[-0.316,0.226],[-0.669,0.478],[-0.09,-0.046],[0.245,-0.288],[-0.702,-0.171],[-0.65,0.681],[-0.939,0.616],[-1.04,0.681],[0.186,-0.706],[-3.847,-1.218],[8.611,0.02],[-0.179,-0.207],[-1.67,-0.172],[-16.82,-14.85],[8.561,-18.207],[3.335,-4.035],[0.266,0.154],[3.243,1.663],[-3.469,5.235],[12.374,8.661],[-0.33,-0.243],[7.186,-11.585],[3.075,-2.804],[1.673,0.756],[-0.1,-0.351],[-0.299,-0.795],[8.099,-5.818],[-0.57,0.367],[-7.702,5.015],[-0.355,-0.213],[-3.584,-1.875],[12.618,-4.786],[0.871,-0.323],[3.469,7.779],[-3.529,3.866],[0.51,-0.426],[3.481,-2.389],[0.028,0.056],[1.842,1.202],[-0.417,-2.011],[-0.644,-2.873],[27.413,8.801],[4.715,17.129],[-5.69,7.446],[-1.677,-0.316],[0.272,0.333],[0.935,0.489],[-5.29,3.581],[-17.506,-6.279],[-1.375,0.399],[1.351,0.53],[16.906,-6.342],[6.762,-6.683],[1.967,-2.451],[6.234,1.396],[-10.419,8.73],[-8.108,3.605],[-8.489,2.201],[-7.156,1.449],[0.188,0.233],[1.278,1.982],[1.062,1.872],[6.598,-1.812],[7.913,-3.131],[7.894,-6.663],[-3.419,-23.524],[-15.99,-15.118],[-21.141,-2.178],[-23.229,8.177],[-10.969,23.12]],"o":[[-0.104,-0.361],[-0.022,-0.261],[0.045,0.023],[-0.252,-1.076],[0.002,0.078],[-0.052,-0.258],[-2.525,-8.732],[-3.252,-6.872],[0.913,0.314],[-1.348,-2.535],[-19.392,-13.342],[-4.592,-0.244],[-0.28,4.267],[6.466,-0.905],[4.632,0.021],[-0.722,0.463],[-2.068,1.621],[-0.581,0.455],[-0.378,0.253],[-0.724,0.485],[0.191,1.331],[0.669,-0.478],[0.085,0.044],[-0.254,0.282],[-0.483,0.567],[0.454,0.11],[1.628,0.751],[1.046,-0.686],[-0.187,0.696],[-0.333,1.267],[-8.485,-1.208],[-1.2,-0.003],[1.066,1.233],[20.354,2.103],[15.199,13.418],[-2.381,5.064],[-0.227,-0.266],[-3.214,-1.865],[4.66,-3.622],[7.941,-11.982],[-1.38,-0.966],[11.802,8.675],[-2.347,3.784],[-1.633,-0.802],[-1.231,-0.556],[0.175,0.616],[-8.038,6.101],[-1.484,1.066],[7.559,-4.87],[0.283,0.4],[3.534,2.121],[-10.019,9.816],[-0.867,0.329],[-0.913,-8.495],[4.139,-3.02],[0.119,-0.13],[-3.302,2.761],[-0.027,-0.056],[-1.007,-2.036],[-0.883,-0.576],[0.604,2.912],[-24.142,14.985],[-13.952,-4.479],[-2.5,-9.083],[1.672,0.342],[1.389,0.261],[-0.612,-0.749],[5.43,-6.291],[15.639,-10.588],[1.351,0.485],[0.397,-0.115],[-16.88,-6.621],[-8.51,3.192],[-2.056,2.032],[-6.201,-1.587],[3.478,-13.462],[6.996,-5.862],[8.13,-3.615],[7.077,-1.835],[-0.195,-0.231],[-1.483,-1.836],[-1.161,-1.801],[-6.662,1.365],[-8.14,2.235],[-9.309,3.684],[-16.098,13.588],[3.45,23.735],[16.217,15.333],[24.489,2.523],[21.194,-7.461],[5.458,-11.505]],"v":[[-213.821,-53.964],[-214.154,-55.035],[-214.225,-55.758],[-214.092,-55.689],[-214.925,-58.898],[-214.927,-58.667],[-215.076,-59.446],[-225.405,-84.547],[-235.961,-104.458],[-235.878,-106.377],[-242.233,-112.859],[-305.81,-136.564],[-319.509,-136.414],[-320.136,-123.606],[-300.62,-125.022],[-286.838,-124.055],[-289.026,-122.491],[-295.232,-117.627],[-295.877,-114.868],[-297.01,-114.11],[-295.644,-112.074],[-294.796,-109.076],[-292.79,-110.51],[-292.526,-110.375],[-293.276,-109.521],[-293.543,-108.365],[-291.456,-109.853],[-286.964,-109.047],[-283.834,-111.095],[-284.393,-108.993],[-276.859,-104.468],[-302.544,-105.867],[-300.914,-102.484],[-296.276,-98.73],[-234.276,-81.004],[-226.399,-25.113],[-235.043,-11.509],[-235.774,-12.166],[-245.433,-17.444],[-233.044,-30.488],[-236.863,-69.971],[-243.105,-67.427],[-239.994,-28.615],[-248.215,-18.847],[-253.165,-21.19],[-253.245,-17.462],[-252.539,-15.254],[-277.942,1.067],[-275.069,0.821],[-251.488,-13.151],[-250.535,-12.206],[-239.888,-6.24],[-275.145,14.914],[-277.756,15.887],[-284.183,-8.383],[-272.629,-18.694],[-275.249,-18.788],[-285.431,-11.059],[-285.51,-11.226],[-290.207,-17.105],[-292.192,-16.556],[-290.287,-7.893],[-369.57,3.984],[-407.456,-26.81],[-400.702,-52.035],[-395.68,-51.043],[-396.065,-52.777],[-398.529,-54.705],[-381.097,-69.812],[-329.326,-77.495],[-324.742,-77.346],[-323.571,-78.521],[-376.095,-78.272],[-399.604,-63.528],[-405.722,-56.781],[-424.373,-61.225],[-401.711,-94.58],[-378.878,-108.869],[-353.647,-116.463],[-332.301,-121.511],[-332.881,-122.206],[-336.992,-127.963],[-340.336,-133.475],[-360.22,-128.608],[-384.666,-121.459],[-410.699,-105.714],[-434.917,-49.422],[-401.215,10.373],[-344.196,37.721],[-271.824,25.512],[-217.707,-16.247]],"c":true},"ix":2},"nm":"路径 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,"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":"组 7","np":4,"cix":2,"bm":0,"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":"变换"}],"nm":"组 1","np":7,"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.632,12.584],[0.111,0.357],[0.025,0.221],[-0.045,-0.023],[0.3,1.064],[-0.001,-0.078],[0.042,0.267],[3.805,8.041],[3.929,6.342],[0.775,1.457],[2.216,1.524],[22.844,1.215],[5.031,-0.407],[0.365,-5.24],[0.018,-0.083],[0.056,-0.204],[0.665,-0.016],[0.38,0.216],[2.292,2.399],[2.143,3.382],[6.652,-1.827],[7.913,-3.131],[7.894,-6.663],[-3.419,-23.524],[-15.99,-15.118],[-21.141,-2.178],[-23.229,8.177],[-10.969,23.12]],"o":[[-0.104,-0.361],[-0.022,-0.261],[0.045,0.023],[-0.252,-1.076],[0.002,0.078],[-0.052,-0.258],[-2.525,-8.732],[-3.252,-6.872],[0.913,0.314],[-1.348,-2.535],[-19.392,-13.342],[-5.093,-0.271],[0.369,5.236],[-0.006,0.087],[0.043,0.227],[-0.196,0.714],[-0.333,0.096],[-3.368,-0.812],[-2.738,-2.865],[-6.717,1.366],[-8.14,2.235],[-9.309,3.684],[-16.098,13.588],[3.45,23.735],[16.217,15.333],[24.489,2.523],[21.194,-7.461],[5.458,-11.505]],"v":[[-213.821,-53.964],[-214.154,-55.035],[-214.225,-55.758],[-214.092,-55.689],[-214.925,-58.898],[-214.927,-58.667],[-215.076,-59.446],[-225.405,-84.547],[-235.961,-104.458],[-235.878,-106.377],[-242.233,-112.859],[-305.81,-136.564],[-320.992,-136.291],[-320.879,-120.565],[-320.921,-120.312],[-320.932,-119.652],[-322.403,-118.607],[-323.492,-118.752],[-331.999,-124.853],[-340.169,-133.476],[-360.22,-128.608],[-384.666,-121.459],[-410.699,-105.714],[-434.917,-49.422],[-401.215,10.373],[-344.196,37.721],[-271.824,25.512],[-217.707,-16.247]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.529411792755,0.258823543787,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":"组 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],[-2.403,1.393],[0,0]],"o":[[0,0],[0,0],[2.403,-1.393],[0,0]],"v":[[-320.992,-136.291],[-325.353,-119.421],[-322.403,-118.607],[-319.509,-136.414]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.529411792755,0.258823543787,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":"组 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]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-340.336,-133.475],[-320.75,-131.903],[-319.274,-110.449],[-336.564,-112.83]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647058844566,0.458823531866,0.305882364511,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":"组 4","np":2,"cix":2,"bm":0,"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":"变换"}],"nm":"组 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.016,-0.302],[0.684,0.223],[-0.701,0.074]],"o":[[-0.681,-0.234],[0.7,-0.074],[-0.009,0.303]],"v":[[-373.511,-68.453],[-375.558,-69.138],[-373.457,-69.359]],"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.019,0.144],[-0.352,0.009],[0.333,-0.163]],"o":[[0.357,0],[-0.341,0.144],[-0.013,-0.146]],"v":[[-534.017,-125.99],[-532.952,-126.002],[-533.968,-125.554]],"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.257,-0.137],[-0.119,0.232],[-1.144,-0.147]],"o":[[0.144,-0.206],[1.143,0.157],[-1.298,0.005]],"v":[[-510.964,-57.541],[-510.565,-58.205],[-507.133,-57.747]],"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.032,0.475],[-1.293,-0.491],[1.235,0.072]],"o":[[1.228,0.597],[-1.235,-0.074],[-0.025,-0.476]],"v":[[-516.844,-63.531],[-513.058,-61.885],[-516.764,-62.104]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[3.694,-4.998],[-1.232,0.606],[0,0],[2.212,-0.968],[7.799,-2.859],[15.771,-4.709],[25.959,-5.418],[-0.61,0.936],[-2.713,8.547],[-0.641,0.408],[-2.949,2.132],[-4.105,1.572],[0.125,0.111],[-1.098,0.183],[2.053,0.202],[0.511,-0.133],[-0.385,0.13],[0.266,0.03],[0.697,0.035],[0.082,-0.019],[4.907,-0.963],[-0.382,2.518],[-0.181,2.886],[-1.279,0.319],[-0.087,0.036],[-1.652,0.285],[-0.138,0.047],[-3.846,0.439],[-4.071,0.321],[-7.292,0.029],[0.396,0.031],[8.141,0.555],[8.458,4.695],[0.635,-0.211],[11.301,13.746],[-1.759,1.219],[-2.087,1.136],[0.014,0.027],[-0.844,0.223],[0.144,-0.012],[0.497,-0.055],[-0.051,0.071],[-3.246,0.911],[0.11,-0.015],[7.051,0.339],[4.89,0.84],[5.216,1.334],[-4.073,-0.543],[0.886,0.41],[-23.78,-1.567],[-20.392,-6.943],[-5.508,-2.43],[-1.657,-0.829],[-0.788,-0.395],[-5.286,-11.884],[-0.207,-5.243],[3.397,-0.47],[6.971,-0.392],[-0.634,-0.113],[-10.384,-3.248]],"o":[[-0.412,0.557],[0,0],[-2.029,1.163],[-7.613,3.331],[-15.454,5.664],[-25.373,7.576],[0.696,-0.859],[4.708,-7.221],[0.627,-0.426],[3.07,-1.952],[4.181,-1.332],[0.04,-0.015],[1.075,-0.244],[-2.06,-0.114],[-0.516,0.114],[0.387,-0.128],[-0.266,-0.027],[-0.696,0.007],[-0.078,0.019],[-4.183,-0.161],[0.547,-2.56],[0.434,-2.861],[1.259,-0.377],[0.081,-0.045],[1.521,-0.632],[0.11,-0.07],[3.687,-1.261],[4.055,-0.463],[7.291,-0.576],[-0.528,-0.495],[-8.135,-0.637],[-8.283,-4.701],[-0.302,-0.168],[-1.945,-17.583],[-0.903,-2.215],[2.215,-1.05],[0.044,-0.024],[0.855,-0.347],[0.014,-0.004],[-0.512,0.043],[0.052,-0.067],[3.083,-0.555],[0.03,-0.008],[-6.992,0.952],[-5.004,-0.241],[-4.565,-2.983],[4.054,-0.309],[0.372,0.05],[23.921,-0.266],[21.453,1.414],[5.699,1.94],[1.685,0.743],[-2.016,1.095],[11.374,5.701],[2.265,5.091],[-3.423,0.085],[-6.704,-1.626],[-0.882,0.05],[10.677,1.906],[-1.131,5.701]],"v":[[-381.422,-46.712],[-378.813,-47.281],[-381.647,-43.03],[-387.976,-39.81],[-411.315,-30.871],[-458.171,-15.315],[-535.312,4.07],[-533.348,1.377],[-522.249,-22.681],[-520.352,-23.941],[-510.649,-29.425],[-498.277,-33.966],[-498.428,-34.175],[-495.167,-34.812],[-501.341,-35.258],[-502.885,-34.909],[-501.731,-35.301],[-502.528,-35.397],[-504.616,-35.439],[-504.852,-35.382],[-519.137,-34.468],[-517.736,-42.096],[-516.819,-50.722],[-513.008,-51.76],[-512.757,-51.885],[-507.962,-53.189],[-507.595,-53.369],[-496.15,-55.362],[-483.995,-56.692],[-462.17,-57.613],[-463.628,-58.515],[-488.042,-60.289],[-515.719,-67.921],[-517.228,-67.794],[-537.139,-116.107],[-533.114,-121.834],[-526.685,-125.361],[-526.65,-125.438],[-524.093,-126.308],[-524.605,-126.676],[-526.117,-126.527],[-525.964,-126.735],[-516.59,-129.01],[-516.962,-129.33],[-538.435,-128.103],[-553.164,-130.748],[-567.922,-137.438],[-555.71,-137.116],[-557.495,-138.289],[-485.746,-137.198],[-422.902,-125.385],[-406.089,-118.851],[-401.086,-116.468],[-404.119,-113.514],[-377.176,-87.764],[-373.473,-72.153],[-383.674,-71.459],[-404.193,-73.573],[-405.898,-69.414],[-374.208,-62.915]],"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.03,0.01],[0.026,-0.026],[0.005,-0.005],[0.396,-0.786],[0.404,0.412],[-1.143,0.397]],"o":[[-0.027,0.026],[-0.003,0.003],[-0.982,0.628],[-0.394,-0.42],[1.164,0.072],[0.03,-0.01]],"v":[[-538.429,-122.456],[-538.512,-122.384],[-538.533,-122.36],[-540.775,-120.246],[-541.979,-121.489],[-538.519,-122.425]],"c":true},"ix":2},"nm":"路径 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.073,-2.525],[3.325,-0.081],[1.123,0.337],[-0.325,-0.618],[5.158,6.897],[3.352,11.008],[-9.171,18.826],[-9.082,3.117],[-1.986,0.233],[-1.484,-3.529],[-0.139,-0.184],[0.009,-0.179],[-0.279,0.284],[-0.261,-0.054],[-0.259,1.227],[-0.695,1.132],[-0.045,0.225],[-0.611,0.617],[-0.901,0.328],[-2.232,0.373],[-4.396,-0.083],[0.026,0.02],[-0.141,-0.028],[-0.416,-0.027],[-0.233,-0.185],[-1.549,-0.181],[-0.777,-0.034],[2.019,0.089],[5.325,-0.865],[-2.074,-1.474],[2.807,-22.641],[6.237,-12.413]],"o":[[-2.781,1.802],[-1.247,0.03],[0.228,0.552],[-8.244,-2.537],[-6.896,-9.222],[-5.951,-19.544],[4.129,-8.476],[1.931,-0.663],[-1.019,3.604],[0.037,0.088],[-0.017,0.177],[-0.025,0.479],[0.292,0.295],[-0.57,-1.125],[0.277,-1.31],[0.027,-0.228],[0.167,-0.843],[0.478,-0.815],[2.135,-0.777],[4.325,-0.724],[-0.026,-0.021],[0.141,0.029],[0.415,0.012],[0.365,0.024],[1.55,0.265],[0.773,-0.012],[2.015,0.089],[-5.411,-0.24],[2.338,1.116],[19.549,13.893],[-1.711,13.801],[-3.724,7.412]],"v":[[-555.12,0.429],[-564.493,3.526],[-568.053,3.043],[-567.21,4.82],[-587.078,-12.569],[-602.522,-43.31],[-600.803,-105.254],[-580.937,-124.072],[-575.048,-125.393],[-574.641,-114.428],[-574.364,-113.998],[-574.412,-113.465],[-573.853,-113.408],[-572.979,-112.807],[-573.354,-116.41],[-571.871,-120.092],[-571.783,-120.774],[-570.614,-123.08],[-568.444,-124.699],[-561.814,-126.201],[-548.71,-127.55],[-548.786,-127.612],[-548.36,-127.536],[-547.114,-127.489],[-546.219,-127.155],[-541.567,-126.482],[-539.243,-126.457],[-539.243,-123.319],[-555.292,-121.7],[-548.643,-117.803],[-526.452,-55.606],[-538.833,-15.683]],"c":true},"ix":2},"nm":"路径 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[2.006,6.484],[12.598,4.274],[8.453,2.901],[9.844,1.813],[23.923,0.084],[19.147,-0.643],[-0.147,-0.172],[6.092,-9.645],[-7.585,-22.938],[-9.674,-12.163],[-9.99,0.953],[-0.029,0.004],[-0.766,0.099],[-4.509,2.597],[-27.855,7.973],[-16.277,5.91],[-9.111,12.123],[1.872,-1.258],[3.381,-1.996],[-0.784,1.579],[-1.705,7.184],[0.386,-1.585],[-0.091,0.333],[-0.039,2.284]],"o":[[-3.949,-12.762],[-8.167,-3.969],[-9.469,-3.25],[-23.558,-4.338],[-19.161,-0.067],[-0.077,0.003],[-11.535,0.553],[-13.545,21.445],[4.878,14.754],[4.84,6.086],[0.022,0.006],[0.767,-0.096],[4.962,1.519],[28.575,-4.366],[16.648,-4.765],[13.78,-5.003],[0.227,-0.302],[-3.344,2.247],[1.02,-1.258],[4.424,-5.661],[-0.08,1.57],[-0.028,0.117],[0.632,-2.316],[1.306,-6.678]],"v":[[-368.729,-89.625],[-395.33,-117.098],[-420.96,-126.853],[-449.905,-134.453],[-521.452,-140.247],[-578.932,-138.913],[-578.776,-138.586],[-605.927,-121.772],[-608.807,-47.439],[-586.697,-6.59],[-560.032,13.185],[-559.964,13.202],[-557.666,12.902],[-543.12,10.85],[-458.529,-7.761],[-409.106,-23.763],[-371.529,-46.365],[-370.767,-50.012],[-380.722,-43.569],[-377.78,-47.982],[-368.308,-67.667],[-368.989,-62.928],[-368.906,-62.639],[-367.915,-69.558]],"c":true},"ix":2},"nm":"路径 8","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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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":9,"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.201,0.033],[19.443,3.681],[-0.198,-0.045],[-19.503,-3.137]],"o":[[-19.543,-3.184],[-0.289,-0.055],[19.274,4.33],[0.311,0.05]],"v":[[-420.672,-112.051],[-478.98,-122.98],[-479.559,-121.031],[-421.148,-110.45]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.618,-0.146],[-16.256,-2.842],[0.568,0.149],[16.163,3.301]],"o":[[16.053,3.792],[0.312,0.055],[-15.96,-4.203],[-0.298,-0.061]],"v":[[-522.542,-117.179],[-474.214,-106.531],[-475.356,-108.476],[-523.677,-119.129]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.881,-0.445],[0.186,0.029],[2.881,0.445],[-0.186,-0.029]],"o":[[0.043,0.007],[-2.881,-0.445],[-0.043,-0.007],[2.881,0.445]],"v":[[-378.935,-80.748],[-379.331,-81.28],[-387.973,-82.615],[-387.578,-82.083]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.533,-0.313],[-15.617,-1.015],[1.236,0.109],[15.053,2.865]],"o":[[15.336,3.128],[0.664,0.043],[-15.263,-1.352],[-0.597,-0.114]],"v":[[-485.106,-89.916],[-438.774,-83.724],[-438.299,-84.196],[-483.86,-90.531]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.128,0.039],[-13.621,2.631],[-13.192,2.878],[0.471,-0.009],[25.008,-9.181]],"o":[[13.263,-4.062],[13.265,-2.562],[0.261,-0.057],[-26.831,0.52],[-0.077,0.028]],"v":[[-483.391,-35.894],[-443.055,-45.981],[-403.073,-52.838],[-404.734,-54.158],[-483.804,-36.227]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.59,8.121],[-1.921,8.318],[0.49,-0.747],[1.269,-7.951],[-0.776,-8.736],[-9.547,-14.531],[0.181,0.307],[0.814,17.318]],"o":[[1.66,-8.48],[0.247,-1.07],[-4.476,6.811],[-1.382,8.659],[1.54,17.344],[0.196,0.299],[-8.806,-14.923],[-0.388,-8.263]],"v":[[-590.566,-93.423],[-583.11,-117.896],[-587.556,-117.693],[-595.082,-93.762],[-596.025,-67.553],[-579.034,-19.206],[-577.598,-19.471],[-592.321,-68.711]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.3,5.586],[-0.335,-0.468],[-3.438,-6.006],[-1.677,-6.556],[1.625,-13.635],[-0.096,0.334],[3.588,13.838],[2.911,6.337]],"o":[[-0.485,-0.512],[4.023,5.621],[3.372,5.892],[3.418,13.362],[-0.038,0.316],[3.974,-13.795],[-1.76,-6.789],[-3.201,-6.969]],"v":[[-556.936,-112.731],[-559.303,-111.642],[-547.661,-94.394],[-540.622,-75.034],[-538.784,-33.329],[-537.412,-33.826],[-537.392,-74.809],[-544.863,-93.93]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.461,-1.212],[-0.972,-5.586],[-2.417,-8.354],[0.235,1.08],[1.544,7.46],[-1.288,3.687],[0.484,-5.506],[-0.384,0.818],[4.031,7.237]],"o":[[-4.662,3.867],[1.492,8.578],[0.34,1.176],[-1.623,-7.443],[-0.829,-4.006],[1.645,5.116],[-0.077,0.879],[3.556,-7.574],[-0.771,-1.384]],"v":[[-567.404,-79.178],[-571.248,-63.964],[-564.124,-38.523],[-559.483,-37.38],[-564.347,-59.714],[-564.491,-71.695],[-562.933,-55.632],[-559.559,-54.476],[-561.053,-77.002]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.779,-8.818],[1.95,-3.302],[3.254,3.188],[-0.224,-1.459],[1.183,15.908],[-0.485,7.669],[-6.21,2.21],[-1.062,-10.112]],"o":[[-0.746,3.695],[-1.747,2.959],[-0.774,-0.759],[-10.899,-11.937],[-0.569,-7.658],[0.367,-5.802],[16.594,-5.907],[0.939,8.946]],"v":[[-550.894,-34.058],[-554.303,-22.669],[-564.541,-19.194],[-565.1,-17.186],[-581.627,-60.235],[-581.79,-83.376],[-573.697,-98.978],[-549.622,-60.902]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[6.4,2.506],[2.679,-5.554],[-0.03,-6.387],[-1.034,-7.859],[-12.108,-11.924],[-0.014,0.452],[-2.785,5.665],[-0.605,7.757],[7.437,16.068]],"o":[[-6.054,-2.37],[-2.842,5.891],[0.037,7.921],[2.173,16.516],[0.27,0.266],[4.024,4.963],[3.472,-7.063],[1.377,-17.654],[-2.731,-5.9]],"v":[[-568.09,-107.103],[-582.507,-100.734],[-585.239,-81.658],[-583.844,-57.957],[-564.192,-13.169],[-563.794,-13.599],[-550.748,-16.112],[-545.659,-39.887],[-555.029,-91.836]],"c":true},"ix":2},"nm":"路径 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,"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":"组 10","np":3,"cix":2,"bm":0,"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":"变换"}],"nm":"组 1","np":10,"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":[[7.073,-2.525],[3.325,-0.081],[1.123,0.337],[-0.325,-0.618],[5.158,6.897],[3.352,11.008],[-9.171,18.826],[-9.082,3.117],[-1.986,0.233],[-1.484,-3.529],[-0.139,-0.184],[0.009,-0.179],[-0.279,0.284],[-0.261,-0.054],[-0.259,1.227],[-0.695,1.132],[-0.045,0.225],[-0.611,0.617],[-0.901,0.328],[-2.232,0.373],[-4.396,-0.083],[0.026,0.02],[-0.141,-0.028],[-0.416,-0.027],[-0.233,-0.185],[-1.549,-0.181],[-0.777,-0.034],[2.019,0.089],[5.325,-0.865],[-2.074,-1.474],[2.807,-22.641],[6.237,-12.413]],"o":[[-2.781,1.802],[-1.247,0.03],[0.228,0.552],[-8.244,-2.537],[-6.896,-9.222],[-5.951,-19.544],[4.129,-8.476],[1.931,-0.663],[-1.019,3.604],[0.037,0.088],[-0.017,0.177],[-0.025,0.479],[0.292,0.295],[-0.57,-1.125],[0.277,-1.31],[0.027,-0.228],[0.167,-0.843],[0.478,-0.815],[2.135,-0.777],[4.325,-0.724],[-0.026,-0.021],[0.141,0.029],[0.415,0.012],[0.365,0.024],[1.55,0.265],[0.773,-0.012],[2.015,0.089],[-5.411,-0.24],[2.338,1.116],[19.549,13.893],[-1.711,13.801],[-3.724,7.412]],"v":[[-555.12,0.429],[-564.493,3.526],[-568.053,3.043],[-567.21,4.82],[-587.078,-12.569],[-602.522,-43.31],[-600.803,-105.254],[-580.937,-124.072],[-575.048,-125.393],[-574.641,-114.428],[-574.364,-113.998],[-574.412,-113.465],[-573.853,-113.408],[-572.979,-112.807],[-573.354,-116.41],[-571.871,-120.092],[-571.783,-120.774],[-570.614,-123.08],[-568.444,-124.699],[-561.814,-126.201],[-548.71,-127.55],[-548.786,-127.612],[-548.36,-127.536],[-547.114,-127.489],[-546.219,-127.155],[-541.567,-126.482],[-539.243,-126.457],[-539.243,-123.319],[-555.292,-121.7],[-548.643,-117.803],[-526.452,-55.606],[-538.833,-15.683]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.529411792755,0.258823543787,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":"组 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.146,-1.245],[-3.078,-2.289],[-6.499,-3.915],[-6.908,-3.417],[-8.827,-1.171],[-22.24,-0.011],[-22.113,1.765],[-3.611,0.289],[10.153,3.445],[8.453,2.901],[9.844,1.813],[23.923,0.084],[19.147,-0.643],[-0.147,-0.172]],"o":[[2.674,2.846],[6.095,4.533],[6.591,3.971],[8.006,3.96],[22.058,2.925],[22.188,0.011],[3.61,-0.288],[-4.984,-9.44],[-8.167,-3.969],[-9.469,-3.25],[-23.558,-4.338],[-19.161,-0.067],[-0.077,0.003],[-3.574,0.171]],"v":[[-588.876,-136.414],[-580.077,-128.749],[-560.927,-116.442],[-541.229,-104.371],[-515.623,-97.03],[-449.003,-92.963],[-382.529,-95.898],[-371.698,-96.763],[-395.33,-117.098],[-420.96,-126.853],[-449.905,-134.453],[-521.452,-140.247],[-578.932,-138.913],[-578.776,-138.586]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647058844566,0.458823531866,0.305882364511,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":"组 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":[[2.006,6.484],[12.598,4.274],[8.453,2.901],[9.844,1.813],[23.923,0.084],[19.147,-0.643],[-0.147,-0.172],[6.092,-9.645],[-7.585,-22.938],[-9.674,-12.163],[-9.99,0.953],[-0.029,0.004],[-0.766,0.099],[-4.509,2.597],[-27.855,7.973],[-16.277,5.91],[-9.111,12.123],[1.872,-1.258],[3.381,-1.996],[-0.784,1.579],[-1.705,7.184],[0.386,-1.585],[-0.091,0.333],[-0.039,2.284]],"o":[[-3.949,-12.762],[-8.167,-3.969],[-9.469,-3.25],[-23.558,-4.338],[-19.161,-0.067],[-0.077,0.003],[-11.535,0.553],[-13.545,21.445],[4.878,14.754],[4.84,6.086],[0.022,0.006],[0.767,-0.096],[4.962,1.519],[28.575,-4.366],[16.648,-4.765],[13.78,-5.003],[0.227,-0.302],[-3.344,2.247],[1.02,-1.258],[4.424,-5.661],[-0.08,1.57],[-0.028,0.117],[0.632,-2.316],[1.306,-6.678]],"v":[[-368.729,-89.625],[-395.33,-117.098],[-420.96,-126.853],[-449.905,-134.453],[-521.452,-140.247],[-578.932,-138.913],[-578.776,-138.586],[-605.927,-121.772],[-608.807,-47.439],[-586.697,-6.59],[-560.032,13.185],[-559.964,13.202],[-557.666,12.902],[-543.12,10.85],[-458.529,-7.761],[-409.106,-23.763],[-371.529,-46.365],[-370.767,-50.012],[-380.722,-43.569],[-377.78,-47.982],[-368.308,-67.667],[-368.989,-62.928],[-368.906,-62.639],[-367.915,-69.558]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.549019634724,0.384313732386,0.223529413342,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":"组 4","np":2,"cix":2,"bm":0,"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":"变换"}],"nm":"组 2","np":4,"cix":2,"bm":0,"ix":2,"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":[[-18.04,4.268],[-0.054,0.011],[18.368,-3.189],[-0.033,0.006]],"o":[[0.465,-0.11],[-18.256,3.733],[-0.414,0.072],[18.269,-3.137]],"v":[[-148.417,-128.062],[-147.857,-129.949],[-202.633,-119.026],[-203.094,-117.476]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.573,0.102],[-15.032,3.864],[0.621,-0.133],[14.887,-4.424]],"o":[[15.296,-2.71],[0.276,-0.071],[-15.174,3.242],[-0.292,0.087]],"v":[[-151.695,-113.578],[-106.379,-124.229],[-107.673,-126.079],[-152.989,-115.428]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.575,-0.117],[14.32,-1.349],[-0.652,0.045],[-14.372,3.123]],"o":[[-14.096,2.861],[-1.188,0.112],[14.67,-1.023],[1.486,-0.323]],"v":[[-143.851,-97.521],[-186.564,-91.189],[-186.105,-90.731],[-142.645,-96.925]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.092,0.034],[25.504,0.816],[-0.415,-0.076],[-24.293,-8.348]],"o":[[-23.741,-8.83],[-0.15,-0.005],[25.158,4.597],[0.23,0.079]],"v":[[-144.204,-43.209],[-219.615,-61.137],[-218.131,-59.868],[-143.952,-42.913]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.457,6.933],[-0.219,-1.085],[-1.551,-8.572],[0.352,-8.092],[8.331,-15.002],[-0.198,0.323],[-1.444,17.269],[1.24,8.577]],"o":[[-0.511,-0.796],[1.706,8.437],[1.443,7.973],[-0.746,17.144],[-0.14,0.252],[9.057,-14.764],[0.722,-8.637],[-1.162,-8.038]],"v":[[-46.566,-125.097],[-50.83,-124.469],[-43.768,-99.585],[-42.176,-75.367],[-55.963,-26.332],[-54.549,-26.345],[-38.597,-74.907],[-39.406,-100.817]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.357,-0.427],[3.254,-13.273],[-4.043,-13.76],[0.035,0.351],[-3.113,13.388],[-8.206,11.508]],"o":[[-8.794,10.512],[-3.392,13.836],[0.079,0.268],[-1.371,-13.601],[3.218,-13.842],[0.48,-0.674]],"v":[[-75.278,-118.934],[-93.499,-81.434],[-93.634,-40.272],[-92.307,-40.883],[-90.736,-82.406],[-73.112,-119.439]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.925,4.451],[1.682,-3.104],[-0.938,-7.727],[-2.968,1.461],[1.513,-6.282],[-2.104,0.888],[-0.874,3.627],[-1.363,8.38]],"o":[[-3.848,-3.477],[-3.698,6.825],[0.269,2.217],[-1.393,6.311],[-0.893,3.708],[3.233,-1.365],[1.986,-8.245],[0.985,-6.055]],"v":[[-61.718,-90.079],[-74.718,-83.111],[-79.035,-61.175],[-73.093,-60.702],[-77.659,-41.857],[-72.086,-39.753],[-63.823,-48.046],[-58.019,-72.899]],"c":true},"ix":2},"nm":"路径 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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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,"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.748,-7.513],[9.551,-11.67],[0.486,-0.448],[1.303,3.848],[0.473,4.283],[-1.526,8.804],[-3.2,7.403],[-7.94,-2.463],[-0.123,-5.87]],"o":[[-1.481,14.87],[-0.416,-1.092],[-3.917,3.611],[-1.388,-4.098],[-0.981,-8.88],[1.378,-7.951],[2.574,-5.955],[7.054,2.188],[0.158,7.544]],"v":[[-52.598,-65.963],[-67.947,-24.791],[-69.399,-26.207],[-79.541,-30.585],[-81.992,-43.573],[-81.161,-70.291],[-74.193,-93.383],[-58.259,-106.309],[-51.87,-88.585]],"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.04,7.932],[2.097,6.237],[6.144,0.417],[2.736,-5.44],[-0.971,-16.899],[-3.513,-8.501],[-4.248,6.23],[-0.057,0.059],[-2.043,14.846]],"o":[[0.033,-6.511],[-1.764,-5.245],[-6.839,-0.464],[-7.656,15.225],[0.524,9.124],[2.024,4.9],[0.07,0.016],[10.612,-10.936],[1.082,-7.863]],"v":[[-48.71,-84.035],[-50.86,-103.278],[-62.165,-114.75],[-76.615,-103.241],[-86.03,-53.115],[-80.663,-25.594],[-67.915,-20.108],[-67.722,-20.161],[-50.201,-60.304]],"c":true},"ix":2},"nm":"路径 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,"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":"组 8","np":3,"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":[[5.83,-19.451],[7.382,-10.497],[6.762,-3.912],[1.042,-0.189],[5.042,2.719],[1.575,3.141],[0.014,0.04],[0.512,0.819],[0.45,1.115],[0.553,1.525],[0.007,0.319],[1.473,1.491],[0.251,0.228],[0.282,0.228],[0.611,6.033],[0.224,0.828],[0.01,0.036],[0.029,0.433],[-16.871,15.738],[-5.191,2.295],[-0.591,-2.196],[-0.724,0.286],[0,-0.002],[-1.533,-0.469],[0.228,1.871],[1.182,1.878],[0.052,0.074],[0.083,0.507],[0.502,1.442],[-1.834,-0.121],[-3.717,-8.343]],"o":[[-3.682,12.285],[-3.711,5.277],[-1.126,-1.546],[-5.479,0.992],[-3.215,-1.734],[0.021,-0.079],[-0.321,-0.892],[-0.479,-1.13],[-0.607,-1.503],[0.57,-0.633],[-0.042,-1.967],[0.246,-0.338],[-0.269,-0.244],[-1.571,-5.859],[0.104,-0.584],[-0.01,-0.036],[-0.035,-0.433],[-1.5,-22.434],[4.097,-3.822],[1.313,1.888],[0.294,1.093],[0,0.002],[0.222,1.827],[0.871,0.267],[-0.268,-2.202],[-0.048,-0.076],[-0.068,-0.579],[-0.247,-1.512],[1.779,-0.229],[9.254,0.61],[8.517,19.12]],"v":[[-33.413,-55.31],[-50.07,-20.758],[-66.205,-3.325],[-69.764,-5.853],[-86.086,-7.293],[-92.902,-15.008],[-92.885,-15.193],[-94.158,-17.755],[-95.538,-21.138],[-97.276,-25.681],[-96.274,-27.302],[-98.958,-32.529],[-99.699,-35.38],[-100.537,-36.077],[-103.853,-53.939],[-104.019,-56.065],[-104.054,-56.175],[-104.17,-57.473],[-82.257,-120.342],[-68.208,-129.904],[-65.299,-123.701],[-63.581,-122.772],[-63.58,-122.767],[-59.166,-119.151],[-55.284,-120.01],[-57.482,-126.237],[-57.644,-126.458],[-57.874,-128.103],[-59.008,-132.538],[-53.588,-132.727],[-33.439,-118.347]],"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.006,0.003],[-0.168,-0.138],[-0.01,-0.026],[0.187,0.158]],"o":[[0.179,0.13],[0.01,0.026],[-0.186,-0.16],[0.005,-0.003]],"v":[[-105.377,-30.775],[-104.86,-30.369],[-104.832,-30.292],[-105.394,-30.766]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[14.469,5.829],[6.425,2.919],[4.352,2.478],[0.111,0.164],[1.186,5.144],[-0.32,0.117],[-6.153,1.069],[2.532,-0.44],[1.707,-0.371],[3.347,0.07],[-1.564,5.046],[-0.219,0.229],[0.048,-0.048],[0.077,-0.077],[-7.632,5.23],[-6.329,2.812],[-6.527,2.101],[-14.624,1.778],[-23.42,-3.848],[3.173,-2.414],[2.549,-0.171],[6.083,1.02],[-0.109,-0.028],[-2.813,-0.531],[0.122,-0.185],[0.471,0.054],[-0.14,-0.032],[-0.257,-0.062],[0.002,0.001],[-0.663,-0.231],[-2.581,-1.094],[-0.03,-0.015],[-0.007,-19.245],[0.026,-0.012],[4.394,-1.209],[-0.108,-0.236],[0.704,-0.129],[2.516,-0.115],[0.031,-0.97],[9.425,-0.846],[-1.185,-0.015],[-8.849,0.686],[-0.125,-0.185],[-3.641,0.166],[-4.988,-1.594],[-1.308,-4.513],[5.079,-0.119],[0.432,0.128],[0.124,-0.383],[3.145,0.036],[-1.604,-0.21],[-3.592,-1.284],[-0.003,-0.001],[-1.597,-0.641],[-0.556,-0.266],[-2.873,-1.937],[-2.009,-1.683],[-0.619,-1.138],[-0.627,-1.694],[-0.473,0.243],[-0.411,-0.776],[-0.019,-0.548],[-0.274,0.591],[-0.175,-0.314],[-3,-3.311],[24.436,7.985]],"o":[[-6.545,-2.636],[-4.481,-2.036],[0.531,-0.372],[-3,-4.45],[0.363,-0.027],[5.865,-2.139],[4.789,-0.832],[-1.73,0.3],[-3.297,-0.448],[-0.145,-5.305],[0.21,-0.235],[0.169,-0.177],[-0.078,0.076],[2.942,-8.564],[6.555,-2.167],[6.27,-2.786],[14.015,-4.511],[23.383,-2.843],[-3.663,1.511],[-2.478,0.604],[-6.156,0.414],[0.012,0.002],[2.879,0.744],[-0.152,0.197],[-0.456,-0.08],[0.03,0.003],[0.225,0.051],[-0.082,0.132],[0.683,0.181],[2.42,1.397],[0.03,0.016],[-12.466,14.499],[-0.028,0.008],[-4.146,1.967],[-0.22,0.061],[-0.705,0.124],[-2.44,-0.215],[-1.187,0.054],[-9.44,0.66],[-0.599,0.054],[8.9,0.116],[0.201,0.373],[1.845,2.739],[5.281,-0.24],[0.846,4.566],[-5.118,-1.779],[-0.432,-0.128],[-0.125,-0.037],[-3.005,-0.76],[-0.5,-0.006],[3.871,0.508],[0.003,0.001],[1.597,0.642],[0.56,0.251],[2.568,2.379],[2.177,1.468],[0.573,1.159],[0.338,1.76],[0.069,0.187],[0.395,0.788],[0.027,0.535],[0.031,0.91],[0.173,0.316],[2.123,3.797],[-25.12,-5.7],[-14.828,-4.845]],"v":[[-207.845,-38.691],[-227.473,-46.709],[-240.468,-54.39],[-239.691,-55.285],[-245.936,-69.828],[-244.9,-70.025],[-226.887,-74.889],[-232.009,-79.591],[-237.163,-78.583],[-247.118,-79.148],[-244.978,-94.822],[-244.346,-95.526],[-244.303,-96.424],[-244.527,-96.189],[-228.572,-117.639],[-209.786,-127.464],[-190.435,-134.629],[-145,-146],[-76.498,-142.421],[-86.816,-136.463],[-94.333,-135.119],[-113.146,-136.325],[-112.811,-136.022],[-104.306,-134.053],[-104.722,-133.468],[-106.112,-133.67],[-105.649,-133.321],[-104.925,-133.151],[-105.066,-132.924],[-103.05,-132.299],[-95.61,-128.276],[-95.521,-128.226],[-113.311,-74.22],[-113.397,-74.201],[-126.372,-70.134],[-126.498,-69.659],[-128.612,-69.279],[-136.038,-69.451],[-137.689,-67.711],[-165.988,-65.458],[-162.754,-61.979],[-136.118,-62.818],[-135.61,-61.953],[-126.775,-55.782],[-111.316,-53.787],[-108.083,-40.14],[-124.031,-42.362],[-125.328,-42.747],[-125.722,-42.143],[-135.002,-43.303],[-136.871,-42.213],[-125.709,-39.469],[-125.7,-39.463],[-120.91,-37.538],[-119.236,-36.759],[-109.883,-31.008],[-103.618,-26.26],[-101.834,-22.808],[-100.524,-17.668],[-99.433,-17.882],[-98.228,-15.535],[-98.158,-13.912],[-97.477,-14.148],[-96.963,-13.197],[-89.345,-2.255],[-163.882,-22.677]],"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.005,0.054],[-0.133,-0.014],[0.129,-0.04]],"o":[[0.133,0.015],[-0.129,0.04],[-0.005,-0.054]],"v":[[-246.947,-76.166],[-246.548,-76.122],[-246.934,-76.003]],"c":true},"ix":2},"nm":"路径 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[10.91,22.752],[10.883,4.04],[2.613,0.241],[1.715,0.169],[6.812,1.127],[8.618,-0.047],[17.144,-3.695],[0.099,-0.017],[13.967,-3.983],[7.18,-2.531],[5.179,-4.311],[-1.65,-1.171],[3.62,-9.095],[-1.539,-7.717],[-0.084,-0.19],[-0.102,-0.423],[-0.181,-0.69],[-0.028,0.096],[-2.454,-3.93],[0.066,0.022],[-0.45,-1.379],[-5.885,-3.042],[-7.133,-2.635],[-16.023,-4.664],[-30.539,-4.069],[-2.804,1.311],[-5.25,6.73],[-4.29,12.545]],"o":[[-4.87,-10.157],[-2.57,-0.954],[-1.696,-0.362],[-8.226,0.969],[-8.507,-1.408],[-17.581,0.097],[-0.786,0.169],[16.675,-2.853],[-7.327,2.089],[-6.303,2.222],[-0.676,0.563],[-8.135,5.332],[-2.934,7.37],[-0.007,0.181],[0.09,0.425],[0.128,0.693],[0.013,0.05],[1.282,4.489],[-0.065,-0.023],[-1.528,-0.521],[2.17,6.647],[6.765,3.497],[15.655,5.782],[29.613,8.619],[3.174,0.985],[8.769,0.231],[8.155,-10.454],[7.983,-23.348]],"v":[[-28.152,-119.035],[-51.865,-143.424],[-59.658,-145.172],[-64.774,-145.969],[-87,-148],[-114,-150],[-162.585,-146.837],[-164.799,-144.863],[-193.212,-137.254],[-214.865,-130.075],[-234.837,-121.955],[-232.286,-118.569],[-250.72,-96.601],[-252.503,-73.469],[-252.383,-72.909],[-252.107,-71.634],[-251.652,-69.56],[-251.58,-69.677],[-245.919,-56.95],[-246.114,-57.023],[-250.788,-51.234],[-236.19,-37.78],[-215.166,-28.92],[-167.629,-13.247],[-77.583,5.826],[-68.25,5.659],[-46.032,-10.166],[-27.194,-44.991]],"c":true},"ix":2},"nm":"路径 5","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":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":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":6,"cix":2,"bm":0,"ix":9,"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":"变换"}],"nm":"组 1","np":9,"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":[[5.83,-19.451],[7.382,-10.497],[6.762,-3.912],[1.042,-0.189],[5.042,2.719],[1.575,3.141],[0.014,0.04],[0.512,0.819],[0.45,1.115],[0.553,1.525],[0.007,0.319],[1.473,1.491],[0.251,0.228],[0.282,0.228],[0.611,6.033],[0.224,0.828],[0.01,0.036],[0.029,0.433],[-16.871,15.738],[-5.191,2.295],[-0.591,-2.196],[-0.724,0.286],[0,-0.002],[-1.533,-0.469],[0.228,1.871],[1.182,1.878],[0.052,0.074],[0.083,0.507],[0.502,1.442],[-1.834,-0.121],[-3.717,-8.343]],"o":[[-3.682,12.285],[-3.711,5.277],[-1.126,-1.546],[-5.479,0.992],[-3.215,-1.734],[0.021,-0.079],[-0.321,-0.892],[-0.479,-1.13],[-0.607,-1.503],[0.57,-0.633],[-0.042,-1.967],[0.246,-0.338],[-0.269,-0.244],[-1.571,-5.859],[0.104,-0.584],[-0.01,-0.036],[-0.035,-0.433],[-1.5,-22.434],[4.097,-3.822],[1.313,1.888],[0.294,1.093],[0,0.002],[0.222,1.827],[0.871,0.267],[-0.268,-2.202],[-0.048,-0.076],[-0.068,-0.579],[-0.247,-1.512],[1.779,-0.229],[9.254,0.61],[8.517,19.12]],"v":[[-33.413,-55.31],[-50.07,-20.758],[-66.205,-3.325],[-69.764,-5.853],[-86.086,-7.293],[-92.902,-15.008],[-92.885,-15.193],[-94.158,-17.755],[-95.538,-21.138],[-97.276,-25.681],[-96.274,-27.302],[-98.958,-32.529],[-99.699,-35.38],[-100.537,-36.077],[-103.853,-53.939],[-104.019,-56.065],[-104.054,-56.175],[-104.17,-57.473],[-82.257,-120.342],[-68.208,-129.904],[-65.299,-123.701],[-63.581,-122.772],[-63.58,-122.767],[-59.166,-119.151],[-55.284,-120.01],[-57.482,-126.237],[-57.644,-126.458],[-57.874,-128.103],[-59.008,-132.538],[-53.588,-132.727],[-33.439,-118.347]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.760784327984,0.529411792755,0.258823543787,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":"组 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":[[1.869,-0.711],[3.549,-0.838],[3.523,-0.859],[7.368,-1.469],[-1.979,0.394],[-7.302,1.782],[-3.604,0.837],[-3.349,1.274]],"o":[[-3.422,1.302],[-3.526,0.833],[-7.303,1.78],[-1.975,0.394],[7.368,-1.469],[3.597,-0.878],[3.477,-0.808],[1.893,-0.72]],"v":[[-106.857,-121.826],[-117.445,-119.131],[-127.929,-116.255],[-150.018,-111.761],[-150.853,-114.787],[-128.764,-119.281],[-118.055,-122.209],[-107.691,-124.852]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[4.494,-1.563],[4.76,-0.801],[4.455,-0.753],[4.389,0.539],[-2,-0.245],[-4.199,0.716],[-4.468,0.762],[-4.583,1.579],[-4.336,1.521],[1.893,-0.664]],"o":[[-4.566,1.588],[-4.455,0.749],[-4.323,0.731],[-1.982,-0.243],[4.263,0.523],[4.468,-0.762],[4.774,-0.815],[4.344,-1.497],[1.913,-0.671],[-4.483,1.572]],"v":[[-160.915,-122.829],[-174.971,-119.451],[-188.352,-117.3],[-201.532,-116.35],[-201.532,-119.489],[-188.766,-120.398],[-175.344,-122.555],[-161.304,-126.013],[-147.949,-129.11],[-147.115,-126.084]],"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.918,0.712],[2.613,0.241],[1.715,0.169],[0.75,0.325],[0.815,-0.363],[1.662,-0.583],[1.229,-0.346],[0.678,-0.167],[4.878,-0.837],[3.507,-0.161],[0.058,-0.254],[0.472,0.104],[1.416,0.745],[0.245,0],[0.25,0.254],[0.814,0.344],[0.063,0.202],[0.682,-0.089],[0,0.45],[-0.496,0.065],[-2.197,0.103],[-0.512,0.131],[-8.028,2.115],[23.603,-2.779],[13.967,-3.983],[7.18,-2.531],[5.179,-4.311],[-1.65,-1.171],[3.62,-9.095],[0.356,-3.434],[-9.946,0.193],[-15.449,1.001],[-7.157,1.325],[-6.607,2.234],[-26.067,9.208],[-2.97,2.562],[-1.307,1.065]],"o":[[-2.57,-0.954],[-1.696,-0.362],[-0.73,-0.373],[0.294,0.621],[-1.625,0.723],[0.643,0.738],[-0.674,0.19],[-4.2,2.694],[-3.464,0.594],[0.135,0.222],[-0.115,0.505],[-1.542,-0.34],[-0.245,0.001],[-0.464,0],[-0.85,-0.17],[-0.206,-0.087],[-0.685,0.056],[-0.5,0.065],[0,-0.547],[2.183,-0.285],[0.143,-0.375],[8.04,-2.057],[-23.166,-3.95],[-14.421,1.698],[-7.327,2.089],[-6.303,2.222],[-0.676,0.563],[-8.135,5.332],[-1.297,3.257],[9.913,-0.882],[15.471,-0.3],[7.257,-0.47],[6.861,-1.27],[26.211,-8.861],[2.717,-2.828],[1.278,-1.102],[-1.736,-1.061]],"v":[[-51.865,-143.424],[-59.658,-145.172],[-64.774,-145.969],[-67,-144],[-67.618,-145.276],[-72.556,-143.341],[-73.2,-140.868],[-75.23,-140.343],[-89.269,-135.374],[-99.738,-134.295],[-99.607,-133.544],[-100.746,-132.897],[-105.377,-134.162],[-106.113,-134.157],[-107.177,-134.581],[-109.677,-135.313],[-110.062,-135.783],[-112.113,-135.574],[-113.04,-136.5],[-112.113,-137.427],[-105.534,-137.892],[-104.574,-138.713],[-80.203,-144.059],[-150.308,-145.74],[-193.212,-137.254],[-214.865,-130.075],[-234.837,-121.955],[-232.286,-118.569],[-250.72,-96.601],[-253.17,-86.521],[-223.342,-87.944],[-176.932,-89.18],[-155.223,-91.578],[-135.015,-96.951],[-58.822,-129.421],[-50.272,-137.495],[-46.389,-140.739]],"c":true},"ix":2},"nm":"路径 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.647058844566,0.458823531866,0.305882364511,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":"组 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":[[10.91,22.752],[10.883,4.04],[2.613,0.241],[1.715,0.169],[6.812,1.127],[8.618,-0.047],[17.144,-3.695],[0.099,-0.017],[-16.941,0.177],[-8.291,-1.254],[25.443,-2.995],[13.967,-3.983],[7.18,-2.531],[5.179,-4.311],[-1.65,-1.171],[3.62,-9.095],[-1.539,-7.717],[-0.084,-0.19],[-0.102,-0.423],[-0.181,-0.69],[-0.028,0.096],[-2.454,-3.93],[0.066,0.022],[-0.45,-1.379],[-5.885,-3.042],[-7.133,-2.635],[-16.023,-4.664],[-30.539,-4.069],[-2.804,1.311],[-5.25,6.73],[-4.29,12.545]],"o":[[-4.87,-10.157],[-2.57,-0.954],[-1.696,-0.362],[-8.226,-0.031],[-8.507,-1.408],[-17.581,0.097],[-0.786,0.169],[16.675,-2.853],[8.38,-0.087],[4.608,0.697],[-14.421,1.698],[-7.327,2.089],[-6.303,2.222],[-0.676,0.563],[-8.135,5.332],[-2.934,7.37],[-0.007,0.181],[0.09,0.425],[0.128,0.693],[0.013,0.05],[1.282,4.489],[-0.065,-0.023],[-1.528,-0.521],[2.17,6.647],[6.765,3.497],[15.655,5.782],[29.613,8.619],[3.174,0.985],[8.769,0.231],[8.155,-10.454],[7.983,-23.348]],"v":[[-28.152,-119.035],[-51.865,-143.424],[-59.658,-145.172],[-64.774,-145.969],[-87,-148],[-112,-148],[-162.585,-146.837],[-164.799,-144.863],[-114.412,-150.115],[-89.354,-148.482],[-150.308,-145.74],[-193.212,-137.254],[-214.865,-130.075],[-234.837,-121.955],[-232.286,-118.569],[-250.72,-96.601],[-252.503,-73.469],[-252.383,-72.909],[-252.107,-71.634],[-251.652,-69.56],[-251.58,-69.677],[-245.919,-56.95],[-246.114,-57.023],[-250.788,-51.234],[-236.19,-37.78],[-215.166,-28.92],[-167.629,-13.247],[-77.583,5.826],[-68.25,5.659],[-46.032,-10.166],[-27.194,-44.991]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.549019634724,0.384313732386,0.223529413342,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":"组 4","np":2,"cix":2,"bm":0,"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":"变换"}],"nm":"组 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":[[4.192,-4.172],[5.065,-3.648],[5.065,-2.656],[5.441,-1.437],[2.342,-0.936],[3.632,-1.067],[2.416,-0.643],[9.224,-2.121],[18.345,-3.26],[15.971,32.64],[-2.623,9.912],[-2.53,3.074],[0.683,-1.607],[-0.825,1.386],[-0.843,1.224],[-6.088,-0.21],[-8.43,-1.102],[-8.662,-2.549],[-7.782,-2.071],[-1.731,4.216],[-7.94,1.438],[-5.396,-0.452],[-0.735,-0.076],[0.017,-0.016],[-0.74,0.681],[-0.926,0.698],[-2.967,0.127],[-0.648,-6.051],[-0.153,1.12],[0.038,8.315],[1.365,1.056],[-7.878,-1.529],[-6.381,-3.612],[0.392,-0.767],[-0.466,0.482],[-0.388,0.363],[-0.385,-0.238],[1.549,-3.824],[1.554,-5.217],[-0.319,0.881],[-1.782,4.821],[-1.112,3.301],[-4.472,-2.998],[0.816,0.621],[4.193,2.74],[0.009,0.675],[0.112,-0.15],[0.129,-0.186],[0.227,0.143],[-4.596,0.967],[-0.088,-0.074],[-1.797,1.415],[-3.5,-1.964],[0.379,-2.378],[0.597,-2.046]],"o":[[-4.494,4.473],[-4.696,3.382],[-4.892,2.565],[-1.709,-0.544],[-3.579,1.43],[-2.401,0.706],[-9.16,2.439],[-18.181,4.18],[-29.575,5.256],[-4.334,-8.857],[1.055,-3.987],[-0.628,1.51],[-1.289,3.034],[1.424,-0.735],[5.602,-2.944],[8.483,0.293],[8.9,1.163],[7.758,2.283],[1.047,0.279],[7.265,-3.179],[5.329,-0.965],[0.711,0.059],[-0.017,0.016],[-0.461,0.446],[0.876,-0.806],[2.992,1.007],[-0.063,6.089],[0.115,1.074],[1.126,-8.235],[-0.005,-1.189],[7.439,-2.813],[7.149,1.388],[-0.448,0.652],[-0.227,0.445],[0.378,-0.391],[0.387,0.234],[-2.079,3.538],[-2.031,5.015],[-0.128,0.431],[1.753,-4.834],[1.008,-2.728],[4.581,2.921],[2.596,1.74],[-3.655,-2.781],[0.159,-0.741],[-0.006,-0.437],[-0.135,0.181],[-0.225,-0.144],[3.729,-3.057],[0.088,0.074],[1.339,1.485],[3.01,-2.371],[1.766,0.991],[-0.182,1.144],[-4.19,4.045]],"v":[[-221.283,-121.138],[-235.795,-109.09],[-250.479,-100.062],[-266.411,-92.887],[-272.185,-92.282],[-282.123,-88.196],[-289.35,-86.178],[-316.977,-79.575],[-371.48,-66.642],[-452.498,-96.463],[-456.747,-125.953],[-451.236,-136.685],[-452.875,-131.913],[-450.56,-133.207],[-447.371,-136.056],[-429.236,-138.553],[-403.843,-136.566],[-377.427,-131.12],[-354.989,-122.966],[-346.407,-136.47],[-323.676,-142.79],[-307.417,-143.809],[-305.242,-143.608],[-305.293,-143.563],[-301.795,-140.191],[-299.082,-142.427],[-291.944,-140.166],[-291.344,-121.941],[-287.655,-118.207],[-287.135,-143.264],[-290.232,-147.302],[-266.722,-148.937],[-246.548,-140.999],[-247.811,-138.882],[-244.508,-138.027],[-243.349,-139.13],[-242.194,-138.415],[-247.217,-126.934],[-252.569,-111.655],[-249.63,-113.082],[-244.34,-127.572],[-240.193,-137.161],[-226.658,-128.115],[-227.839,-130.665],[-239.665,-139.056],[-239.42,-141.19],[-240.78,-140.588],[-241.162,-140.026],[-241.843,-140.453],[-229.359,-146.396],[-229.096,-146.175],[-223.569,-144.97],[-211.32,-146.136],[-209.067,-142.001],[-209.696,-134.449]],"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.814,0.354],[0.009,-0.78],[0.825,0.242]],"o":[[-0.006,0.78],[-0.793,-0.567],[0.792,-0.417]],"v":[[-291.876,-146.647],[-291.897,-144.306],[-294.282,-145.483]],"c":true},"ix":2},"nm":"路径 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[2.356,1.788],[5.833,-0.053],[0.551,0.424],[1.701,-1.5],[3.708,-1.843],[1.346,-1.504],[17.239,-13.163],[1.534,0.244],[5.669,-0.278],[9.502,-6.411],[0.025,-0.977],[0.745,0.338],[2.804,0.97],[5.027,1.121],[10.095,0.728],[8.399,-1.726],[2.376,0.169],[3.318,-7.003],[-11.94,-11.972],[-16.907,-2.994],[-20.745,5.414],[-12.544,3.004],[-5.889,1.543],[-5.867,1.39],[-1.639,0.767],[-2.148,0.942],[-1.835,0.806],[-6.146,4.037],[-4.849,5.055],[-1.735,7.252],[0.219,0.194],[-0.777,0.883]],"o":[[-4.569,-3.467],[-0.551,-0.424],[-1.79,-1.378],[-3.177,2.802],[-1.947,0.968],[-18.022,-10.639],[-1.554,-0.374],[-5.607,-0.893],[-11.169,0.548],[-0.389,0.262],[-1.337,0.705],[-2.688,-1.22],[-4.894,-1.694],[-9.92,-2.213],[-8.415,-0.607],[-1.42,-2.413],[-7.67,-0.545],[-8.217,17.343],[12.746,12.78],[21.323,3.776],[12.489,-3.259],[5.915,-1.416],[5.821,-1.525],[1.308,0.334],[2.084,-0.975],[1.834,-0.804],[6.644,-2.918],[5.731,-3.765],[4.901,-5.108],[0.043,-0.179],[0.762,-1.381],[2.302,-2.617]],"v":[[-204.55,-146.103],[-221.653,-149.739],[-223.305,-151.011],[-228.893,-150.836],[-240.431,-146.221],[-245.313,-142.574],[-301.617,-146.701],[-306.26,-147.74],[-323.142,-148.894],[-354.6,-136.606],[-355.189,-134.396],[-358.443,-133.613],[-366.869,-136.073],[-381.797,-140.209],[-411.895,-144.442],[-437.924,-144.551],[-446.536,-148.449],[-465.476,-134.213],[-452.091,-83.194],[-405.377,-59.567],[-341.821,-65.718],[-304.34,-75.362],[-286.62,-79.731],[-269.104,-84.901],[-264.786,-85.441],[-258.924,-88.999],[-253.379,-91.301],[-234.122,-101.683],[-218.193,-114.793],[-205.159,-133.654],[-205.461,-134.224],[-203.204,-138.099]],"c":true},"ix":2},"nm":"路径 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,"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":"组 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":[[2.356,1.788],[5.833,-0.053],[0.551,0.424],[1.701,-1.5],[3.708,-1.843],[1.346,-1.504],[17.239,-13.163],[1.534,0.244],[5.669,-0.278],[9.502,-6.411],[0.025,-0.977],[0.745,0.338],[2.804,0.97],[5.027,1.121],[10.095,0.728],[8.399,-1.726],[2.376,0.169],[3.318,-7.003],[-11.94,-11.972],[-16.907,-2.994],[-20.745,5.414],[-12.544,3.004],[-5.889,1.543],[-5.867,1.39],[-1.639,0.767],[-2.148,0.942],[-1.835,0.806],[-6.146,4.037],[-4.849,5.055],[-1.735,7.252],[0.219,0.194],[-0.777,0.883]],"o":[[-4.569,-3.467],[-0.551,-0.424],[-1.79,-1.378],[-3.177,2.802],[-1.947,0.968],[-18.022,-10.639],[-1.554,-0.374],[-5.607,-0.893],[-11.169,0.548],[-0.389,0.262],[-1.337,0.705],[-2.688,-1.22],[-4.894,-1.694],[-9.92,-2.213],[-8.415,-0.607],[-1.42,-2.413],[-7.67,-0.545],[-8.217,17.343],[12.746,12.78],[21.323,3.776],[12.489,-3.259],[5.915,-1.416],[5.821,-1.525],[1.308,0.334],[2.084,-0.975],[1.834,-0.804],[6.644,-2.918],[5.731,-3.765],[4.901,-5.108],[0.043,-0.179],[0.762,-1.381],[2.302,-2.617]],"v":[[-204.55,-146.103],[-221.653,-149.739],[-223.305,-151.011],[-228.893,-150.836],[-240.431,-146.221],[-245.313,-142.574],[-301.617,-146.701],[-306.26,-147.74],[-323.142,-148.894],[-354.6,-136.606],[-355.189,-134.396],[-358.443,-133.613],[-366.869,-136.073],[-381.797,-140.209],[-411.895,-144.442],[-437.924,-144.551],[-446.536,-148.449],[-465.476,-134.213],[-452.091,-83.194],[-405.377,-59.567],[-341.821,-65.718],[-304.34,-75.362],[-286.62,-79.731],[-269.104,-84.901],[-264.786,-85.441],[-258.924,-88.999],[-253.379,-91.301],[-234.122,-101.683],[-218.193,-114.793],[-205.159,-133.654],[-205.461,-134.224],[-203.204,-138.099]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.529411792755,0.337254911661,0.196078434587,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":"组 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"shadow","sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[251.273,493.908,0],"ix":2,"l":2},"a":{"a":0,"k":[17.273,305.908,0],"ix":1,"l":2},"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":[89.56,111.538,100]},{"i":{"x":[0.833,0.833,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":10,"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":18,"s":[75.907,75.907,100]},{"i":{"x":[0.833,0.833,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":[100,100,100]},{"t":28,"s":[78.317,78.317,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[249.039,249.039],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"x1","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":0,"k":[0,0.71,0.219,0.022,0.226,0.852,0.241,0.104,0.453,0.994,0.262,0.186,0.726,0.905,0.175,0.137,1,0.816,0.087,0.087,0,0.74,0.351,0.555,0.701,0.37,0.889,0.185,1,0],"ix":9}},"s":{"a":0,"k":[0,0],"ix":5},"e":{"a":0,"k":[107.912,-2.917],"ix":6},"t":2,"h":{"a":0,"k":0,"ix":7},"a":{"a":0,"k":0,"ix":8},"nm":"x3","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.273,311.908],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,29.008],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"x","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":30,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/static/animations/loading-dark.json b/static/animations/loading-dark.json new file mode 100644 index 0000000..51ce222 --- /dev/null +++ b/static/animations/loading-dark.json @@ -0,0 +1 @@ +{"v":"5.7.3","fr":60,"ip":0,"op":179,"w":1200,"h":1200,"nm":"loading-breakdown-Black","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"bubble 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":118,"s":[20]},{"t":159,"s":[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":62,"s":[204.594,1272.594,0],"to":[-6.188,-55.69,0],"ti":[35.42,318.776,0]},{"t":147,"s":[248.616,348.794,0]}],"ix":2},"a":{"a":0,"k":[4.594,392.594,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":[[-13.583,0],[0,-13.583],[4.474,7.468],[-0.479,13.574]],"o":[[13.583,0],[0,13.583],[-4.569,-7.627],[1.025,-29.034]],"v":[[0,-24.594],[24.594,0],[8,8.594],[4.906,-0.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":[4.594,392.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69,69],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.188,49.188],"ix":2},"p":{"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":50,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.594,392.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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-19,"op":242,"st":62,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"bubble 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83,"s":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":124,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":147,"s":[0]},{"t":148,"s":[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},"t":-18,"s":[764.594,1272.594,0],"to":[-3.977,-35.794,0],"ti":[1.841,59.919,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[755.832,1088.002,0],"to":[-4.082,-132.876,0],"ti":[-7.525,219.163,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":67,"s":[760.616,588.794,0],"to":[19.474,-567.192,0],"ti":[13.87,124.828,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":147,"s":[604.594,-167.406,0],"to":[-26.667,-240,0],"ti":[0,-6.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":148,"s":[764.594,1352.594,0],"to":[0,6.667,0],"ti":[1.841,59.919,0]},{"t":179,"s":[755.832,1088.002,0]}],"ix":2},"a":{"a":0,"k":[4.594,392.594,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.583,0],[0,-13.583],[4.474,7.468],[-0.479,13.574]],"o":[[13.583,0],[0,13.583],[-4.569,-7.627],[1.025,-29.034]],"v":[[0,-24.594],[24.594,0],[8,8.594],[4.906,-0.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":[4.594,392.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69,69],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.188,49.188],"ix":2},"p":{"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":50,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.594,392.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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-18,"op":194,"st":-18,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"bubble","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":101,"s":[20]},{"t":142,"s":[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":[484.594,1272.594,0],"to":[-12.797,-115.172,0],"ti":[-10.918,317.992,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":85,"s":[480.616,588.794,0],"to":[19.474,-567.192,0],"ti":[13.87,124.828,0]},{"t":179,"s":[324.594,-167.406,0]}],"ix":2},"a":{"a":0,"k":[4.594,392.594,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.583,0],[0,-13.583],[4.474,7.468],[-0.479,13.574]],"o":[[13.583,0],[0,13.583],[-4.569,-7.627],[1.025,-29.034]],"v":[[0,-24.594],[24.594,0],[8,8.594],[4.906,-0.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":[4.594,392.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69,69],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.188,49.188],"ix":2},"p":{"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":50,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.594,392.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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"G","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":[393.233,573.741,0],"to":[0,0.1,0],"ti":[0.05,-0.95,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[393.233,574.341,0],"to":[-0.05,0.95,0],"ti":[0.1,0.85,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[392.933,579.441,0],"to":[-0.1,-0.85,0],"ti":[0.05,0.25,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":81,"s":[392.633,569.241,0],"to":[-0.05,-0.25,0],"ti":[0,-0.05,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":117,"s":[392.633,577.941,0],"to":[0,0.05,0],"ti":[-0.1,0.7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":151,"s":[392.633,569.541,0],"to":[0.1,-0.7,0],"ti":[-0.1,-0.7,0]},{"t":179,"s":[393.233,573.741,0]}],"ix":2},"a":{"a":0,"k":[77.027,-11.883,0],"ix":1},"s":{"a":0,"k":[120,120,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.825,-3.574],[-4.57,0],[-2.344,2.649],[0,0],[1.5,-1.441],[2.695,0],[2.531,2.836],[0,0],[-2.649,-1.113],[-2.789,0],[-2.742,1.289],[-1.512,2.461],[0,3.328],[0,0],[0,0],[0,0],[4.172,0],[2.777,-3.562],[0,-5.836]],"o":[[0,5.906],[2.824,3.574],[3.82,0],[0,0],[0,2.648],[-1.5,1.441],[-3.61,0],[0,0],[1.359,1.758],[2.648,1.113],[3.679,0],[2.742,-1.289],[1.512,-2.461],[0,0],[0,0],[0,0],[-2.32,-2.859],[-4.711,0],[-2.777,3.563],[0,0]],"v":[[59.643,-18.879],[63.879,-4.658],[74.971,0.703],[84.217,-3.27],[84.217,-1.23],[81.967,4.904],[75.674,7.066],[66.463,2.812],[61.963,9],[67.975,13.307],[76.131,14.977],[85.764,13.043],[92.145,7.418],[94.412,-1.266],[94.412,-38.039],[85.201,-38.039],[84.779,-34.453],[75.041,-38.742],[63.809,-33.398],[59.643,-19.301]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.395,1.995],[-2.438,0],[-1.36,-2.324],[0,0],[3.094,0],[1.383,1.96],[0,3.451]],"o":[[1.394,-1.995],[3.023,0],[0,0],[-1.336,2.324],[-2.414,0],[-1.383,-1.96],[0,-3.967]],"v":[[71.895,-27.487],[77.643,-30.48],[84.217,-26.995],[84.217,-10.974],[77.572,-7.488],[71.877,-10.428],[69.803,-18.544]],"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":[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.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[0,0],"to":[7,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":22,"s":[42,0],"to":[0,0],"ti":[7,0]},{"t":45,"s":[0,0]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"N","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":[345.202,564.755,0],"to":[0,0.25,0],"ti":[0.05,-0.25,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[345.202,566.255,0],"to":[-0.05,0.25,0],"ti":[0.05,0.55,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":54,"s":[344.902,566.255,0],"to":[-0.05,-0.55,0],"ti":[0,-0.4,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":81,"s":[344.902,562.955,0],"to":[0,0.4,0],"ti":[0,0.152,0]},{"i":{"x":0.667,"y":0.978},"o":{"x":0.333,"y":0},"t":111,"s":[344.902,568.655,0],"to":[0,-0.152,0],"ti":[0,0.003,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.026},"t":141,"s":[344.902,562.045,0],"to":[-0.001,-0.453,0],"ti":[-0.05,-0.05,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":167,"s":[344.902,566.855,0],"to":[0.05,0.05,0],"ti":[-0.05,0.35,0]},{"t":179,"s":[345.202,564.755,0]}],"ix":2},"a":{"a":0,"k":[37.002,-19.371,0],"ix":1},"s":{"a":0,"k":[120,120,100],"ix":6}},"ao":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.86,0],[-0.938,-0.972],[0,-2.156],[0,0],[0,0],[0,0],[1.969,2.368],[4.031,0],[2.719,-3.398],[0,0]],"o":[[0,0],[0,0],[0,0],[1.429,-2.437],[2.18,0],[0.937,0.973],[0,0],[0,0],[0,0],[-0.047,-4.711],[-1.969,-2.367],[-4.57,0],[0,0],[0,0]],"v":[[20.584,-38.039],[20.584,0],[30.744,0],[30.744,-26.824],[37.178,-30.48],[41.854,-29.021],[43.26,-24.328],[43.26,0],[53.42,0],[53.42,-24.574],[50.396,-35.191],[41.396,-38.742],[30.463,-33.645],[30.146,-38.039]],"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,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":1,"s":[0,0],"to":[4.667,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[28,0],"to":[0,0],"ti":[4.667,0]},{"t":46,"s":[0,0]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":6,"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.333,"y":0},"t":0,"s":[309.596,556.127,0],"to":[0.2,0.5,0],"ti":[-0.1,0.2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":34,"s":[310.796,559.127,0],"to":[0.1,-0.2,0],"ti":[0.15,-0.2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":69,"s":[310.196,554.927,0],"to":[-0.15,0.2,0],"ti":[0.05,0.1,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":99,"s":[309.896,560.327,0],"to":[-0.05,-0.1,0],"ti":[0,0.05,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":132,"s":[309.896,554.327,0],"to":[0,-0.05,0],"ti":[0.05,-0.3,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":163,"s":[309.896,560.027,0],"to":[-0.05,0.3,0],"ti":[0.05,0.65,0]},{"t":179,"s":[309.596,556.127,0]}],"ix":2},"a":{"a":0,"k":[7.33,-26.561,0],"ix":1},"s":{"a":0,"k":[120,120,100],"ix":6}},"ao":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":[[12.428,-38.039],[2.232,-38.039],[2.232,0],[12.428,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":[[-1.043,-0.984],[-1.711,0],[-1.043,0.984],[0,1.547],[1.031,0.984],[1.734,0],[1.02,-0.984],[0,-1.523]],"o":[[1.043,0.984],[1.711,0],[1.043,-0.984],[0,-1.523],[-1.032,-0.984],[-1.758,0],[-1.02,0.984],[0,1.547]],"v":[[3.199,-44.086],[7.33,-42.609],[11.461,-44.086],[13.025,-47.883],[11.479,-51.645],[7.33,-53.121],[3.164,-51.645],[1.635,-47.883]],"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,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":2,"s":[0,0],"to":[2.833,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[17,0],"to":[0,0],"ti":[2.833,0]},{"t":47,"s":[0,0]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"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":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[272.83,556.022,0],"to":[0.25,0.25,0],"ti":[-0.2,-0.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[274.33,557.522,0],"to":[0.2,0.5,0],"ti":[0.1,0.6,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[274.03,559.022,0],"to":[-0.1,-0.6,0],"ti":[0.05,-0.25,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":61,"s":[273.73,553.922,0],"to":[-0.05,0.25,0],"ti":[0,-0.2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":91,"s":[273.73,560.522,0],"to":[0,0.2,0],"ti":[0,0.1,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":125,"s":[273.73,555.122,0],"to":[0,-0.1,0],"ti":[0.15,-0.15,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":155,"s":[273.73,559.922,0],"to":[-0.15,0.15,0],"ti":[0.15,0.65,0]},{"t":179,"s":[272.83,556.022,0]}],"ix":2},"a":{"a":0,"k":[-23.309,-26.648,0],"ix":1},"s":{"a":0,"k":[120,120,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.707,-3.527],[-4.477,0],[-2.531,3.164],[0,0],[0,0],[0,0],[0,0],[0,0],[3.703,0],[2.66,-3.516],[0,-5.929]],"o":[[2.707,3.528],[3.984,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-2.414,-2.765],[-4.618,0],[-2.66,3.516],[0,6.281]],"v":[[-36.387,-4.588],[-25.611,0.703],[-15.838,-4.043],[-15.346,0],[-6.17,0],[-6.17,-54],[-16.365,-54],[-16.365,-34.594],[-25.541,-38.742],[-36.457,-33.469],[-40.447,-19.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":[[-4.899,0],[-1.266,-2.652],[0,0],[3.14,0],[1.242,1.902],[0,3.568]],"o":[[3.117,0],[0,0],[-1.289,2.653],[-2.368,0],[-1.243,-1.901],[0,-7.957]],"v":[[-22.939,-30.48],[-16.365,-26.502],[-16.365,-11.467],[-23.01,-7.488],[-28.424,-10.34],[-30.287,-18.544]],"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":[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.667,"y":1},"o":{"x":0.333,"y":0},"t":3,"s":[0,0],"to":[1.167,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[7,0],"to":[0,0],"ti":[1.167,0]},{"t":48,"s":[0,0]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":8,"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},"t":0,"s":[226.318,565.177,0],"to":[0.05,0.35,0],"ti":[-0.1,-0.35,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":11,"s":[226.618,567.277,0],"to":[0.1,0.35,0],"ti":[0,0.8,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[226.918,567.277,0],"to":[0,-0.8,0],"ti":[0.05,-0.2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":55,"s":[226.618,562.477,0],"to":[-0.05,0.2,0],"ti":[0,-0.1,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":84,"s":[226.618,568.477,0],"to":[0,0.1,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":115,"s":[226.618,563.077,0],"to":[0,0,0],"ti":[0.05,-0.35,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":149,"s":[226.618,568.477,0],"to":[-0.05,0.35,0],"ti":[0.05,0.55,0]},{"t":179,"s":[226.318,565.177,0]}],"ix":2},"a":{"a":0,"k":[-62.068,-19.02,0],"ix":1},"s":{"a":0,"k":[120,120,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.023,3.61],[0,0],[2.754,2.355],[4.687,0],[2.484,-1.066],[1.359,-1.875],[0,-2.203],[0,0],[-0.973,0.821],[-1.711,0],[-0.903,-1.055],[0,-1.758],[0,0],[0,0],[2.988,-2.156],[0,-4.031],[-2.449,-2.156],[-3.727,0],[-2.461,2.742],[-0.469,-0.914]],"o":[[0,0],[-0.984,-1.851],[0,0],[0,-4.265],[-2.754,-2.355],[-3.094,0],[-2.485,1.067],[-1.36,1.875],[0,0],[0,-1.429],[0.972,-0.82],[1.945,0],[0.902,1.055],[0,0],[0,0],[-5.649,0.024],[-2.988,2.157],[0,3.282],[2.449,2.157],[3.938,0],[0.211,1.36],[0,0]],"v":[[-45.158,0],[-45.158,-0.598],[-46.67,-8.789],[-46.67,-25.277],[-50.801,-35.209],[-61.963,-38.742],[-70.33,-37.143],[-76.096,-32.73],[-78.135,-26.613],[-67.975,-26.613],[-66.516,-29.988],[-62.49,-31.219],[-58.219,-29.637],[-56.865,-25.418],[-56.865,-23.238],[-61.541,-23.238],[-74.496,-19.969],[-78.979,-10.688],[-75.305,-2.531],[-66.041,0.703],[-56.443,-3.41],[-55.424,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.89,0.821],[0,1.266],[0,0],[-5.086,0],[0,0],[0,0],[1.266,-0.668],[1.5,0]],"o":[[-0.891,-0.82],[0,0],[0.328,-3.516],[0,0],[0,0],[-0.61,1.125],[-1.266,0.668],[-1.547,0]],"v":[[-67.482,-8.297],[-68.818,-11.426],[-68.783,-12.023],[-60.662,-17.297],[-56.865,-17.297],[-56.865,-10.758],[-59.678,-8.068],[-63.826,-7.066]],"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,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":4,"s":[0,0],"to":[0.667,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[4,0],"to":[0,0],"ti":[0.667,0]},{"t":49,"s":[0,0]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"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},"t":0,"s":[178.709,565.177,0],"to":[0.3,0.389,0],"ti":[0,0.64,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":28,"s":[180.509,567.51,0],"to":[0,-0.819,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":49,"s":[178.709,564.577,0],"to":[0,0,0],"ti":[0,-0.2,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":77,"s":[178.709,569.977,0],"to":[0,0.2,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":109,"s":[178.709,565.777,0],"to":[0,0,0],"ti":[0,0.1,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":140,"s":[178.709,569.977,0],"to":[0,-0.1,0],"ti":[0,0.8,0]},{"t":179,"s":[178.709,565.177,0]}],"ix":2},"a":{"a":0,"k":[-101.742,-19.02,0],"ix":1},"s":{"a":0,"k":[120,120,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.27,-3.516],[-5.484,0],[-3.258,3.528],[0,5.836],[0,0],[3.246,3.141],[5.133,0],[2.73,-1.617],[1.453,-2.953],[0,-3.773]],"o":[[0,6.047],[3.27,3.516],[5.484,0],[3.257,-3.527],[0,0],[-0.375,-5.39],[-3.246,-3.14],[-3.61,0],[-2.731,1.617],[-1.453,2.953],[0,0]],"v":[[-119.76,-18.914],[-114.855,-4.57],[-101.725,0.703],[-88.611,-4.588],[-83.725,-18.633],[-83.795,-21.234],[-89.227,-34.031],[-101.795,-38.742],[-111.305,-36.316],[-117.58,-29.461],[-119.76,-19.371]],"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.36,1.937],[-2.485,0],[-1.383,-1.948],[0,-3.544],[1.383,-1.89],[2.461,0],[1.359,1.913],[0,3.615]],"o":[[1.359,-1.936],[2.508,0],[1.383,1.948],[0,4.155],[-1.383,1.89],[-2.531,0],[-1.36,-1.913],[0,-4.061]],"v":[[-107.561,-27.646],[-101.795,-30.551],[-95.959,-27.628],[-93.885,-19.389],[-95.959,-10.323],[-101.725,-7.488],[-107.561,-10.358],[-109.6,-18.65]],"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,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":5,"s":[0,0],"to":[0.167,0],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27.5,"s":[1,0],"to":[0,0],"ti":[0.167,0]},{"t":50,"s":[0,0]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"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.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[133.067,559.388,0],"to":[0,-0.6,0],"ti":[0,-0.05,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":41,"s":[133.067,555.788,0],"to":[0,0.05,0],"ti":[0,-0.15,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":70,"s":[133.067,559.688,0],"to":[0,0.15,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":97,"s":[133.067,556.688,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":127,"s":[133.067,559.688,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":157,"s":[133.067,556.688,0],"to":[0,0,0],"ti":[0,-0.5,0]},{"t":179,"s":[133.067,559.688,0]}],"ix":2},"a":{"a":0,"k":[-140.027,-25.594,0],"ix":1},"s":{"a":0,"k":[120,120,100],"ix":6}},"ao":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":[[-145.951,-51.188],[-156.498,-51.188],[-156.498,0],[-123.557,0],[-123.557,-8.473],[-145.951,-8.473]],"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,"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":"L","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"1.1","cl":"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},"t":100,"s":[406.991,589.167,0],"to":[2,0,0],"ti":[-4.999,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":117,"s":[418.989,577.767,0],"to":[5.001,0,0],"ti":[0,-0.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":141,"s":[430.991,586.167,0],"to":[0,0.5,0],"ti":[0,0.5,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":168,"s":[430.991,581.667,0],"to":[0,-0.5,0],"ti":[0,-0.2,0]},{"t":179,"s":[430.991,582.867,0]}],"ix":2},"a":{"a":0,"k":[108.492,-5.027,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.078,-0.996],[-1.664,0],[-1.078,0.996],[0,1.594],[1.09,1.008],[1.664,0],[1.09,-1.007],[0,-1.617]],"o":[[1.078,0.996],[1.688,0],[1.078,-0.996],[0,-1.617],[-1.09,-1.007],[-1.641,0],[-1.09,1.008],[0,1.594]],"v":[[104.361,-1.107],[108.475,0.387],[112.623,-1.107],[114.24,-4.992],[112.605,-8.93],[108.475,-10.441],[104.379,-8.93],[102.744,-4.992]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.854901960784,0.227450980392,0.196078431373,1],"ix":4},"o":{"a":0,"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":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":100,"op":187,"st":100,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"2.1","cl":"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},"t":114,"s":[417.692,577.767,0],"to":[1.877,0,0],"ti":[-15.481,2.7,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":125,"s":[443.169,589.167,0],"to":[5.217,-0.91,0],"ti":[-2.087,-0.391,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":138,"s":[456.092,575.967,0],"to":[1.6,0.3,0],"ti":[0,-0.25,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":157,"s":[457.292,586.167,0],"to":[0,0.25,0],"ti":[0,0.25,0]},{"t":175,"s":[456.542,580.467,0]}],"ix":2},"a":{"a":0,"k":[129.41,-5.027,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.078,-0.996],[-1.664,0],[-1.078,0.996],[0,1.594],[1.09,1.008],[1.664,0],[1.09,-1.007],[0,-1.617]],"o":[[1.078,0.996],[1.688,0],[1.078,-0.996],[0,-1.617],[-1.09,-1.007],[-1.641,0],[-1.09,1.008],[0,1.594]],"v":[[125.279,-1.107],[129.393,0.387],[133.541,-1.107],[135.158,-4.992],[133.523,-8.93],[129.393,-10.441],[125.297,-8.93],[123.662,-4.992]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490196078431,0.729411764706,0.337254901961,1],"ix":4},"o":{"a":0,"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":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":114,"op":197,"st":114,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"3.1","cl":"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.306},"t":137,"s":[455.936,577.091,0],"to":[4.13,-0.987,0],"ti":[-3.807,-0.346,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":147,"s":[470.284,575.967,0],"to":[8.256,0.75,0],"ti":[0,-0.25,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":162,"s":[482.394,587.367,0],"to":[0,0.25,0],"ti":[0,0.1,0]},{"t":177,"s":[481.194,577.767,0]}],"ix":2},"a":{"a":0,"k":[150.328,-5.027,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.078,-0.996],[-1.664,0],[-1.078,0.996],[0,1.594],[1.09,1.008],[1.664,0],[1.09,-1.007],[0,-1.617]],"o":[[1.078,0.996],[1.688,0],[1.078,-0.996],[0,-1.617],[-1.09,-1.007],[-1.641,0],[-1.09,1.008],[0,1.594]],"v":[[146.197,-1.107],[150.311,0.387],[154.459,-1.107],[156.076,-4.992],[154.441,-8.93],[150.311,-10.441],[146.215,-8.93],[144.58,-4.992]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239215686275,0.329411764706,0.623529411765,1],"ix":4},"o":{"a":0,"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":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":137,"op":218,"st":127,"bm":0},{"ddd":0,"ind":14,"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":1},"o":{"x":0.333,"y":0},"t":0,"s":[481.194,581.967,0],"to":[18,0,0],"ti":[-18,0,0]},{"t":14,"s":[589.194,581.967,0]}],"ix":2},"a":{"a":0,"k":[150.328,-5.027,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.078,-0.996],[-1.664,0],[-1.078,0.996],[0,1.594],[1.09,1.008],[1.664,0],[1.09,-1.007],[0,-1.617]],"o":[[1.078,0.996],[1.688,0],[1.078,-0.996],[0,-1.617],[-1.09,-1.007],[-1.641,0],[-1.09,1.008],[0,1.594]],"v":[[146.197,-1.107],[150.311,0.387],[154.459,-1.107],[156.076,-4.992],[154.441,-8.93],[150.311,-10.441],[146.215,-8.93],[144.58,-4.992]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.239215686275,0.329411764706,0.623529411765,1],"ix":4},"o":{"a":0,"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":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":14,"st":0,"bm":0},{"ddd":0,"ind":15,"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,"y":1},"o":{"x":0.333,"y":0},"t":2.053,"s":[456.092,581.967,0],"to":[18,0,0],"ti":[-22,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":24,"s":[564.092,581.967,0],"to":[22,0,0],"ti":[-4,0,0]},{"t":36,"s":[588.092,581.967,0]}],"ix":2},"a":{"a":0,"k":[129.41,-5.027,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.078,-0.996],[-1.664,0],[-1.078,0.996],[0,1.594],[1.09,1.008],[1.664,0],[1.09,-1.007],[0,-1.617]],"o":[[1.078,0.996],[1.688,0],[1.078,-0.996],[0,-1.617],[-1.09,-1.007],[-1.641,0],[-1.09,1.008],[0,1.594]],"v":[[125.279,-1.107],[129.393,0.387],[133.541,-1.107],[135.158,-4.992],[133.523,-8.93],[129.393,-10.441],[125.297,-8.93],[123.662,-4.992]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490196078431,0.729411764706,0.337254901961,1],"ix":4},"o":{"a":0,"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":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":36,"st":0,"bm":0},{"ddd":0,"ind":16,"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,"y":1},"o":{"x":0.333,"y":0},"t":4.105,"s":[430.991,581.967,0],"to":[18,0,0],"ti":[-27.2,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":36,"s":[538.991,581.967,0],"to":[27.2,0,0],"ti":[-9.2,0,0]},{"t":51,"s":[594.191,581.967,0]}],"ix":2},"a":{"a":0,"k":[108.492,-5.027,0],"ix":1},"s":{"a":0,"k":[144,144,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.078,-0.996],[-1.664,0],[-1.078,0.996],[0,1.594],[1.09,1.008],[1.664,0],[1.09,-1.007],[0,-1.617]],"o":[[1.078,0.996],[1.688,0],[1.078,-0.996],[0,-1.617],[-1.09,-1.007],[-1.641,0],[-1.09,1.008],[0,1.594]],"v":[[104.361,-1.107],[108.475,0.387],[112.623,-1.107],[114.24,-4.992],[112.605,-8.93],[108.475,-10.441],[104.379,-8.93],[102.744,-4.992]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.854901960784,0.227450980392,0.196078431373,1],"ix":4},"o":{"a":0,"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":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":51,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"top-mouth","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]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":105,"s":[6]},{"t":179,"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":[21.18,144.769,0],"to":[0,-0.333,0],"ti":[0,0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[21.18,142.769,0],"to":[0,-0.5,0],"ti":[0,0.083,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[21.18,141.769,0],"to":[0,-0.083,0],"ti":[0,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[21.18,142.269,0],"to":[0,0.5,0],"ti":[0,-0.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[21.18,144.769,0],"to":[0,0.333,0],"ti":[0,0.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[21.18,144.269,0],"to":[0,-0.377,0],"ti":[0.008,0.867,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":78,"s":[21.145,141.429,0],"to":[-0.006,-0.666,0],"ti":[-0.036,-0.036,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":94,"s":[21.18,142.269,0],"to":[0.04,0.04,0],"ti":[-0.11,-0.607,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":108,"s":[21.445,144.524,0],"to":[0.121,0.667,0],"ti":[0,0.087,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":122,"s":[21.68,144.769,0],"to":[0,-0.084,0],"ti":[0.115,0.858,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":136,"s":[21.46,141.446,0],"to":[-0.114,-0.85,0],"ti":[0.041,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":149,"s":[21.18,141.269,0],"to":[-0.083,0,0],"ti":[0,-0.583,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":171,"s":[21.18,144.769,0],"to":[0,0,0],"ti":[0,0,0]},{"t":179,"s":[21.18,144.769,0]}],"ix":2},"a":{"a":0,"k":[65.146,49.474,0],"ix":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],[-14.105,-1.695],[0,0]],"o":[[0,0],[14.106,1.695],[0,0]],"v":[[-13.873,6.202],[4.105,-4.507],[17.873,6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":12,"s":[{"i":[[0,0],[-13.532,0.243],[0,0]],"o":[[0,0],[14.205,-0.255],[0,0]],"v":[[-21.873,6.202],[2.381,6.993],[21.873,6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[-14.105,-1.695],[0,0]],"o":[[0,0],[14.106,1.695],[0,0]],"v":[[-13.873,6.202],[4.105,-4.507],[17.873,6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[{"i":[[0,0],[-13.532,0.243],[0,0]],"o":[[0,0],[14.205,-0.255],[0,0]],"v":[[-21.873,6.202],[2.381,6.993],[21.873,6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":49,"s":[{"i":[[0,0],[-14.105,-1.695],[0,0]],"o":[[0,0],[14.106,1.695],[0,0]],"v":[[-13.873,6.202],[4.105,-4.507],[17.873,6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[{"i":[[0,0],[-13.532,0.243],[0,0]],"o":[[0,0],[14.205,-0.255],[0,0]],"v":[[-21.873,6.202],[2.517,10.99],[21.873,6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":171,"s":[{"i":[[0,0],[-13.532,0.243],[0,0]],"o":[[0,0],[14.205,-0.255],[0,0]],"v":[[-21.873,6.202],[2.517,10.99],[21.873,6.202]],"c":false}]},{"t":179,"s":[{"i":[[0,0],[-14.105,-1.695],[0,0]],"o":[[0,0],[14.106,1.695],[0,0]],"v":[[-15.873,6.202],[2.105,-4.507],[15.873,6.202]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.679019045362,0.267938142664,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]},"t":0,"s":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":12,"s":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":36,"s":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":49,"s":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[17]},{"t":179,"s":[12]}],"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[65.146,49.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 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"bottom-mouth","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]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[6]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":105,"s":[6]},{"t":179,"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":[21.18,160.652,0],"to":[0,-0.333,0],"ti":[0,0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":12,"s":[21.18,158.652,0],"to":[0,-0.5,0],"ti":[0,0.083,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":25,"s":[21.18,157.652,0],"to":[0,-0.083,0],"ti":[0,-0.5,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[21.18,158.152,0],"to":[0,0.5,0],"ti":[0,-0.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":49,"s":[21.18,160.652,0],"to":[0,0.333,0],"ti":[0,0.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[21.18,160.152,0],"to":[0,-0.377,0],"ti":[0.008,0.867,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":78,"s":[21.145,157.312,0],"to":[-0.006,-0.666,0],"ti":[-0.036,-0.036,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":94,"s":[21.18,158.152,0],"to":[0.04,0.04,0],"ti":[-0.11,-0.607,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":108,"s":[21.445,160.406,0],"to":[0.121,0.667,0],"ti":[0,0.087,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":122,"s":[21.68,160.652,0],"to":[0,-0.084,0],"ti":[0.115,0.858,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":136,"s":[21.46,157.328,0],"to":[-0.114,-0.85,0],"ti":[0.041,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":149,"s":[21.18,157.152,0],"to":[-0.083,0,0],"ti":[0,-0.583,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":171,"s":[21.18,160.652,0],"to":[0,0,0],"ti":[0,0,0]},{"t":179,"s":[21.18,160.652,0]}],"ix":2},"a":{"a":0,"k":[65.146,49.474,0],"ix":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],[-14.105,1.695],[0,0]],"o":[[0,0],[14.106,-1.695],[0,0]],"v":[[-13.873,-6.202],[4.105,4.507],[17.873,-6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":12,"s":[{"i":[[0,0],[-14.206,-0.093],[0,0]],"o":[[0,0],[14.718,0.096],[0,0]],"v":[[-21.873,-6.202],[1.805,-7.742],[21.873,-6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[0,0],[-14.105,1.695],[0,0]],"o":[[0,0],[14.106,-1.695],[0,0]],"v":[[-13.873,-6.202],[4.105,4.507],[17.873,-6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[{"i":[[0,0],[-14.206,-0.093],[0,0]],"o":[[0,0],[14.718,0.096],[0,0]],"v":[[-21.873,-6.202],[1.805,-7.742],[21.873,-6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":49,"s":[{"i":[[0,0],[-14.105,1.695],[0,0]],"o":[[0,0],[14.106,-1.695],[0,0]],"v":[[-13.873,-6.202],[4.105,4.507],[17.873,-6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[{"i":[[0,0],[-14.206,-0.093],[0,0]],"o":[[0,0],[14.718,0.096],[0,0]],"v":[[-21.873,-6.202],[1.94,-3.744],[21.873,-6.202]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":171,"s":[{"i":[[0,0],[-14.206,-0.093],[0,0]],"o":[[0,0],[14.718,0.096],[0,0]],"v":[[-21.873,-6.202],[1.94,-3.744],[21.873,-6.202]],"c":false}]},{"t":179,"s":[{"i":[[0,0],[-14.105,1.695],[0,0]],"o":[[0,0],[14.106,-1.695],[0,0]],"v":[[-15.873,-6.202],[2.105,4.507],[15.873,-6.202]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.678431372549,0.266666666667,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]},"t":0,"s":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":12,"s":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":36,"s":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":49,"s":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[17]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[17]},{"t":179,"s":[12]}],"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[65.146,49.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 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"eye-lid","parent":20,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[51.406,17.695,0],"ix":2},"a":{"a":0,"k":[35,-55.056,0],"ix":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":77,"s":[{"i":[[21.918,13.466],[10.5,-11],[0,0],[-25.825,0.569],[0,0],[0,0]],"o":[[-37.221,-22.868],[-10.5,11],[0,0],[46.918,-1.034],[0,0],[0,0]],"v":[[66.5,-96.5],[-6,-78.5],[-10.75,-68.75],[33,-79],[91,-57.25],[91.5,-59]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":83,"s":[{"i":[[42.388,6.066],[5.388,-12.434],[0,0],[-25,-6.5],[0,0],[0,0]],"o":[[-51.978,-7.438],[-6.046,13.953],[0,0],[25,6.5],[0,0],[0,0]],"v":[[52.5,-96],[-11.5,-58],[-21.5,-14],[23,0],[87,4],[91.5,-44]],"c":true}]},{"t":89,"s":[{"i":[[21.918,13.466],[10.5,-11],[0,0],[-25.825,0.569],[0,0],[0,0]],"o":[[-37.221,-22.868],[-10.5,11],[0,0],[46.918,-1.034],[0,0],[0,0]],"v":[[66.5,-96.5],[-6,-78.5],[-10.75,-68.75],[33,-79],[91,-57.25],[91.5,-59]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.537231445313,0.243133544922,1],"ix":4},"o":{"a":0,"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":180,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"eye ","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":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[111.874,144.179,0],"to":[0,0.667,0],"ti":[0,-0.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[111.874,148.179,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[111.874,148.179,0],"to":[0,-0.667,0],"ti":[0,0.667,0]},{"t":179,"s":[111.874,144.179,0]}],"ix":2},"a":{"a":0,"k":[46.717,46.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,-25.663],[25.36,3.93],[-20.427,15.534],[-25.664,0]],"o":[[0,25.663],[-18.654,-2.891],[53.814,-40.924],[25.663,0]],"v":[[46.467,0],[-3,45.467],[-9.967,19.5],[0,-46.467]],"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":15,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.718,46.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 4","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":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[14.857,0],[-0.001,14.857],[-14.857,0],[-0.001,-14.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[14.357,0],[-0.501,14.857],[-15.356,0],[-0.501,-14.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[14.357,0],[-0.501,14.857],[-15.356,0],[-0.501,-14.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[14.857,0],[-0.001,14.857],[-14.857,0],[-0.001,-14.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[14.857,0],[-0.001,14.857],[-14.857,0],[-0.001,-14.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":67,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[10.357,0],[-4.501,14.857],[-19.356,0],[-4.501,-14.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":83,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[10.357,0],[-4.501,14.857],[-19.356,0],[-4.501,-14.857]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":146,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[10.357,0],[-4.501,14.857],[-19.356,0],[-4.501,-14.857]],"c":true}]},{"t":156,"s":[{"i":[[0,-8.205],[8.205,0],[0,8.205],[-8.205,0]],"o":[[0,8.205],[-8.205,0],[0,-8.205],[8.205,0]],"v":[[14.857,0],[-0.001,14.857],[-14.857,0],[-0.001,-14.857]],"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.88591559915,0.73226108925,1],"ix":4},"o":{"a":0,"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.861,31.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":3,"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.167,"y":0.167},"t":0,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[29.714,0],[0,29.713],[-29.714,0],[0,-29.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[29.214,0],[-0.499,29.713],[-30.213,0],[-0.499,-29.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[29.214,0],[-0.499,29.713],[-30.213,0],[-0.499,-29.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[29.714,0],[0,29.713],[-29.714,0],[0,-29.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[29.714,0],[0,29.713],[-29.714,0],[0,-29.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":67,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[25.214,0],[-4.499,29.713],[-34.213,0],[-4.499,-29.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":83,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[25.214,0],[-4.499,29.713],[-34.213,0],[-4.499,-29.713]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":146,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[25.214,0],[-4.499,29.713],[-34.213,0],[-4.499,-29.713]],"c":true}]},{"t":156,"s":[{"i":[[0,-16.41],[16.41,0],[0,16.41],[-16.411,0]],"o":[[0,16.41],[-16.411,0],[0,-16.41],[16.41,0]],"v":[[29.714,0],[0,29.713],[-29.714,0],[0,-29.713]],"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.283823529412,0.205767702589,0.214688364665,1],"ix":4},"o":{"a":0,"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.717,46.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,"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,-25.663],[25.663,0],[0,25.663],[-25.664,0]],"o":[[0,25.663],[-25.664,0],[0,-25.663],[25.663,0]],"v":[[46.467,0],[0,46.467],[-46.467,0],[0,-46.467]],"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.988235294118,0.764705882353,0.478431372549,1],"ix":4},"o":{"a":0,"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.718,46.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 3","np":3,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"bottom-left-fin ","parent":32,"sr":1,"ks":{"o":{"a":0,"k":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},"t":0,"s":[186.795,246.51,0],"to":[0,1.333,0],"ti":[0,-1,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[186.795,254.51,0],"to":[0,1,0],"ti":[0,1.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[186.795,252.51,0],"to":[0,-1.333,0],"ti":[0,1,0]},{"t":179,"s":[186.795,246.51,0]}],"ix":2},"a":{"a":0,"k":[12.729,7.862,0],"ix":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],[-32.089,-32.045],[0,0],[-4.974,47.738],[11.453,1.684]],"o":[[0,0],[35.532,35.483],[0,0],[1.629,-15.637],[0,0]],"v":[[-43.768,-66.112],[-28.303,37.29],[55.478,60.368],[54.478,-26.618],[36.54,-49.703]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,0],[-32.773,-31.345],[0,0],[-6.97,56.531],[11.453,1.684]],"o":[[0,0],[32.706,31.282],[0,0],[0.898,-15.65],[0,0]],"v":[[-44.018,-67.881],[-21.361,37.963],[50.786,61.753],[56.286,-28.099],[37.943,-53.453]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[0,0],[-32.089,-32.045],[0,0],[-8.965,65.324],[11.453,1.684]],"o":[[0,0],[35.532,35.483],[0,0],[0.166,-15.662],[0,0]],"v":[[-48.268,-63.65],[-14.419,37.136],[52.094,62.137],[62.094,-30.58],[43.347,-54.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":26,"s":[{"i":[[0,0],[-32.089,-32.045],[0,0],[3.598,51.863],[11.453,1.684]],"o":[[0,0],[35.532,35.483],[0,0],[-1.088,-15.684],[0,0]],"v":[[-56.768,-60.612],[-22.803,20.79],[58.478,60.868],[63.978,-25.618],[44.54,-49.703]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[0,0],[-32.089,-32.045],[0,0],[9.35,58.245],[11.453,1.684]],"o":[[0,0],[35.532,35.483],[0,0],[-2.49,-15.51],[0,0]],"v":[[-58.592,-61.112],[-32.127,18.761],[63.302,56.78],[61.743,-19.5],[35.745,-48.026]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[0,0],[-32.089,-32.045],[0,0],[7.923,51.863],[11.453,1.684]],"o":[[0,0],[35.532,35.483],[0,0],[-2.374,-15.541],[0,0]],"v":[[-54.268,-60.612],[-37.303,21.79],[64.478,55.368],[54.979,-21.118],[29.04,-47.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":51,"s":[{"i":[[0,0],[-30.353,-31.221],[0,0],[4.53,59.752],[11.453,1.684]],"o":[[0,0],[30.923,31.693],[0,0],[-0.262,-17.584],[0,0]],"v":[[-46.657,-63.001],[-36.026,27.568],[61.59,57.59],[50.534,-24.007],[25.484,-49.425]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":61,"s":[{"i":[[0,0],[-28.183,-30.191],[0,0],[-7.438,62.947],[11.453,1.684]],"o":[[0,0],[25.161,26.955],[0,0],[2.379,-20.137],[0,0]],"v":[[-42.768,-67.112],[-28.803,34.79],[53.478,60.368],[53.978,-27.618],[30.04,-52.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":69,"s":[{"i":[[0,0],[-28.939,-29.451],[0,0],[-7.438,62.947],[11.453,1.684]],"o":[[0,0],[27.338,27.755],[0,0],[2.379,-20.137],[0,0]],"v":[[-46.368,-66.279],[-19.87,36.29],[49.912,63.368],[59.578,-29.151],[34.84,-54.27]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":76,"s":[{"i":[[0,0],[-29.6,-28.803],[0,0],[-7.438,62.947],[11.453,1.684]],"o":[[0,0],[29.242,28.455],[0,0],[2.379,-20.137],[0,0]],"v":[[-53.268,-64.612],[-15.803,34.79],[51.478,60.368],[64.478,-28.618],[39.04,-54.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":82,"s":[{"i":[[0,0],[-36.317,-33.188],[0,0],[-3.752,63.278],[11.453,1.684]],"o":[[0,0],[35.721,30.169],[0,0],[1.401,-23.637],[0,0]],"v":[[-56.268,-61.826],[-15.946,30.933],[56.407,58.868],[65.336,-26.618],[30.897,-53.989]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":90,"s":[{"i":[[0,0],[-33.332,-24.388],[0,0],[4.076,63.863],[11.453,1.684]],"o":[[0,0],[44.358,32.455],[0,0],[-1.292,-20.236],[0,0]],"v":[[-60.268,-58.112],[-27.803,25.79],[62.978,56.868],[62.979,-25.118],[23.54,-53.703]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":101,"s":[{"i":[[0,0],[-42.097,-28.067],[0,0],[9.882,67.928],[11.453,1.684]],"o":[[0,0],[40.231,26.823],[0,0],[-2.919,-20.066],[0,0]],"v":[[-53.29,-60.96],[-29.282,28.812],[67.565,55.825],[54.739,-22.183],[21.04,-48.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":113,"s":[{"i":[[0,0],[-36.644,-27.087],[0,0],[4.076,63.863],[11.453,1.684]],"o":[[0,0],[33.084,24.455],[0,0],[-1.292,-20.236],[0,0]],"v":[[-47.768,-65.112],[-28.803,36.29],[58.978,58.868],[50.979,-22.118],[23.54,-53.703]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":121,"s":[{"i":[[0,0],[-35.644,-27.735],[0,0],[-9.897,80.418],[11.453,1.684]],"o":[[0,0],[32.45,25.264],[0,0],[1.204,-22.637],[0,0]],"v":[[-43.046,-65.89],[-20.581,39.623],[54.923,61.757],[56.701,-21.174],[29.54,-53.314]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":131,"s":[{"i":[[0,0],[-34.394,-28.545],[0,0],[-11.044,65.473],[11.453,1.684]],"o":[[0,0],[31.658,26.275],[0,0],[4.324,-25.637],[0,0]],"v":[[-47.268,-64.612],[-10.303,43.79],[50.978,60.868],[60.479,-21.118],[37.04,-56.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[{"i":[[0,0],[-39.702,-33.993],[0,0],[-9.764,70.889],[11.453,1.684]],"o":[[0,0],[31.305,26.688],[0,0],[1.858,-25.802],[0,0]],"v":[[-53.453,-61.77],[-8.567,36.422],[55.479,58.973],[65.11,-24.144],[29.513,-54.308]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":150,"s":[{"i":[[0,0],[-45.599,-40.045],[0,0],[2.119,62.363],[11.453,1.684]],"o":[[0,0],[30.913,27.147],[0,0],[-0.883,-25.984],[0,0]],"v":[[-59.268,-58.612],[-19.303,29.29],[60.479,56.868],[64.979,-20.118],[28.54,-52.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":156,"s":[{"i":[[0,0],[-44.765,-40.474],[0,0],[6.167,63.006],[11.453,1.684]],"o":[[0,0],[30.51,27.591],[0,0],[-2.49,-25.812],[0,0]],"v":[[-56.697,-59.683],[-25.803,27.576],[63.621,55.225],[60.479,-19.904],[22.325,-51.346]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":164,"s":[{"i":[[0,0],[-43.653,-41.045],[0,0],[11.565,63.863],[11.453,1.684]],"o":[[0,0],[29.973,28.182],[0,0],[-4.633,-25.583],[0,0]],"v":[[-53.268,-61.112],[-29.803,28.79],[65.479,55.368],[54.479,-19.618],[14.04,-50.203]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":171,"s":[{"i":[[0,0],[-32.529,-29.345],[0,0],[4.226,62.003],[11.453,1.684]],"o":[[0,0],[30.742,27.313],[0,0],[-1.477,-27.942],[0,0]],"v":[[-48.568,-63.679],[-32.603,30.09],[60.112,57.935],[51.779,-19.985],[6.34,-51.836]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[-30.089,-25.045],[0,0],[-4.162,59.878],[11.453,1.684]],"o":[[0,0],[31.62,26.32],[0,0],[2.129,-30.637],[0,0]],"v":[[-44.268,-66.612],[-28.303,34.79],[53.979,60.868],[52.979,-23.618],[12.54,-53.703]],"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":"tr","p":{"a":0,"k":[56.728,62.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 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.537231445313,0.243133544922,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":180,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"scale 16","parent":32,"sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[222.528,173.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,0],"ix":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.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"scale 15","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[242.528,153.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,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":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"scale 14","parent":32,"sr":1,"ks":{"o":{"a":0,"k":50,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[215.528,147.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,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":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"scale 13","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[247.528,178.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"scale 12","parent":32,"sr":1,"ks":{"o":{"a":0,"k":70,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[222.528,123.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,0],"ix":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.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"scale 11","parent":32,"sr":1,"ks":{"o":{"a":0,"k":40,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[242.528,103.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,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":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"scale 10","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[247.528,128.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"scale 9","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[39.528,113.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"scale 8","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[59.528,93.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,0],"ix":1},"s":{"a":0,"k":[30,30,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"scale 7","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[53.528,107.38,0],"ix":2},"a":{"a":0,"k":[195.625,6.625,0],"ix":1},"s":{"a":0,"k":[50,50,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[14.25,14.25],"ix":2},"p":{"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.707484106924,0.332858455882,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[195.625,6.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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":32,"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,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[762.809,562.618,0],"to":[0.667,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[766.809,562.618,0],"to":[0,0,0],"ti":[1.116,0,0]},{"i":{"x":0.578,"y":0.965},"o":{"x":0.448,"y":0},"t":36,"s":[762.809,562.618,0],"to":[-1.458,0,0],"ti":[-0.479,0,0]},{"i":{"x":0.516,"y":1},"o":{"x":0.216,"y":0.02},"t":104,"s":[746.194,556.618,0],"to":[0.287,0,0],"ti":[0,0,0]},{"t":179,"s":[762.809,562.618,0]}],"ix":2},"a":{"a":0,"k":[189.712,129.373,0],"ix":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":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[182.91,-27.482],[185.088,3.819],[-4.334,121.018],[-183.1,31.754],[-184.746,7.738],[3.166,-123.193]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[182.91,-27.482],[185.088,3.819],[3.166,121.018],[-180.6,29.254],[-182.246,5.238],[-1.834,-120.693]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":36,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-24.982],[182.588,6.318],[5.666,118.518],[-183.1,29.254],[-184.746,5.238],[-4.334,-123.193]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":65,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-27.482],[182.588,3.818],[-6.834,121.018],[-183.1,31.754],[-184.746,7.738],[0.666,-123.193]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":86,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-26.136],[182.588,5.165],[2.205,119.671],[-183.1,26.754],[-184.746,2.738],[-0.68,-123.193]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":104,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-24.982],[182.588,6.318],[0.666,118.518],[-183.1,31.754],[-184.746,7.738],[-1.834,-123.193]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":116,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-26.982],[182.588,4.318],[-5.334,119.518],[-183.1,30.754],[-184.746,6.738],[4.166,-122.193]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":134,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-29.982],[182.588,1.318],[-4.334,121.018],[-183.1,29.254],[-184.746,5.238],[-1.834,-120.693]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":144,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-27.154],[182.588,4.147],[-1.506,120.462],[-183.1,29.809],[-184.746,5.793],[-2.041,-121.249]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":156,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[180.41,-23.76],[182.588,7.541],[1.888,119.795],[-183.1,30.476],[-184.746,6.46],[2.111,-121.916]],"c":true}]},{"t":179,"s":[{"i":[[-28.258,-30.171],[6.874,-9.59],[94.225,-3.959],[24.172,28.532],[-6.216,9.198],[-86.104,0]],"o":[[8.066,8.612],[-24.702,34.461],[-93.451,3.926],[-7.176,-8.47],[24.908,-36.86],[83.046,0]],"v":[[182.91,-27.482],[185.088,3.819],[-4.334,121.018],[-183.1,31.754],[-184.746,7.738],[3.166,-123.193]],"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.537254901961,0.243137254902,1],"ix":4},"o":{"a":0,"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.712,135.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 6","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"bubble 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":161,"s":[20]},{"t":202,"s":[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":146,"s":[84.594,1272.594,0],"to":[-6.188,-55.69,0],"ti":[35.42,318.776,0]},{"t":231,"s":[128.616,348.794,0]}],"ix":2},"a":{"a":0,"k":[4.594,392.594,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.583,0],[0,-13.583],[4.474,7.468],[-0.479,13.574]],"o":[[13.583,0],[0,13.583],[-4.569,-7.627],[1.025,-29.034]],"v":[[0,-24.594],[24.594,0],[8,8.594],[4.906,-0.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":[4.594,392.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69,69],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.188,49.188],"ix":2},"p":{"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":50,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.594,392.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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":65,"op":326,"st":146,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"bubble 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":130,"s":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":194,"s":[0]},{"t":195,"s":[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},"t":66,"s":[1044.594,1272.594,0],"to":[-3.977,-35.794,0],"ti":[1.841,59.919,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":84,"s":[1035.832,1088.002,0],"to":[-4.082,-132.876,0],"ti":[-7.525,219.163,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":151,"s":[1120.616,588.794,0],"to":[19.474,-567.192,0],"ti":[13.87,124.828,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":231,"s":[884.594,-167.406,0],"to":[-26.667,-240,0],"ti":[0,-6.667,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":232,"s":[1044.594,1352.594,0],"to":[0,6.667,0],"ti":[1.841,59.919,0]},{"t":263,"s":[1035.832,1088.002,0]}],"ix":2},"a":{"a":0,"k":[4.594,392.594,0],"ix":1},"s":{"a":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.583,0],[0,-13.583],[4.474,7.468],[-0.479,13.574]],"o":[[13.583,0],[0,13.583],[-4.569,-7.627],[1.025,-29.034]],"v":[[0,-24.594],[24.594,0],[8,8.594],[4.906,-0.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":[4.594,392.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69,69],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.188,49.188],"ix":2},"p":{"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":50,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.594,392.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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":66,"op":278,"st":66,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"bubble 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":136,"s":[20]},{"t":177,"s":[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":84,"s":[604.594,1272.594,0],"to":[-12.797,-115.172,0],"ti":[-10.918,317.992,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":169,"s":[600.616,588.794,0],"to":[19.474,-567.192,0],"ti":[13.87,124.828,0]},{"t":263,"s":[444.594,-167.406,0]}],"ix":2},"a":{"a":0,"k":[4.594,392.594,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.583,0],[0,-13.583],[4.474,7.468],[-0.479,13.574]],"o":[[13.583,0],[0,13.583],[-4.569,-7.627],[1.025,-29.034]],"v":[[0,-24.594],[24.594,0],[8,8.594],[4.906,-0.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":[4.594,392.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69,69],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.188,49.188],"ix":2},"p":{"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":50,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.594,392.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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":84,"op":264,"st":84,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"bubble 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":71,"s":[50]},{"t":99,"s":[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":42,"s":[880.616,588.794,0],"to":[19.474,-567.192,0],"ti":[13.87,124.828,0]},{"t":136,"s":[1084.594,-167.406,0]}],"ix":2},"a":{"a":0,"k":[4.594,392.594,0],"ix":1},"s":{"a":0,"k":[80,80,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.583,0],[0,-13.583],[4.474,7.468],[-0.479,13.574]],"o":[[13.583,0],[0,13.583],[-4.569,-7.627],[1.025,-29.034]],"v":[[0,-24.594],[24.594,0],[8,8.594],[4.906,-0.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":[4.594,392.594],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[69,69],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[49.188,49.188],"ix":2},"p":{"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":50,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.594,392.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":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":-43,"op":137,"st":-43,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"top-fin-stroke","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":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[168.744,39.431,0],"to":[0,-2,0],"ti":[0,2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[168.744,27.431,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":104,"s":[168.744,27.431,0],"to":[0,2,0],"ti":[0,-2,0]},{"t":179,"s":[168.744,39.431,0]}],"ix":2},"a":{"a":0,"k":[22.215,113.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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[-14.946,-16.53],[7.209,-27.462],[0,0]],"o":[[0,0],[0,0],[22.579,24.972],[-7.209,27.463],[0,0]],"v":[[-68.964,44.254],[33.284,-62.324],[57.58,-49.648],[75.256,25.678],[49.129,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":8,"s":[{"i":[[0,0],[0,0],[-11.724,-18.654],[13.149,-27.354],[0,0]],"o":[[0,0],[0,0],[11.897,21.186],[-9.587,26.637],[0,0]],"v":[[-76.036,43.683],[40.712,-63.181],[65.294,-45.362],[69.041,25.678],[45.771,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[0,0],[0,0],[-9.307,-20.248],[10.424,-23.854],[0,0]],"o":[[0,0],[0,0],[10.1,21.972],[-11.37,26.018],[0,0]],"v":[[-82.964,43.254],[42.784,-63.824],[67.58,-42.148],[65.256,25.678],[44.129,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[-24.138,16.574],[-9.307,-20.248],[6.838,-21.854],[0,0]],"o":[[0,0],[4.272,-2.934],[10.1,21.972],[-7.979,27.019],[0,0]],"v":[[-82.964,43.254],[37.534,-62.324],[61.83,-47.148],[61.506,25.678],[42.879,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[-48.277,33.148],[-9.307,-20.248],[3.251,-19.854],[0,0]],"o":[[0,0],[8.545,-5.867],[10.1,21.972],[-4.589,28.02],[0,0]],"v":[[-82.964,43.254],[31.284,-60.824],[55.08,-47.148],[62.756,25.678],[51.629,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[-47.973,39.448],[-9.847,-19.981],[2.388,-21.487],[0,0]],"o":[[0,0],[8.013,-6.514],[11.956,24.072],[-3.241,28.171],[0,0]],"v":[[-76.198,43.021],[25.8,-60.074],[55.313,-44.348],[67.422,27.778],[53.962,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[-47.626,46.648],[-10.463,-19.675],[1.402,-23.354],[0,0]],"o":[[0,0],[7.405,-7.253],[14.078,26.472],[-1.701,28.342],[0,0]],"v":[[-68.464,42.754],[23.284,-60.824],[55.58,-41.148],[72.756,30.178],[56.629,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[-49.537,53.181],[-13.06,-21.398],[3.072,-32.854],[0,0]],"o":[[0,0],[7.088,-7.549],[13.101,22.272],[-5.817,27.423],[0,0]],"v":[[-66.898,42.988],[22.817,-59.39],[59.78,-40.681],[75.256,30.178],[54.462,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[-51.72,60.648],[-16.027,-23.366],[12.308,-30.854],[0,0]],"o":[[0,0],[6.726,-7.887],[11.984,17.472],[-10.52,26.373],[0,0]],"v":[[-70.464,43.254],[29.784,-58.824],[64.58,-40.148],[72.756,30.178],[46.629,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":70,"s":[{"i":[[0,0],[-69.075,68.434],[-13.465,-21.062],[17.286,-32.735],[0,0]],"o":[[0,0],[7.243,-7.375],[11.304,17.9],[-13.258,25.108],[0,0]],"v":[[-80.155,43.992],[32.046,-57.609],[66.556,-45.624],[64.684,32.559],[41.7,70.068]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[{"i":[[0,0],[-75.851,66.148],[-10.647,-18.528],[12.308,-30.854],[0,0]],"o":[[0,0],[7.812,-6.813],[10.556,18.37],[-10.52,26.373],[0,0]],"v":[[-83.464,43.754],[29.284,-57.324],[60.33,-51.648],[60.006,35.178],[43.629,72.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":96,"s":[{"i":[[0,0],[-65.598,62.648],[-10.647,-18.528],[4.68,-41.354],[0,0]],"o":[[0,0],[7.496,-7.159],[10.556,18.37],[-3.193,28.213],[0,0]],"v":[[-74.464,43.254],[18.284,-56.324],[49.33,-51.648],[65.506,39.178],[54.629,70.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":109,"s":[{"i":[[0,0],[-59.297,75.148],[-12.367,-17.319],[9.564,-35.083],[0,0]],"o":[[0,0],[6.804,-7.773],[14.244,19.508],[-11.436,27.917],[0,0]],"v":[[-67.464,42.754],[16.534,-55.324],[54.475,-50.293],[72.172,41.908],[54.566,70.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[{"i":[[0,0],[-57.089,76.148],[-13.823,-16.296],[19.189,-38.354],[0,0]],"o":[[0,0],[6.218,-8.293],[17.365,20.472],[-12.704,25.393],[0,0]],"v":[[-74.464,43.254],[24.284,-56.324],[58.83,-49.148],[69.506,38.678],[47.129,70.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":128,"s":[{"i":[[0,0],[-69.994,74.014],[-13.823,-16.296],[15.884,-31.421],[0,0]],"o":[[0,0],[7.036,-7.54],[17.365,20.472],[-12.834,25.327],[0,0]],"v":[[-76.231,42.488],[29.25,-55.824],[60.73,-52.481],[68.706,33.112],[41.629,70.897]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":135,"s":[{"i":[[0,0],[-81.286,72.148],[-13.823,-16.296],[12.992,-25.354],[0,0]],"o":[[0,0],[7.752,-6.881],[17.365,20.472],[-12.948,25.269],[0,0]],"v":[[-82.464,42.754],[30.784,-56.324],[63.33,-51.648],[60.506,36.678],[39.628,70.163]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":142,"s":[{"i":[[0,0],[-77.845,67.57],[-13.823,-16.296],[9.237,-25.792],[0,0]],"o":[[0,0],[9.231,-7.962],[17.365,20.472],[-9.189,25.602],[0,0]],"v":[[-80.714,42.754],[25.096,-53.699],[58.298,-54.523],[58.724,36.678],[42.66,69.945]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":151,"s":[{"i":[[0,0],[-73.421,61.685],[-13.823,-16.296],[4.41,-26.354],[0,0]],"o":[[0,0],[11.132,-9.352],[17.365,20.472],[-4.355,26.029],[0,0]],"v":[[-78.464,42.754],[17.784,-50.324],[51.83,-53.648],[61.006,36.678],[51.129,69.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":165,"s":[{"i":[[0,0],[-57.81,67.648],[-15.028,-15.192],[4.41,-26.354],[0,0]],"o":[[0,0],[9.445,-11.053],[30.144,30.472],[-4.355,26.029],[0,0]],"v":[[-69.464,43.254],[11.284,-49.824],[44.83,-55.648],[71.006,37.178],[57.629,69.663]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[0,0],[-14.946,-16.53],[7.209,-27.462],[0,0]],"o":[[0,0],[0,0],[22.579,24.972],[-7.209,27.463],[0,0]],"v":[[-68.964,44.254],[33.284,-62.324],[57.58,-49.648],[75.256,25.678],[49.129,68.663]],"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":"st","c":{"a":0,"k":[1,0.537254929543,0.243137255311,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":[76.214,68.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":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"top-fin ","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":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[168.744,39.431,0],"to":[0,-2,0],"ti":[0,2,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[168.744,27.431,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":104,"s":[168.744,27.431,0],"to":[0,2,0],"ti":[0,-2,0]},{"t":179,"s":[168.744,39.431,0]}],"ix":2},"a":{"a":0,"k":[22.215,113.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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[-14.946,-16.53],[7.209,-27.462],[0,0]],"o":[[0,0],[0,0],[22.579,24.972],[-7.209,27.463],[0,0]],"v":[[-68.964,44.254],[33.284,-62.324],[57.58,-49.648],[75.256,25.678],[49.129,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":8,"s":[{"i":[[0,0],[0,0],[-11.724,-18.654],[13.149,-27.354],[0,0]],"o":[[0,0],[0,0],[11.897,21.186],[-9.587,26.637],[0,0]],"v":[[-76.036,43.683],[40.712,-63.181],[65.294,-45.362],[69.041,25.678],[45.771,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[0,0],[0,0],[-9.307,-20.248],[10.424,-23.854],[0,0]],"o":[[0,0],[0,0],[10.1,21.972],[-11.37,26.018],[0,0]],"v":[[-82.964,43.254],[42.784,-63.824],[67.58,-42.148],[65.256,25.678],[44.129,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[-24.138,16.574],[-9.307,-20.248],[6.838,-21.854],[0,0]],"o":[[0,0],[4.272,-2.934],[10.1,21.972],[-7.979,27.019],[0,0]],"v":[[-82.964,43.254],[37.534,-62.324],[61.83,-47.148],[61.506,25.678],[42.879,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[-48.277,33.148],[-9.307,-20.248],[3.251,-19.854],[0,0]],"o":[[0,0],[8.545,-5.867],[10.1,21.972],[-4.589,28.02],[0,0]],"v":[[-82.964,43.254],[31.284,-60.824],[55.08,-47.148],[62.756,25.678],[51.629,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[-47.973,39.448],[-9.847,-19.981],[2.388,-21.487],[0,0]],"o":[[0,0],[8.013,-6.514],[11.956,24.072],[-3.241,28.171],[0,0]],"v":[[-76.198,43.021],[25.8,-60.074],[55.313,-44.348],[67.422,27.778],[53.962,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[-47.626,46.648],[-10.463,-19.675],[1.402,-23.354],[0,0]],"o":[[0,0],[7.405,-7.253],[14.078,26.472],[-1.701,28.342],[0,0]],"v":[[-68.464,42.754],[23.284,-60.824],[55.58,-41.148],[72.756,30.178],[56.629,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[-49.537,53.181],[-13.06,-21.398],[3.072,-32.854],[0,0]],"o":[[0,0],[7.088,-7.549],[13.101,22.272],[-5.817,27.423],[0,0]],"v":[[-66.898,42.988],[22.817,-59.39],[59.78,-40.681],[75.256,30.178],[54.462,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[-51.72,60.648],[-16.027,-23.366],[12.308,-30.854],[0,0]],"o":[[0,0],[6.726,-7.887],[11.984,17.472],[-10.52,26.373],[0,0]],"v":[[-70.464,43.254],[29.784,-58.824],[64.58,-40.148],[72.756,30.178],[46.629,68.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":70,"s":[{"i":[[0,0],[-69.075,68.434],[-13.465,-21.062],[17.286,-32.735],[0,0]],"o":[[0,0],[7.243,-7.375],[11.304,17.9],[-13.258,25.108],[0,0]],"v":[[-80.155,43.992],[32.046,-57.609],[66.556,-45.624],[64.684,32.559],[41.7,70.068]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[{"i":[[0,0],[-75.851,66.148],[-10.647,-18.528],[12.308,-30.854],[0,0]],"o":[[0,0],[7.812,-6.813],[10.556,18.37],[-10.52,26.373],[0,0]],"v":[[-83.464,43.754],[29.284,-57.324],[60.33,-51.648],[60.006,35.178],[43.629,72.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":96,"s":[{"i":[[0,0],[-65.598,62.648],[-10.647,-18.528],[4.68,-41.354],[0,0]],"o":[[0,0],[7.496,-7.159],[10.556,18.37],[-3.193,28.213],[0,0]],"v":[[-74.464,43.254],[18.284,-56.324],[49.33,-51.648],[65.506,39.178],[54.629,70.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":109,"s":[{"i":[[0,0],[-59.297,75.148],[-12.367,-17.319],[9.564,-35.083],[0,0]],"o":[[0,0],[6.804,-7.773],[14.244,19.508],[-11.436,27.917],[0,0]],"v":[[-67.464,42.754],[16.534,-55.324],[54.475,-50.293],[72.172,41.908],[54.566,70.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[{"i":[[0,0],[-57.089,76.148],[-13.823,-16.296],[19.189,-38.354],[0,0]],"o":[[0,0],[6.218,-8.293],[17.365,20.472],[-12.704,25.393],[0,0]],"v":[[-74.464,43.254],[24.284,-56.324],[58.83,-49.148],[69.506,38.678],[47.129,70.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":128,"s":[{"i":[[0,0],[-69.994,74.014],[-13.823,-16.296],[15.884,-31.421],[0,0]],"o":[[0,0],[7.036,-7.54],[17.365,20.472],[-12.834,25.327],[0,0]],"v":[[-76.231,42.488],[29.25,-55.824],[60.73,-52.481],[68.706,33.112],[41.629,70.897]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":135,"s":[{"i":[[0,0],[-81.286,72.148],[-13.823,-16.296],[12.992,-25.354],[0,0]],"o":[[0,0],[7.752,-6.881],[17.365,20.472],[-12.948,25.269],[0,0]],"v":[[-82.464,42.754],[30.784,-56.324],[63.33,-51.648],[60.506,36.678],[39.628,70.163]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":142,"s":[{"i":[[0,0],[-77.845,67.57],[-13.823,-16.296],[9.237,-25.792],[0,0]],"o":[[0,0],[9.231,-7.962],[17.365,20.472],[-9.189,25.602],[0,0]],"v":[[-80.714,42.754],[25.096,-53.699],[58.298,-54.523],[58.724,36.678],[42.66,69.945]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":151,"s":[{"i":[[0,0],[-73.421,61.685],[-13.823,-16.296],[4.41,-26.354],[0,0]],"o":[[0,0],[11.132,-9.352],[17.365,20.472],[-4.355,26.029],[0,0]],"v":[[-78.464,42.754],[17.784,-50.324],[51.83,-53.648],[61.006,36.678],[51.129,69.663]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":165,"s":[{"i":[[0,0],[-57.81,67.648],[-15.028,-15.192],[4.41,-26.354],[0,0]],"o":[[0,0],[9.445,-11.053],[30.144,30.472],[-4.355,26.029],[0,0]],"v":[[-69.464,43.254],[11.284,-49.824],[44.83,-55.648],[71.006,37.178],[57.629,69.663]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[0,0],[-14.946,-16.53],[7.209,-27.462],[0,0]],"o":[[0,0],[0,0],[22.579,24.972],[-7.209,27.463],[0,0]],"v":[[-68.964,44.254],[33.284,-62.324],[57.58,-49.648],[75.256,25.678],[49.129,68.663]],"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":"tr","p":{"a":0,"k":[76.214,68.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":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.893918504902,0.441841843549,0.154504918117,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":180,"st":0,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"bottom-right-fin","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":12,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[160.795,246.51,0],"to":[0,-3.333,0],"ti":[0,2.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[160.795,226.51,0],"to":[0,-2.333,0],"ti":[0,-3.333,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":104,"s":[160.795,232.51,0],"to":[0,3.333,0],"ti":[0,-2.333,0]},{"t":179,"s":[160.795,246.51,0]}],"ix":2},"a":{"a":0,"k":[12.729,7.862,0],"ix":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],[-30.748,-28.635],[0,0],[0,0],[11.453,1.684]],"o":[[0,0],[36.748,34.222],[0,0],[0,-11.576],[0,0]],"v":[[-47.46,-63.933],[-12.328,37.585],[53.22,65.183],[62.005,-31.882],[42.066,-54.967]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":11,"s":[{"i":[[0,0],[-39.394,-29.047],[0,0],[1.815,14.426],[11.453,1.684]],"o":[[0,0],[39.879,30.161],[0,0],[-0.821,-11.73],[0,0]],"v":[[-55.816,-60.316],[-10.698,31.667],[55.941,60.669],[66.412,-29.062],[46.416,-52.416]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[0,0],[-50.366,-22.042],[0,0],[3.301,26.228],[11.453,1.684]],"o":[[0,0],[55.973,24.496],[0,0],[-1.492,-11.856],[0,0]],"v":[[-59.417,-55.257],[-6.459,36.338],[63.607,56.331],[63.283,-23.464],[43.24,-47.038]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":31,"s":[{"i":[[0,0],[-46.467,-29.383],[0,0],[9.425,46.141],[11.453,1.684]],"o":[[0,0],[42.442,26.838],[0,0],[-2.392,-11.708],[0,0]],"v":[[-49.178,-59.989],[-23.4,38.405],[64.169,54.166],[57.06,-19.074],[37.017,-42.648]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[{"i":[[0,0],[-46.854,-28.762],[0,0],[-1.808,42.443],[11.453,1.684]],"o":[[0,0],[42.182,25.894],[0,0],[0.721,-16.927],[0,0]],"v":[[-42.007,-67.136],[-14.858,47.324],[57.665,59.638],[52.793,-15.1],[39.12,-47.184]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[-47.398,-29.375],[0,0],[-5.47,49.401],[14.274,2.654]],"o":[[0,0],[42.072,26.07],[0,0],[1.697,-16.825],[0,0]],"v":[[-41.151,-66.637],[-5.817,49.458],[55.95,61.672],[58.031,-16.588],[42.144,-50.11]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[-47.843,-31.647],[0,0],[-9.656,57.353],[17.499,3.762]],"o":[[0,0],[41.281,27.306],[0,0],[2.813,-16.708],[0,0]],"v":[[-48.334,-63.236],[4.515,51.896],[53.991,63.997],[61.253,-20.988],[42.836,-56.153]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":71,"s":[{"i":[[0,0],[-48.02,-30.075],[0,0],[-4.164,58.328],[20.942,5.173]],"o":[[0,0],[41.947,26.272],[0,0],[1.215,-16.83],[0,0]],"v":[[-54.98,-58.659],[-4.17,35.997],[61.423,61.517],[67.442,-12.372],[46.398,-52.334]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":81,"s":[{"i":[[0,0],[-53.301,-19.221],[0,0],[0.83,59.214],[24.072,6.455]],"o":[[0,0],[64.386,23.218],[0,0],[-0.237,-16.941],[0,0]],"v":[[-55.817,-57.556],[-10.195,35.598],[62.347,57.621],[65.442,1.125],[42.366,-46.341]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":89,"s":[{"i":[[0,0],[-45.504,-30.37],[0,0],[2.995,59.235],[24.072,6.455]],"o":[[0,0],[41.114,27.511],[0,0],[-0.853,-16.909],[0,0]],"v":[[-50.597,-63.416],[-23.704,36.125],[66.852,57.595],[61.323,2.962],[37.211,-42.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":98,"s":[{"i":[[0,0],[-42.673,-30.701],[0,0],[5.431,59.258],[24.072,6.455]],"o":[[0,0],[40.177,28.906],[0,0],[-1.546,-16.872],[0,0]],"v":[[-42.361,-63.994],[-22.672,41.829],[59.829,60.201],[54.964,2.33],[29.203,-48.144]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":107,"s":[{"i":[[0,0],[-35.546,-28.337],[0,0],[-1.693,60.502],[24.072,6.455]],"o":[[0,0],[34.657,27.628],[0,0],[0.431,-16.834],[0,0]],"v":[[-42.552,-66.87],[-15.681,45.154],[52.466,62.908],[51.953,-4.337],[32.075,-54.016]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":115,"s":[{"i":[[0,0],[-38.852,-28.401],[0,0],[-8.025,61.607],[24.072,6.455]],"o":[[0,0],[32.068,23.443],[0,0],[2.188,-16.801],[0,0]],"v":[[-46.023,-66.794],[-8.011,45.869],[51.857,65.984],[58.515,-12.227],[37.456,-55.009]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":125,"s":[{"i":[[0,0],[-38.378,-29.029],[0,0],[-6.654,61.585],[24.447,3.416]],"o":[[0,0],[37.474,28.481],[0,0],[1.819,-16.841],[0,0]],"v":[[-51.966,-58.428],[-6.256,37.801],[53.879,63.348],[61.999,-16.088],[41.188,-55.426]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":134,"s":[{"i":[[0,0],[-37.951,-29.594],[0,0],[-5.42,61.565],[24.785,0.68]],"o":[[0,0],[42.339,33.016],[0,0],[1.486,-16.877],[0,0]],"v":[[-55.713,-57.067],[-16.082,27.138],[60.88,57.932],[65.924,-15.846],[37.903,-50.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":141,"s":[{"i":[[0,0],[-36.102,-26.678],[0,0],[0.583,55.578],[21.714,1.382]],"o":[[0,0],[43.234,31.795],[0,0],[-2.201,-28.597],[-14.609,-1.752]],"v":[[-55.241,-55.327],[-25.363,24.68],[63.328,55.981],[63.95,-0.126],[38.506,-47.667]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":149,"s":[{"i":[[0,0],[-33.988,-23.346],[0,0],[7.444,48.737],[18.204,2.184]],"o":[[0,0],[44.256,30.399],[0,0],[-6.414,-41.992],[-31.304,-3.755]],"v":[[-51.623,-59.47],[-28.278,32.286],[66.125,53.751],[60.448,1.675],[31.19,-46.01]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":157,"s":[{"i":[[0,0],[-33.988,-23.346],[0,0],[3.404,49.017],[17.715,4.232]],"o":[[0,0],[44.256,30.399],[0,0],[-2.913,-43.758],[-33.526,-8.395]],"v":[[-47.007,-63.007],[-26.001,38.191],[61.65,56.746],[56.294,10.992],[33.599,-45.5]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":165,"s":[{"i":[[0,0],[-33.988,-23.346],[0,0],[-0.637,49.298],[17.225,6.281]],"o":[[0,0],[44.256,30.399],[0,0],[0.588,-45.525],[-35.747,-13.034]],"v":[[-42.392,-66.543],[-20.997,42.495],[59.34,60.305],[53.35,6.762],[35.176,-48.902]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":172,"s":[{"i":[[0,0],[-34.813,-25.471],[0,0],[-3.407,49.106],[17.225,6.281]],"o":[[0,0],[37.509,27.109],[0,0],[3.671,-49.503],[-35.747,-13.034]],"v":[[-43.407,-65.305],[-11.976,46.456],[54.48,63.893],[53.812,12.542],[39.006,-52.527]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[-30.748,-28.635],[0,0],[0,0],[11.453,1.684]],"o":[[0,0],[36.748,34.222],[0,0],[0,-11.576],[0,0]],"v":[[-47.46,-63.933],[-12.328,37.585],[53.22,65.183],[62.005,-31.882],[42.066,-54.967]],"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":"tr","p":{"a":0,"k":[56.728,62.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 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.894117647059,0.443137254902,0.152941176471,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":-12,"op":180,"st":-12,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"top-tail-mg","parent":32,"sr":1,"ks":{"o":{"a":0,"k":80,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[354.614,123.185,0],"ix":2},"a":{"a":0,"k":[5.266,172.044,0],"ix":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],[0,0],[-43.179,-5.516],[0,0],[1.037,-64.772],[88.343,22.087]],"o":[[0,0],[-0.696,-69.228],[77.213,9.864],[14.49,-1.636],[-0.473,29.536],[-48.91,-12.228]],"v":[[-102.516,84.298],[-103.016,1.298],[-14.424,-88.794],[87.798,-88.294],[77.251,-4.658],[-33.302,87.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[0,0],[0,0],[-48.022,-8.066],[0,0],[4.098,-55.816],[105.059,15.865]],"o":[[0,0],[-0.696,-69.228],[71.932,12.083],[11.959,0.051],[-3.842,40.331],[-39.441,-4.635]],"v":[[-103.016,92.454],[-102.734,5.236],[-6.268,-93.013],[88.861,-82.294],[78.376,-11.002],[-36.895,81.704]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[0,0],[0,0],[-42.844,-7.699],[0,0],[6.479,-48.85],[103.09,-1.728]],"o":[[0,0],[-0.696,-69.228],[82.713,14.864],[9.99,1.364],[-6.463,48.728],[0,0]],"v":[[-103.016,95.298],[-102.516,8.298],[0.076,-96.294],[88.798,-81.794],[78.251,-17.158],[-29.802,82.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[0,0],[-43.059,-2.687],[0,0],[6.01,-55.888],[94.668,-8.371]],"o":[[0,0],[-0.198,-61.228],[47.497,-3.136],[6.497,3.078],[-5.425,48.839],[-10.277,2.122]],"v":[[-103.016,100.869],[-102.516,8.298],[0.79,-96.794],[90.727,-83.008],[78.251,-17.158],[-29.802,83.655]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[-43.347,3.996],[0,0],[5.386,-65.272],[83.439,-17.228]],"o":[[0,0],[-0.696,-69.228],[66.562,-6.136],[1.839,5.364],[-4.042,48.988],[-23.981,4.951]],"v":[[-103.016,97.798],[-102.516,8.298],[11.076,-96.294],[93.298,-89.294],[78.251,-17.158],[-29.802,91.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[-56.131,7.268],[-1.504,-4.289],[5.513,-64.16],[70.288,-6.882]],"o":[[0,0],[-0.696,-69.228],[75.834,-11.559],[2.617,7.518],[-4.918,56.925],[-24.245,1.813]],"v":[[-103.016,92.413],[-102.516,8.298],[11.46,-91.371],[92.029,-94.063],[77.713,-17.812],[-31.994,96.452]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[0,0],[0,0],[-67.089,10.073],[-2.794,-7.965],[5.622,-63.207],[63.384,2.272]],"o":[[0,0],[-0.696,-69.228],[67.507,-10.136],[3.284,9.364],[-5.669,63.728],[-24.471,-0.877]],"v":[[-103.016,87.798],[-102.516,8.298],[1.576,-85.294],[92.798,-96.294],[77.251,-21.158],[-28.302,95.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[0,0],[-73.353,-9.577],[-2.794,-7.965],[6.207,-63.152],[71.288,19.066]],"o":[[0,0],[-0.696,-69.228],[62.007,2.57],[3.284,9.364],[-6.353,64.64],[-60.712,-10.434]],"v":[[-103.28,85.68],[-102.516,8.298],[-0.189,-82.353],[91.063,-93.941],[78.31,-19.57],[-34.831,92.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[0,0],[-70.622,-17.142],[-2.794,-7.965],[5.539,-63.214],[92.14,22.722]],"o":[[0,0],[-0.696,-69.228],[57.118,13.864],[3.284,9.364],[-5.058,57.728],[-43.505,-10.728]],"v":[[-103.516,83.798],[-102.516,8.298],[1.076,-87.294],[93.298,-84.294],[79.251,-18.158],[-37.802,85.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":68,"s":[{"i":[[0,0],[0,0],[-56.347,-8.036],[-36.97,1.297],[5.539,-63.214],[91.364,13.905]],"o":[[0,0],[-2.606,-60.428],[46.653,6.464],[6.644,5.743],[-5.058,57.728],[-44.045,-3.461]],"v":[[-103.516,92.065],[-102.516,14.698],[-10.391,-94.394],[91.232,-82.727],[79.251,-18.158],[-30.102,81.165]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[{"i":[[0,0],[0,0],[-64.868,-1.636],[-6.091,-1.636],[5.539,-63.214],[88.009,-5.728]],"o":[[0,0],[-4.277,-52.728],[50.229,1.267],[9.583,2.574],[-5.058,57.728],[-44.517,2.897]],"v":[[-103.516,99.298],[-102.516,20.298],[-5.425,-97.794],[91.298,-82.294],[79.251,-18.158],[-24.302,81.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":83,"s":[{"i":[[0,0],[0,0],[-66.217,12.13],[-6.091,-1.636],[4.176,-65.645],[77.091,-9.195]],"o":[[0,0],[-6.726,-59.228],[54.459,-6.148],[9.583,2.574],[-3.72,57.816],[-44.187,5.591]],"v":[[-103.516,97.698],[-103.016,28.798],[-6.025,-97.061],[89.565,-88.427],[77.718,-10.425],[-52.935,93.931]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":90,"s":[{"i":[[0,0],[0,0],[-68.142,14.805],[-6.091,-1.636],[2.984,-67.772],[67.537,-12.228]],"o":[[0,0],[-4.277,-52.728],[58.16,-12.636],[9.583,2.574],[-2.549,57.893],[-43.898,7.948]],"v":[[-103.516,96.298],[-102.516,20.298],[-8.425,-90.794],[91.798,-93.794],[78.251,-18.658],[-28.302,93.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":97,"s":[{"i":[[0,0],[0,0],[-68.874,8.718],[-6.071,-1.708],[3.461,-67.748],[67.582,-1.071]],"o":[[0,0],[-4.277,-52.728],[64.367,-13.103],[13.377,3.764],[-2.705,53.616],[-49.699,-0.301]],"v":[[-103.516,89.765],[-103.516,20.798],[-15.925,-83.827],[87.565,-98.194],[77.751,-14.991],[-31.802,97.465]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[{"i":[[0,0],[0,0],[-69.71,1.76],[-6.091,-1.636],[4.007,-67.719],[67.634,11.68]],"o":[[0,0],[-4.277,-52.728],[64.793,-1.636],[9.583,2.574],[-2.883,48.728],[-56.33,-9.728]],"v":[[-103.516,82.298],[-102.516,20.298],[-23.425,-82.294],[91.298,-96.794],[78.251,-16.158],[-28.302,95.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":112,"s":[{"i":[[0,0],[0,0],[-68.974,-5.992],[-6.091,-1.636],[3.954,-67.723],[84.152,20.505]],"o":[[0,0],[-4.277,-52.728],[73.872,7.697],[9.583,2.574],[-2.67,45.694],[-55.536,-13.532]],"v":[[-103.516,84.165],[-102.516,20.298],[-18.558,-86.494],[91.298,-91.661],[77.251,-12.191],[-32.435,90.065]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[{"i":[[0,0],[0,0],[-68.132,-14.851],[-6.091,-1.636],[3.893,-67.726],[79.126,15.272]],"o":[[0,0],[-4.277,-52.728],[84.249,18.364],[9.583,2.574],[-2.427,42.228],[-56.128,-10.833]],"v":[[-103.516,86.298],[-102.516,20.298],[-11.925,-91.294],[91.298,-85.794],[78.251,-7.658],[-24.302,87.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":133,"s":[{"i":[[0,0],[0,0],[-60.277,-11.136],[-6.091,-1.636],[3.893,-67.726],[78.1,-1.728]],"o":[[0,0],[-4.277,-52.728],[69.236,12.791],[9.583,2.574],[-2.427,42.228],[-58.009,1.284]],"v":[[-103.016,95.298],[-102.516,20.298],[-3.425,-97.294],[91.298,-81.794],[78.251,-7.658],[-18.302,81.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[{"i":[[0,0],[0,0],[-60.676,-2.964],[-6.091,-1.636],[3.893,-67.726],[71.714,-8.478]],"o":[[0,0],[-4.207,-56.478],[73.702,0.614],[9.583,2.574],[-2.427,42.228],[-57.258,7.228]],"v":[[-104.016,101.798],[-102.766,24.048],[-3.675,-97.044],[91.048,-85.794],[78.251,-10.658],[-17.052,82.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":147,"s":[{"i":[[0,0],[0,0],[-61.076,5.209],[-6.091,-1.636],[3.893,-67.726],[65.329,-15.228]],"o":[[0,0],[-4.277,-52.728],[71.952,-6.136],[9.583,2.574],[-2.427,42.228],[-56.508,13.172]],"v":[[-105.016,98.298],[-103.016,19.798],[-3.925,-96.794],[90.798,-89.794],[78.251,-13.658],[-15.802,87.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":155,"s":[{"i":[[0,0],[0,0],[-74.883,15.364],[-6.091,-1.636],[4.441,-65.022],[58.992,-10.228]],"o":[[0,0],[-4.277,-52.728],[72.617,-15.636],[9.583,2.574],[-2.882,42.198],[-57.261,9.466]],"v":[[-104.516,91.548],[-103.016,19.798],[-6.925,-87.794],[91.298,-96.044],[77.251,-14.908],[-18.802,92.048]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":163,"s":[{"i":[[0,0],[0,0],[-79.101,10.331],[-6.091,-1.636],[5.603,-81.772],[52.656,-5.228]],"o":[[0,0],[-4.277,-52.728],[73.779,-9.636],[9.583,2.574],[-2.891,42.199],[-58.014,5.76]],"v":[[-104.016,84.798],[-103.016,19.798],[-10.925,-85.794],[90.798,-97.294],[76.251,-7.158],[-15.802,96.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":172,"s":[{"i":[[0,0],[0,0],[-73.119,-1.21],[-18.313,-5.636],[5.603,-81.772],[82.787,15.772]],"o":[[0,0],[-4.277,-52.728],[82.41,1.364],[9.484,2.919],[-2.891,42.199],[-65.571,-12.492]],"v":[[-104.016,84.798],[-103.016,19.798],[-20.425,-83.294],[92.298,-93.294],[76.251,-7.158],[-36.302,93.798]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[0,0],[-43.179,-5.516],[0,0],[1.037,-64.772],[88.343,22.087]],"o":[[0,0],[-0.696,-69.228],[77.213,9.864],[14.49,-1.636],[-0.473,29.536],[-48.91,-12.228]],"v":[[-102.516,84.298],[-103.016,1.298],[-14.424,-88.794],[87.798,-88.294],[77.251,-4.658],[-33.302,87.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":"tr","p":{"a":0,"k":[103.265,91.044],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[85,85],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":0,"k":[0.893890380859,0.441833496094,0.154479980469,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":180,"st":0,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"top-tail-bg","parent":32,"sr":1,"ks":{"o":{"a":0,"k":99,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[354.614,123.185,0],"ix":2},"a":{"a":0,"k":[5.266,172.044,0],"ix":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],[0,0],[-43.179,-5.516],[0,0],[1.037,-64.772],[88.343,22.087]],"o":[[0,0],[-0.696,-69.228],[77.213,9.864],[14.49,-1.636],[-0.473,29.536],[-48.91,-12.228]],"v":[[-102.516,84.298],[-103.016,1.298],[-14.424,-88.794],[87.798,-88.294],[77.251,-4.658],[-33.302,87.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":9,"s":[{"i":[[0,0],[0,0],[-48.022,-8.066],[0,0],[4.098,-55.816],[105.059,15.865]],"o":[[0,0],[-0.696,-69.228],[71.932,12.083],[11.959,0.051],[-3.842,40.331],[-39.441,-4.635]],"v":[[-103.016,92.454],[-102.734,5.236],[-6.268,-93.013],[88.861,-82.294],[78.376,-11.002],[-36.895,81.704]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":16,"s":[{"i":[[0,0],[0,0],[-42.844,-7.699],[0,0],[6.479,-48.85],[103.09,-1.728]],"o":[[0,0],[-0.696,-69.228],[82.713,14.864],[9.99,1.364],[-6.463,48.728],[0,0]],"v":[[-103.016,95.298],[-102.516,8.298],[0.076,-96.294],[88.798,-81.794],[78.251,-17.158],[-29.802,82.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[0,0],[-43.059,-2.687],[0,0],[6.01,-55.888],[94.668,-8.371]],"o":[[0,0],[-0.198,-61.228],[47.497,-3.136],[6.497,3.078],[-5.425,48.839],[-10.277,2.122]],"v":[[-103.016,100.869],[-102.516,8.298],[0.79,-96.794],[90.727,-83.008],[78.251,-17.158],[-29.802,83.655]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[-43.347,3.996],[0,0],[5.386,-65.272],[83.439,-17.228]],"o":[[0,0],[-0.696,-69.228],[66.562,-6.136],[1.839,5.364],[-4.042,48.988],[-23.981,4.951]],"v":[[-103.016,97.798],[-102.516,8.298],[11.076,-96.294],[93.298,-89.294],[78.251,-17.158],[-29.802,91.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":37,"s":[{"i":[[0,0],[0,0],[-56.131,7.268],[-1.504,-4.289],[5.513,-64.16],[70.288,-6.882]],"o":[[0,0],[-0.696,-69.228],[75.834,-11.559],[2.617,7.518],[-4.918,56.925],[-24.245,1.813]],"v":[[-103.016,92.413],[-102.516,8.298],[11.46,-91.371],[92.029,-94.063],[77.713,-17.812],[-31.994,96.452]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":43,"s":[{"i":[[0,0],[0,0],[-67.089,10.073],[-2.794,-7.965],[5.622,-63.207],[63.384,2.272]],"o":[[0,0],[-0.696,-69.228],[67.507,-10.136],[3.284,9.364],[-5.669,63.728],[-24.471,-0.877]],"v":[[-103.016,87.798],[-102.516,8.298],[1.576,-85.294],[92.798,-96.294],[77.251,-21.158],[-28.302,95.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":52,"s":[{"i":[[0,0],[0,0],[-73.353,-9.577],[-2.794,-7.965],[6.207,-63.152],[71.288,19.066]],"o":[[0,0],[-0.696,-69.228],[62.007,2.57],[3.284,9.364],[-6.353,64.64],[-60.712,-10.434]],"v":[[-103.28,85.68],[-102.516,8.298],[-0.189,-82.353],[91.063,-93.941],[78.31,-19.57],[-34.831,92.504]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[0,0],[0,0],[-70.622,-17.142],[-2.794,-7.965],[5.539,-63.214],[92.14,22.722]],"o":[[0,0],[-0.696,-69.228],[57.118,13.864],[3.284,9.364],[-5.058,57.728],[-43.505,-10.728]],"v":[[-103.516,83.798],[-102.516,8.298],[1.076,-87.294],[93.298,-84.294],[79.251,-18.158],[-37.802,85.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":68,"s":[{"i":[[0,0],[0,0],[-56.347,-8.036],[-36.97,1.297],[5.539,-63.214],[91.364,13.905]],"o":[[0,0],[-2.606,-60.428],[46.653,6.464],[6.644,5.743],[-5.058,57.728],[-44.045,-3.461]],"v":[[-103.516,92.065],[-102.516,14.698],[-10.391,-94.394],[91.232,-82.727],[79.251,-18.158],[-30.102,81.165]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":75,"s":[{"i":[[0,0],[0,0],[-64.868,-1.636],[-6.091,-1.636],[5.539,-63.214],[88.009,-5.728]],"o":[[0,0],[-4.277,-52.728],[50.229,1.267],[9.583,2.574],[-5.058,57.728],[-44.517,2.897]],"v":[[-103.516,99.298],[-102.516,20.298],[-5.425,-97.794],[91.298,-82.294],[79.251,-18.158],[-24.302,81.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":83,"s":[{"i":[[0,0],[0,0],[-66.217,12.13],[-6.091,-1.636],[4.176,-65.645],[77.091,-9.195]],"o":[[0,0],[-6.726,-59.228],[54.459,-6.148],[9.583,2.574],[-3.72,57.816],[-44.187,5.591]],"v":[[-103.516,97.698],[-103.016,28.798],[-6.025,-97.061],[89.565,-88.427],[77.718,-10.425],[-52.935,93.931]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":90,"s":[{"i":[[0,0],[0,0],[-68.142,14.805],[-6.091,-1.636],[2.984,-67.772],[67.537,-12.228]],"o":[[0,0],[-4.277,-52.728],[58.16,-12.636],[9.583,2.574],[-2.549,57.893],[-43.898,7.948]],"v":[[-103.516,96.298],[-102.516,20.298],[-8.425,-90.794],[91.798,-93.794],[78.251,-18.658],[-28.302,93.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":97,"s":[{"i":[[0,0],[0,0],[-68.874,8.718],[-6.071,-1.708],[3.461,-67.748],[67.582,-1.071]],"o":[[0,0],[-4.277,-52.728],[64.367,-13.103],[13.377,3.764],[-2.705,53.616],[-49.699,-0.301]],"v":[[-103.516,89.765],[-103.516,20.798],[-15.925,-83.827],[87.565,-98.194],[77.751,-14.991],[-31.802,97.465]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":105,"s":[{"i":[[0,0],[0,0],[-69.71,1.76],[-6.091,-1.636],[4.007,-67.719],[67.634,11.68]],"o":[[0,0],[-4.277,-52.728],[64.793,-1.636],[9.583,2.574],[-2.883,48.728],[-56.33,-9.728]],"v":[[-103.516,82.298],[-102.516,20.298],[-23.425,-82.294],[91.298,-96.794],[78.251,-16.158],[-28.302,95.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":112,"s":[{"i":[[0,0],[0,0],[-68.974,-5.992],[-6.091,-1.636],[3.954,-67.723],[84.152,20.505]],"o":[[0,0],[-4.277,-52.728],[73.872,7.697],[9.583,2.574],[-2.67,45.694],[-55.536,-13.532]],"v":[[-103.516,84.165],[-102.516,20.298],[-18.558,-86.494],[91.298,-91.661],[77.251,-12.191],[-32.435,90.065]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":120,"s":[{"i":[[0,0],[0,0],[-68.132,-14.851],[-6.091,-1.636],[3.893,-67.726],[79.126,15.272]],"o":[[0,0],[-4.277,-52.728],[84.249,18.364],[9.583,2.574],[-2.427,42.228],[-56.128,-10.833]],"v":[[-103.516,86.298],[-102.516,20.298],[-11.925,-91.294],[91.298,-85.794],[78.251,-7.658],[-24.302,87.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":133,"s":[{"i":[[0,0],[0,0],[-60.277,-11.136],[-6.091,-1.636],[3.893,-67.726],[78.1,-1.728]],"o":[[0,0],[-4.277,-52.728],[69.236,12.791],[9.583,2.574],[-2.427,42.228],[-58.009,1.284]],"v":[[-103.016,95.298],[-102.516,20.298],[-3.425,-97.294],[91.298,-81.794],[78.251,-7.658],[-18.302,81.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":140,"s":[{"i":[[0,0],[0,0],[-60.676,-2.964],[-6.091,-1.636],[3.893,-67.726],[71.714,-8.478]],"o":[[0,0],[-4.207,-56.478],[73.702,0.614],[9.583,2.574],[-2.427,42.228],[-57.258,7.228]],"v":[[-104.016,101.798],[-102.766,24.048],[-3.675,-97.044],[91.048,-85.794],[78.251,-10.658],[-17.052,82.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":147,"s":[{"i":[[0,0],[0,0],[-61.076,5.209],[-6.091,-1.636],[3.893,-67.726],[65.329,-15.228]],"o":[[0,0],[-4.277,-52.728],[71.952,-6.136],[9.583,2.574],[-2.427,42.228],[-56.508,13.172]],"v":[[-105.016,98.298],[-103.016,19.798],[-3.925,-96.794],[90.798,-89.794],[78.251,-13.658],[-15.802,87.298]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":155,"s":[{"i":[[0,0],[0,0],[-74.883,15.364],[-6.091,-1.636],[4.441,-65.022],[58.992,-10.228]],"o":[[0,0],[-4.277,-52.728],[72.617,-15.636],[9.583,2.574],[-2.882,42.198],[-57.261,9.466]],"v":[[-104.516,91.548],[-103.016,19.798],[-6.925,-87.794],[91.298,-96.044],[77.251,-14.908],[-18.802,92.048]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":163,"s":[{"i":[[0,0],[0,0],[-79.101,10.331],[-6.091,-1.636],[5.603,-81.772],[52.656,-5.228]],"o":[[0,0],[-4.277,-52.728],[73.779,-9.636],[9.583,2.574],[-2.891,42.199],[-58.014,5.76]],"v":[[-104.016,84.798],[-103.016,19.798],[-10.925,-85.794],[90.798,-97.294],[76.251,-7.158],[-15.802,96.798]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":172,"s":[{"i":[[0,0],[0,0],[-73.119,-1.21],[-18.313,-5.636],[5.603,-81.772],[82.787,15.772]],"o":[[0,0],[-4.277,-52.728],[82.41,1.364],[9.484,2.919],[-2.891,42.199],[-65.571,-12.492]],"v":[[-104.016,84.798],[-103.016,19.798],[-20.425,-83.294],[92.298,-93.294],[76.251,-7.158],[-36.302,93.798]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[0,0],[-43.179,-5.516],[0,0],[1.037,-64.772],[88.343,22.087]],"o":[[0,0],[-0.696,-69.228],[77.213,9.864],[14.49,-1.636],[-0.473,29.536],[-48.91,-12.228]],"v":[[-102.516,84.298],[-103.016,1.298],[-14.424,-88.794],[87.798,-88.294],[77.251,-4.658],[-33.302,87.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":"tr","p":{"a":0,"k":[103.265,91.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 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.537231445313,0.243133544922,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":180,"st":0,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"bottom-tail-mg","parent":32,"sr":1,"ks":{"o":{"a":0,"k":90,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[360.018,129.346,0],"ix":2},"a":{"a":0,"k":[10.67,8.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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,0],[33.138,4.989],[0,41.79],[0,0],[0,0],[0,-41.79]],"o":[[0,0],[-35.272,-5.311],[0,0],[0,0],[53.133,0.828],[0,0]],"v":[[77.92,82.919],[-1.752,77.419],[-74.92,3.253],[-76.42,-79.919],[-9.748,-76.919],[77.42,-1.752]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[0,0],[33.158,0.956],[-0.563,50.092],[0,0],[-33.818,3.575],[0,-41.79]],"o":[[0,0],[-35.373,-1.006],[0,0],[0,0],[56.682,-1.925],[0,0]],"v":[[78.337,79.994],[-4.409,75.673],[-74.92,6.753],[-75.42,-75.33],[-11.792,-78.166],[78.046,-2.797]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0,0],[35.259,-4.107],[-1.033,57.019],[0,0],[-33.484,4.626],[0,-41.79]],"o":[[0,0],[-35.313,4.114],[0,0],[0,0],[60.754,-6.865],[0,0]],"v":[[78.686,75.054],[1.974,78.516],[-74.92,4.656],[-76.519,-72.584],[-12.065,-77.122],[78.569,-3.669]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[0,0],[33.185,-4.662],[-1.347,61.656],[0,0],[-33.26,5.329],[0,-41.79]],"o":[[0,0],[-35.514,4.989],[0,0],[0,0],[63.481,-10.172],[0,0]],"v":[[78.92,75.919],[6.248,80.419],[-74.92,3.253],[-76.42,-74.919],[-12.248,-73.919],[78.92,-4.252]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,0],[33.614,-1.291],[-1.347,61.656],[0,0],[-34.981,1.086],[0,-41.79]],"o":[[0,0],[-35.634,1.406],[0,0],[0,0],[69.724,-3.172],[0,0]],"v":[[78.92,77.805],[5.483,82.891],[-74.92,0.66],[-76.891,-74.984],[-12.248,-71.419],[78.92,-2.367]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":51,"s":[{"i":[[0,0],[34.094,2.489],[-1.347,61.656],[0,0],[-36.911,-3.672],[0,-41.79]],"o":[[0,0],[-35.768,-2.612],[0,0],[0,0],[63.975,6.364],[0,0]],"v":[[78.92,79.919],[6.748,81.419],[-74.92,-2.247],[-77.42,-81.419],[-12.248,-73.919],[78.92,-0.252]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[0,0],[34.094,2.489],[-1.347,61.656],[0,0],[-36.994,-1.294],[0,-41.79]],"o":[[0,0],[-35.768,-2.612],[0,0],[0,0],[60.584,2.346],[0,0]],"v":[[79.92,82.669],[4.748,78.669],[-74.92,-5.497],[-77.42,-80.419],[-12.998,-77.169],[79.42,3.498]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[34.094,2.489],[-1.347,61.656],[0,0],[-37.077,1.084],[0,-41.79]],"o":[[0,0],[-35.768,-2.612],[0,0],[0,0],[57.193,-1.672],[0,0]],"v":[[80.92,83.419],[2.748,75.919],[-74.92,-1.747],[-77.42,-77.419],[-13.748,-78.419],[78.92,1.248]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":75,"s":[{"i":[[0,0],[40.351,-1.511],[-1.347,61.656],[0,0],[-36.924,2.982],[0,-41.79]],"o":[[0,0],[-35.691,0.8],[0,0],[0,0],[63.148,-5.422],[0,0]],"v":[[79.67,80.169],[-1.252,76.419],[-74.92,1.003],[-77.42,-75.169],[-13.748,-76.919],[78.92,1.247]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":83,"s":[{"i":[[0,0],[46.607,-5.511],[-1.347,61.656],[0,0],[-36.771,4.88],[0,-41.79]],"o":[[0,0],[-35.615,4.211],[0,0],[0,0],[69.103,-9.172],[0,0]],"v":[[78.42,76.919],[3.748,78.919],[-74.92,3.753],[-77.42,-72.919],[-13.748,-75.419],[78.92,1.247]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":93,"s":[{"i":[[0,0],[47.547,-2.169],[-1.347,61.656],[0,0],[-36.837,1.107],[0.243,-44.039]],"o":[[0,0],[-35.712,1.683],[0,0],[0,0],[69.597,-2.044],[0,0]],"v":[[79.365,76.424],[2.589,81.924],[-75.365,1.302],[-77.642,-73.206],[-13.748,-72.419],[79.92,1.198]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":105,"s":[{"i":[[0,0],[48.717,1.989],[-1.347,61.656],[0,0],[-36.919,-3.591],[0.545,-46.839]],"o":[[0,0],[-35.833,-1.463],[0,0],[0,0],[70.212,6.828],[0,0]],"v":[[79.42,81.419],[11.248,83.419],[-75.92,-1.748],[-77.92,-81.419],[-13.748,-75.419],[78.92,6.747]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":115,"s":[{"i":[[0,0],[48.684,2.617],[-1.347,61.656],[0,0],[-36.968,-2.989],[0.545,-46.839]],"o":[[0,0],[-41.348,-2.286],[0,0],[0,0],[70.362,5.689],[0,0]],"v":[[79.42,81.685],[12.311,81.027],[-75.92,-7.248],[-77.654,-82.496],[-17.861,-77.78],[78.92,6.747]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":124,"s":[{"i":[[0,0],[48.654,3.17],[-1.347,61.656],[0,0],[-37.213,1.328],[0.545,-46.839]],"o":[[0,0],[-46.208,-3.011],[0,0],[0,0],[70.498,-2.516],[0,0]],"v":[[79.42,81.919],[13.248,78.919],[-75.92,-1.748],[-77.42,-75.919],[-25.248,-78.919],[78.92,6.748]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":134,"s":[{"i":[[0,0],[42.674,0.33],[0.257,69.906],[0,0],[-37.053,3.187],[0.545,-46.839]],"o":[[0,0],[-46.203,0.075],[0,0],[0,0],[75.305,-11.672],[0,0]],"v":[[79.42,79.419],[14.248,77.169],[-75.92,-1.747],[-77.42,-74.419],[-25.248,-77.419],[78.92,6.748]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":144,"s":[{"i":[[0,0],[36.694,-2.511],[1.861,78.156],[0,0],[-36.894,5.046],[0.545,-46.839]],"o":[[0,0],[-46.198,3.161],[0,0],[0,0],[81.689,-11.172],[0,0]],"v":[[79.42,76.919],[16.247,78.419],[-75.92,-1.747],[-77.42,-72.919],[-25.248,-75.919],[78.92,6.748]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":152,"s":[{"i":[[0,0],[37.209,-5.711],[1.861,78.156],[0,0],[-36.517,4.118],[0.545,-46.839]],"o":[[0,0],[-45.77,7.024],[0,0],[0,0],[81.958,-9.22],[0,0]],"v":[[79.42,75.419],[18.208,80.619],[-76.46,-5.257],[-77.42,-74.539],[-22.548,-74.3],[79.19,8.907]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":159,"s":[{"i":[[0,0],[36.694,-2.511],[1.861,78.156],[0,0],[-36.196,3.328],[0.545,-46.839]],"o":[[0,0],[-46.198,3.161],[0,0],[0,0],[82.188,-7.557],[0,0]],"v":[[79.42,76.919],[15.247,83.419],[-76.92,-8.247],[-77.42,-75.919],[-20.248,-72.919],[79.42,10.748]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":169,"s":[{"i":[[0,0],[34.624,1.855],[0.778,56.987],[0,0],[-27.568,-2.343],[0.228,-43.9]],"o":[[0,0],[-39.838,-1.771],[0,0],[0,0],[71.932,4.657],[0,0]],"v":[[78.546,80.412],[3.352,82.927],[-76.755,-7.053],[-76.837,-78.248],[-14.135,-72.748],[79.255,7.471]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[33.138,4.989],[0,41.79],[0,0],[0,0],[0,-41.79]],"o":[[0,0],[-35.272,-5.311],[0,0],[0,0],[53.133,0.828],[0,0]],"v":[[77.92,82.919],[-1.752,77.419],[-74.92,3.253],[-76.42,-79.919],[-9.748,-76.919],[77.42,-1.752]],"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.894117647059,0.443137254902,0.152941176471,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[3.189,6.443],"ix":2},"a":{"a":0,"k":[-74.48,-71.227],"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":180,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"bottom-tail ","parent":32,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[360.018,129.346,0],"ix":2},"a":{"a":0,"k":[10.67,8.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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,0],[33.138,4.989],[0,41.79],[0,0],[0,0],[0,-41.79]],"o":[[0,0],[-35.272,-5.311],[0,0],[0,0],[53.133,0.828],[0,0]],"v":[[77.92,82.919],[-1.752,77.419],[-74.92,3.253],[-76.42,-79.919],[-9.748,-76.919],[77.42,-1.752]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[0,0],[33.158,0.956],[-0.563,50.092],[0,0],[-33.818,3.575],[0,-41.79]],"o":[[0,0],[-35.373,-1.006],[0,0],[0,0],[56.682,-1.925],[0,0]],"v":[[78.337,79.994],[-4.409,75.673],[-74.92,6.753],[-75.42,-75.33],[-11.792,-78.166],[78.046,-2.797]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[0,0],[35.259,-4.107],[-1.033,57.019],[0,0],[-33.484,4.626],[0,-41.79]],"o":[[0,0],[-35.313,4.114],[0,0],[0,0],[60.754,-6.865],[0,0]],"v":[[78.686,75.054],[1.974,78.516],[-74.92,4.656],[-76.519,-72.584],[-12.065,-77.122],[78.569,-3.669]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[0,0],[33.185,-4.662],[-1.347,61.656],[0,0],[-33.26,5.329],[0,-41.79]],"o":[[0,0],[-35.514,4.989],[0,0],[0,0],[63.481,-10.172],[0,0]],"v":[[78.92,75.919],[6.248,80.419],[-74.92,3.253],[-76.42,-74.919],[-12.248,-73.919],[78.92,-4.252]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":40,"s":[{"i":[[0,0],[33.614,-1.291],[-1.347,61.656],[0,0],[-34.981,1.086],[0,-41.79]],"o":[[0,0],[-35.634,1.406],[0,0],[0,0],[69.724,-3.172],[0,0]],"v":[[78.92,77.805],[5.483,82.891],[-74.92,0.66],[-76.891,-74.984],[-12.248,-71.419],[78.92,-2.367]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":51,"s":[{"i":[[0,0],[34.094,2.489],[-1.347,61.656],[0,0],[-36.911,-3.672],[0,-41.79]],"o":[[0,0],[-35.768,-2.612],[0,0],[0,0],[63.975,6.364],[0,0]],"v":[[78.92,79.919],[6.748,81.419],[-74.92,-2.247],[-77.42,-81.419],[-12.248,-73.919],[78.92,-0.252]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":59,"s":[{"i":[[0,0],[34.094,2.489],[-1.347,61.656],[0,0],[-36.994,-1.294],[0,-41.79]],"o":[[0,0],[-35.768,-2.612],[0,0],[0,0],[60.584,2.346],[0,0]],"v":[[79.92,82.669],[4.748,78.669],[-74.92,-5.497],[-77.42,-80.419],[-12.998,-77.169],[79.42,3.498]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":67,"s":[{"i":[[0,0],[34.094,2.489],[-1.347,61.656],[0,0],[-37.077,1.084],[0,-41.79]],"o":[[0,0],[-35.768,-2.612],[0,0],[0,0],[57.193,-1.672],[0,0]],"v":[[80.92,83.419],[2.748,75.919],[-74.92,-1.747],[-77.42,-77.419],[-13.748,-78.419],[78.92,1.248]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":75,"s":[{"i":[[0,0],[40.351,-1.511],[-1.347,61.656],[0,0],[-36.924,2.982],[0,-41.79]],"o":[[0,0],[-35.691,0.8],[0,0],[0,0],[63.148,-5.422],[0,0]],"v":[[79.67,80.169],[-1.252,76.419],[-74.92,1.003],[-77.42,-75.169],[-13.748,-76.919],[78.92,1.247]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":83,"s":[{"i":[[0,0],[46.607,-5.511],[-1.347,61.656],[0,0],[-36.771,4.88],[0,-41.79]],"o":[[0,0],[-35.615,4.211],[0,0],[0,0],[69.103,-9.172],[0,0]],"v":[[78.42,76.919],[3.748,78.919],[-74.92,3.753],[-77.42,-72.919],[-13.748,-75.419],[78.92,1.247]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":93,"s":[{"i":[[0,0],[47.547,-2.169],[-1.347,61.656],[0,0],[-36.837,1.107],[0.243,-44.039]],"o":[[0,0],[-35.712,1.683],[0,0],[0,0],[69.597,-2.044],[0,0]],"v":[[79.365,76.424],[2.589,81.924],[-75.365,1.302],[-77.642,-73.206],[-13.748,-72.419],[79.92,1.198]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":105,"s":[{"i":[[0,0],[48.717,1.989],[-1.347,61.656],[0,0],[-36.919,-3.591],[0.545,-46.839]],"o":[[0,0],[-35.833,-1.463],[0,0],[0,0],[70.212,6.828],[0,0]],"v":[[79.42,81.419],[11.248,83.419],[-75.92,-1.748],[-77.92,-81.419],[-13.748,-75.419],[78.92,6.747]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":115,"s":[{"i":[[0,0],[48.684,2.617],[-1.347,61.656],[0,0],[-36.968,-2.989],[0.545,-46.839]],"o":[[0,0],[-41.348,-2.286],[0,0],[0,0],[70.362,5.689],[0,0]],"v":[[79.42,81.685],[12.311,81.027],[-75.92,-7.248],[-77.654,-82.496],[-17.861,-77.78],[78.92,6.747]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":124,"s":[{"i":[[0,0],[48.654,3.17],[-1.347,61.656],[0,0],[-37.213,1.328],[0.545,-46.839]],"o":[[0,0],[-46.208,-3.011],[0,0],[0,0],[70.498,-2.516],[0,0]],"v":[[79.42,81.919],[13.248,78.919],[-75.92,-1.748],[-77.42,-75.919],[-25.248,-78.919],[78.92,6.748]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":134,"s":[{"i":[[0,0],[42.674,0.33],[0.257,69.906],[0,0],[-37.053,3.187],[0.545,-46.839]],"o":[[0,0],[-46.203,0.075],[0,0],[0,0],[75.305,-11.672],[0,0]],"v":[[79.42,79.419],[14.248,77.169],[-75.92,-1.747],[-77.42,-74.419],[-25.248,-77.419],[78.92,6.748]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":144,"s":[{"i":[[0,0],[36.694,-2.511],[1.861,78.156],[0,0],[-36.894,5.046],[0.545,-46.839]],"o":[[0,0],[-46.198,3.161],[0,0],[0,0],[81.689,-11.172],[0,0]],"v":[[79.42,76.919],[16.247,78.419],[-75.92,-1.747],[-77.42,-72.919],[-25.248,-75.919],[78.92,6.748]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":152,"s":[{"i":[[0,0],[37.209,-5.711],[1.861,78.156],[0,0],[-36.517,4.118],[0.545,-46.839]],"o":[[0,0],[-45.77,7.024],[0,0],[0,0],[81.958,-9.22],[0,0]],"v":[[79.42,75.419],[18.208,80.619],[-76.46,-5.257],[-77.42,-74.539],[-22.548,-74.3],[79.19,8.907]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":159,"s":[{"i":[[0,0],[36.694,-2.511],[1.861,78.156],[0,0],[-36.196,3.328],[0.545,-46.839]],"o":[[0,0],[-46.198,3.161],[0,0],[0,0],[82.188,-7.557],[0,0]],"v":[[79.42,76.919],[15.247,83.419],[-76.92,-8.247],[-77.42,-75.919],[-20.248,-72.919],[79.42,10.748]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":169,"s":[{"i":[[0,0],[34.624,1.855],[0.778,56.987],[0,0],[-27.568,-2.343],[0.228,-43.9]],"o":[[0,0],[-39.838,-1.771],[0,0],[0,0],[71.932,4.657],[0,0]],"v":[[78.546,80.412],[3.352,82.927],[-76.755,-7.053],[-76.837,-78.248],[-14.135,-72.748],[79.255,7.471]],"c":true}]},{"t":179,"s":[{"i":[[0,0],[33.138,4.989],[0,41.79],[0,0],[0,0],[0,-41.79]],"o":[[0,0],[-35.272,-5.311],[0,0],[0,0],[53.133,0.828],[0,0]],"v":[[77.92,82.919],[-1.752,77.419],[-74.92,3.253],[-76.42,-79.919],[-9.748,-76.919],[77.42,-1.752]],"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":"tr","p":{"a":0,"k":[3.189,6.443],"ix":2},"a":{"a":0,"k":[-74.48,-71.227],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":0,"k":[1,0.537231445313,0.243133544922,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":180,"st":0,"bm":0},{"ddd":0,"ind":44,"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":[600,600,0],"ix":2},"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":[1288.672,1298.484],"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,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":[-7.664,-10.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":3,"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/static/animations/loading-light.json b/static/animations/loading-light.json new file mode 100644 index 0000000..d2037da --- /dev/null +++ b/static/animations/loading-light.json @@ -0,0 +1,49070 @@ +{ + "v": "5.7.3", + "fr": 60, + "ip": 0, + "op": 179, + "w": 1200, + "h": 1200, + "nm": "loading-breakdown-White", + "ddd": 0, + "assets": + [], + "layers": + [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "fog", + "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": + [ + 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": + [ + [ + 697.211, + -392.984 + ], + [ + 697.211, + 392.984 + ], + [ + -697.211, + 392.984 + ], + [ + -697.211, + -392.984 + ] + ], + "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, + 1, + 1, + 0.425, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 0.58, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + 135.203, + -310.812 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + 193.312, + -26.461 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + -9.211, + 291.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": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "bubble 5", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 51, + "s": + [ + 20 + ] + }, + { + "t": 63, + "s": + [ + 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": -30, + "s": + [ + 764.594, + 1272.594, + 0 + ], + "to": + [ + -4.304, + -38.74, + 0 + ], + "ti": + [ + -23.241, + 201.928, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 14, + "s": + [ + 759.901, + 750.355, + 0 + ], + "to": + [ + 47.715, + -414.567, + 0 + ], + "ti": + [ + 9.204, + 82.84, + 0 + ] + }, + { + "t": 149, + "s": + [ + 604.594, + -167.406, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "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": 50, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 4.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -30, + "op": 150, + "st": -30, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "bubble 8", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 127, + "s": + [ + 50 + ] + }, + { + "t": 168, + "s": + [ + 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": 53, + "s": + [ + 904.594, + 1272.594, + 0 + ], + "to": + [ + -6.188, + -55.69, + 0 + ], + "ti": + [ + 35.42, + 318.776, + 0 + ] + }, + { + "t": 172, + "s": + [ + 948.616, + 268.794, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.887806355953, + 0.887806355953, + 0.887806355953, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 50, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 4.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -28, + "op": 233, + "st": 53, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "bubble 9", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 55, + "s": + [ + 50 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 84, + "s": + [ + 0 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 99, + "s": + [ + 0 + ] + }, + { + "t": 100, + "s": + [ + 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 + }, + "t": -29, + "s": + [ + 1044.594, + 1272.594, + 0 + ], + "to": + [ + -3.977, + -35.794, + 0 + ], + "ti": + [ + 1.841, + 59.919, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": -11, + "s": + [ + 1035.832, + 1088.002, + 0 + ], + "to": + [ + -4.082, + -132.876, + 0 + ], + "ti": + [ + -7.525, + 219.163, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 56, + "s": + [ + 800.616, + 588.794, + 0 + ], + "to": + [ + 19.474, + -567.192, + 0 + ], + "ti": + [ + 13.87, + 124.828, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 136, + "s": + [ + 884.594, + -167.406, + 0 + ], + "to": + [ + -26.667, + -240, + 0 + ], + "ti": + [ + 0, + -6.667, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 137, + "s": + [ + 1044.594, + 1352.594, + 0 + ], + "to": + [ + 0, + 6.667, + 0 + ], + "ti": + [ + 1.841, + 59.919, + 0 + ] + }, + { + "t": 168, + "s": + [ + 1035.832, + 1088.002, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "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": 50, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 4.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -29, + "op": 183, + "st": -29, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "bubble 6", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 150, + "s": + [ + 50 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 179, + "s": + [ + 0 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 194, + "s": + [ + 0 + ] + }, + { + "t": 195, + "s": + [ + 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 + }, + "t": 66, + "s": + [ + 1044.594, + 1272.594, + 0 + ], + "to": + [ + -3.977, + -35.794, + 0 + ], + "ti": + [ + 1.841, + 59.919, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 84, + "s": + [ + 1035.832, + 1088.002, + 0 + ], + "to": + [ + -4.082, + -132.876, + 0 + ], + "ti": + [ + -7.525, + 219.163, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 151, + "s": + [ + 800.616, + 588.794, + 0 + ], + "to": + [ + 19.474, + -567.192, + 0 + ], + "ti": + [ + 13.87, + 124.828, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 231, + "s": + [ + 884.594, + -167.406, + 0 + ], + "to": + [ + -26.667, + -240, + 0 + ], + "ti": + [ + 0, + -6.667, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 232, + "s": + [ + 1044.594, + 1352.594, + 0 + ], + "to": + [ + 0, + 6.667, + 0 + ], + "ti": + [ + 1.841, + 59.919, + 0 + ] + }, + { + "t": 263, + "s": + [ + 1035.832, + 1088.002, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "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": 50, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 4.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 66, + "op": 278, + "st": 66, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "bubble 4", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 114, + "s": + [ + 50 + ] + }, + { + "t": 155, + "s": + [ + 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": + [ + 904.594, + 1272.594, + 0 + ], + "to": + [ + -6.188, + -55.69, + 0 + ], + "ti": + [ + 35.42, + 318.776, + 0 + ] + }, + { + "t": 159, + "s": + [ + 948.616, + 268.794, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 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": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.887806355953, + 0.887806355953, + 0.887806355953, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 50, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 4.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -41, + "op": 220, + "st": 40, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "bubble 3", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 83, + "s": + [ + 50 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 124, + "s": + [ + 0 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 147, + "s": + [ + 0 + ] + }, + { + "t": 148, + "s": + [ + 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 + }, + "t": -18, + "s": + [ + 764.594, + 1272.594, + 0 + ], + "to": + [ + -3.977, + -35.794, + 0 + ], + "ti": + [ + 1.841, + 59.919, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + 755.832, + 1088.002, + 0 + ], + "to": + [ + -4.082, + -132.876, + 0 + ], + "ti": + [ + -7.525, + 219.163, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 67, + "s": + [ + 760.616, + 588.794, + 0 + ], + "to": + [ + 19.474, + -567.192, + 0 + ], + "ti": + [ + 13.87, + 124.828, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 147, + "s": + [ + 604.594, + -167.406, + 0 + ], + "to": + [ + -26.667, + -240, + 0 + ], + "ti": + [ + 0, + -6.667, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 148, + "s": + [ + 764.594, + 1352.594, + 0 + ], + "to": + [ + 0, + 6.667, + 0 + ], + "ti": + [ + 1.841, + 59.919, + 0 + ] + }, + { + "t": 179, + "s": + [ + 755.832, + 1088.002, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 80, + 80, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "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": 50, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 4.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -18, + "op": 194, + "st": -18, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "bubble", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 101, + "s": + [ + 20 + ] + }, + { + "t": 142, + "s": + [ + 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": + [ + 484.594, + 1272.594, + 0 + ], + "to": + [ + -12.797, + -115.172, + 0 + ], + "ti": + [ + -10.918, + 317.992, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 85, + "s": + [ + 480.616, + 588.794, + 0 + ], + "to": + [ + 19.474, + -567.192, + 0 + ], + "ti": + [ + 13.87, + 124.828, + 0 + ] + }, + { + "t": 179, + "s": + [ + 324.594, + -167.406, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 80, + 80, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "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": 50, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 4.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "G", + "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": + [ + 393.233, + 573.741, + 0 + ], + "to": + [ + 0, + 0.1, + 0 + ], + "ti": + [ + 0.05, + -0.95, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 18, + "s": + [ + 393.233, + 574.341, + 0 + ], + "to": + [ + -0.05, + 0.95, + 0 + ], + "ti": + [ + 0.1, + 0.85, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 43, + "s": + [ + 392.933, + 579.441, + 0 + ], + "to": + [ + -0.1, + -0.85, + 0 + ], + "ti": + [ + 0.05, + 0.25, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 81, + "s": + [ + 392.633, + 569.241, + 0 + ], + "to": + [ + -0.05, + -0.25, + 0 + ], + "ti": + [ + 0, + -0.05, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 117, + "s": + [ + 392.633, + 577.941, + 0 + ], + "to": + [ + 0, + 0.05, + 0 + ], + "ti": + [ + -0.1, + 0.7, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 151, + "s": + [ + 392.633, + 569.541, + 0 + ], + "to": + [ + 0.1, + -0.7, + 0 + ], + "ti": + [ + -0.1, + -0.7, + 0 + ] + }, + { + "t": 179, + "s": + [ + 393.233, + 573.741, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 77.027, + -11.883, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 120, + 120, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + 0, + 0 + ], + [ + -2.825, + -3.574 + ], + [ + -4.57, + 0 + ], + [ + -2.344, + 2.649 + ], + [ + 0, + 0 + ], + [ + 1.5, + -1.441 + ], + [ + 2.695, + 0 + ], + [ + 2.531, + 2.836 + ], + [ + 0, + 0 + ], + [ + -2.649, + -1.113 + ], + [ + -2.789, + 0 + ], + [ + -2.742, + 1.289 + ], + [ + -1.512, + 2.461 + ], + [ + 0, + 3.328 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 4.172, + 0 + ], + [ + 2.777, + -3.562 + ], + [ + 0, + -5.836 + ] + ], + "o": + [ + [ + 0, + 5.906 + ], + [ + 2.824, + 3.574 + ], + [ + 3.82, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 2.648 + ], + [ + -1.5, + 1.441 + ], + [ + -3.61, + 0 + ], + [ + 0, + 0 + ], + [ + 1.359, + 1.758 + ], + [ + 2.648, + 1.113 + ], + [ + 3.679, + 0 + ], + [ + 2.742, + -1.289 + ], + [ + 1.512, + -2.461 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.32, + -2.859 + ], + [ + -4.711, + 0 + ], + [ + -2.777, + 3.563 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 59.643, + -18.879 + ], + [ + 63.879, + -4.658 + ], + [ + 74.971, + 0.703 + ], + [ + 84.217, + -3.27 + ], + [ + 84.217, + -1.23 + ], + [ + 81.967, + 4.904 + ], + [ + 75.674, + 7.066 + ], + [ + 66.463, + 2.812 + ], + [ + 61.963, + 9 + ], + [ + 67.975, + 13.307 + ], + [ + 76.131, + 14.977 + ], + [ + 85.764, + 13.043 + ], + [ + 92.145, + 7.418 + ], + [ + 94.412, + -1.266 + ], + [ + 94.412, + -38.039 + ], + [ + 85.201, + -38.039 + ], + [ + 84.779, + -34.453 + ], + [ + 75.041, + -38.742 + ], + [ + 63.809, + -33.398 + ], + [ + 59.643, + -19.301 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -1.395, + 1.995 + ], + [ + -2.438, + 0 + ], + [ + -1.36, + -2.324 + ], + [ + 0, + 0 + ], + [ + 3.094, + 0 + ], + [ + 1.383, + 1.96 + ], + [ + 0, + 3.451 + ] + ], + "o": + [ + [ + 1.394, + -1.995 + ], + [ + 3.023, + 0 + ], + [ + 0, + 0 + ], + [ + -1.336, + 2.324 + ], + [ + -2.414, + 0 + ], + [ + -1.383, + -1.96 + ], + [ + 0, + -3.967 + ] + ], + "v": + [ + [ + 71.895, + -27.487 + ], + [ + 77.643, + -30.48 + ], + [ + 84.217, + -26.995 + ], + [ + 84.217, + -10.974 + ], + [ + 77.572, + -7.488 + ], + [ + 71.877, + -10.428 + ], + [ + 69.803, + -18.544 + ] + ], + "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.654901960784, + 0.654901960784, + 0.654901960784, + 1 + ], + "ix": 4 + }, + "o": + { + "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.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": + [ + 0, + 0 + ], + "to": + [ + 7, + 0 + ], + "ti": + [ + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 22, + "s": + [ + 42, + 0 + ], + "to": + [ + 0, + 0 + ], + "ti": + [ + 7, + 0 + ] + }, + { + "t": 45, + "s": + [ + 0, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "N", + "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": + [ + 345.202, + 564.755, + 0 + ], + "to": + [ + 0, + 0.25, + 0 + ], + "ti": + [ + 0.05, + -0.25, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": + [ + 345.202, + 566.255, + 0 + ], + "to": + [ + -0.05, + 0.25, + 0 + ], + "ti": + [ + 0.05, + 0.55, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 54, + "s": + [ + 344.902, + 566.255, + 0 + ], + "to": + [ + -0.05, + -0.55, + 0 + ], + "ti": + [ + 0, + -0.4, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 81, + "s": + [ + 344.902, + 562.955, + 0 + ], + "to": + [ + 0, + 0.4, + 0 + ], + "ti": + [ + 0, + 0.152, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 0.978 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 111, + "s": + [ + 344.902, + 568.655, + 0 + ], + "to": + [ + 0, + -0.152, + 0 + ], + "ti": + [ + 0, + 0.003, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0.026 + }, + "t": 141, + "s": + [ + 344.902, + 562.045, + 0 + ], + "to": + [ + -0.001, + -0.453, + 0 + ], + "ti": + [ + -0.05, + -0.05, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 167, + "s": + [ + 344.902, + 566.855, + 0 + ], + "to": + [ + 0.05, + 0.05, + 0 + ], + "ti": + [ + -0.05, + 0.35, + 0 + ] + }, + { + "t": 179, + "s": + [ + 345.202, + 564.755, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 37.002, + -19.371, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 120, + 120, + 100 + ], + "ix": 6 + } + }, + "ao": 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.86, + 0 + ], + [ + -0.938, + -0.972 + ], + [ + 0, + -2.156 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.969, + 2.368 + ], + [ + 4.031, + 0 + ], + [ + 2.719, + -3.398 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.429, + -2.437 + ], + [ + 2.18, + 0 + ], + [ + 0.937, + 0.973 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.047, + -4.711 + ], + [ + -1.969, + -2.367 + ], + [ + -4.57, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 20.584, + -38.039 + ], + [ + 20.584, + 0 + ], + [ + 30.744, + 0 + ], + [ + 30.744, + -26.824 + ], + [ + 37.178, + -30.48 + ], + [ + 41.854, + -29.021 + ], + [ + 43.26, + -24.328 + ], + [ + 43.26, + 0 + ], + [ + 53.42, + 0 + ], + [ + 53.42, + -24.574 + ], + [ + 50.396, + -35.191 + ], + [ + 41.396, + -38.742 + ], + [ + 30.463, + -33.645 + ], + [ + 30.146, + -38.039 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.654901960784, + 0.654901960784, + 0.654901960784, + 1 + ], + "ix": 4 + }, + "o": + { + "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.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 1, + "s": + [ + 0, + 0 + ], + "to": + [ + 4.667, + 0 + ], + "ti": + [ + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 23, + "s": + [ + 28, + 0 + ], + "to": + [ + 0, + 0 + ], + "ti": + [ + 4.667, + 0 + ] + }, + { + "t": 46, + "s": + [ + 0, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "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.333, + "y": 0 + }, + "t": 0, + "s": + [ + 309.596, + 556.127, + 0 + ], + "to": + [ + 0.2, + 0.5, + 0 + ], + "ti": + [ + -0.1, + 0.2, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 34, + "s": + [ + 310.796, + 559.127, + 0 + ], + "to": + [ + 0.1, + -0.2, + 0 + ], + "ti": + [ + 0.15, + -0.2, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 69, + "s": + [ + 310.196, + 554.927, + 0 + ], + "to": + [ + -0.15, + 0.2, + 0 + ], + "ti": + [ + 0.05, + 0.1, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 99, + "s": + [ + 309.896, + 560.327, + 0 + ], + "to": + [ + -0.05, + -0.1, + 0 + ], + "ti": + [ + 0, + 0.05, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 132, + "s": + [ + 309.896, + 554.327, + 0 + ], + "to": + [ + 0, + -0.05, + 0 + ], + "ti": + [ + 0.05, + -0.3, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 163, + "s": + [ + 309.896, + 560.027, + 0 + ], + "to": + [ + -0.05, + 0.3, + 0 + ], + "ti": + [ + 0.05, + 0.65, + 0 + ] + }, + { + "t": 179, + "s": + [ + 309.596, + 556.127, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 7.33, + -26.561, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 120, + 120, + 100 + ], + "ix": 6 + } + }, + "ao": 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": + [ + [ + 12.428, + -38.039 + ], + [ + 2.232, + -38.039 + ], + [ + 2.232, + 0 + ], + [ + 12.428, + 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": + [ + [ + -1.043, + -0.984 + ], + [ + -1.711, + 0 + ], + [ + -1.043, + 0.984 + ], + [ + 0, + 1.547 + ], + [ + 1.031, + 0.984 + ], + [ + 1.734, + 0 + ], + [ + 1.02, + -0.984 + ], + [ + 0, + -1.523 + ] + ], + "o": + [ + [ + 1.043, + 0.984 + ], + [ + 1.711, + 0 + ], + [ + 1.043, + -0.984 + ], + [ + 0, + -1.523 + ], + [ + -1.032, + -0.984 + ], + [ + -1.758, + 0 + ], + [ + -1.02, + 0.984 + ], + [ + 0, + 1.547 + ] + ], + "v": + [ + [ + 3.199, + -44.086 + ], + [ + 7.33, + -42.609 + ], + [ + 11.461, + -44.086 + ], + [ + 13.025, + -47.883 + ], + [ + 11.479, + -51.645 + ], + [ + 7.33, + -53.121 + ], + [ + 3.164, + -51.645 + ], + [ + 1.635, + -47.883 + ] + ], + "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.654901960784, + 0.654901960784, + 0.654901960784, + 1 + ], + "ix": 4 + }, + "o": + { + "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.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 2, + "s": + [ + 0, + 0 + ], + "to": + [ + 2.833, + 0 + ], + "ti": + [ + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 24, + "s": + [ + 17, + 0 + ], + "to": + [ + 0, + 0 + ], + "ti": + [ + 2.833, + 0 + ] + }, + { + "t": 47, + "s": + [ + 0, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "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 + }, + "t": 0, + "s": + [ + 272.83, + 556.022, + 0 + ], + "to": + [ + 0.25, + 0.25, + 0 + ], + "ti": + [ + -0.2, + -0.5, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 9, + "s": + [ + 274.33, + 557.522, + 0 + ], + "to": + [ + 0.2, + 0.5, + 0 + ], + "ti": + [ + 0.1, + 0.6, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 33, + "s": + [ + 274.03, + 559.022, + 0 + ], + "to": + [ + -0.1, + -0.6, + 0 + ], + "ti": + [ + 0.05, + -0.25, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 61, + "s": + [ + 273.73, + 553.922, + 0 + ], + "to": + [ + -0.05, + 0.25, + 0 + ], + "ti": + [ + 0, + -0.2, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 91, + "s": + [ + 273.73, + 560.522, + 0 + ], + "to": + [ + 0, + 0.2, + 0 + ], + "ti": + [ + 0, + 0.1, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 125, + "s": + [ + 273.73, + 555.122, + 0 + ], + "to": + [ + 0, + -0.1, + 0 + ], + "ti": + [ + 0.15, + -0.15, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 155, + "s": + [ + 273.73, + 559.922, + 0 + ], + "to": + [ + -0.15, + 0.15, + 0 + ], + "ti": + [ + 0.15, + 0.65, + 0 + ] + }, + { + "t": 179, + "s": + [ + 272.83, + 556.022, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + -23.309, + -26.648, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 120, + 120, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -2.707, + -3.527 + ], + [ + -4.477, + 0 + ], + [ + -2.531, + 3.164 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 3.703, + 0 + ], + [ + 2.66, + -3.516 + ], + [ + 0, + -5.929 + ] + ], + "o": + [ + [ + 2.707, + 3.528 + ], + [ + 3.984, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -2.414, + -2.765 + ], + [ + -4.618, + 0 + ], + [ + -2.66, + 3.516 + ], + [ + 0, + 6.281 + ] + ], + "v": + [ + [ + -36.387, + -4.588 + ], + [ + -25.611, + 0.703 + ], + [ + -15.838, + -4.043 + ], + [ + -15.346, + 0 + ], + [ + -6.17, + 0 + ], + [ + -6.17, + -54 + ], + [ + -16.365, + -54 + ], + [ + -16.365, + -34.594 + ], + [ + -25.541, + -38.742 + ], + [ + -36.457, + -33.469 + ], + [ + -40.447, + -19.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": + [ + [ + -4.899, + 0 + ], + [ + -1.266, + -2.652 + ], + [ + 0, + 0 + ], + [ + 3.14, + 0 + ], + [ + 1.242, + 1.902 + ], + [ + 0, + 3.568 + ] + ], + "o": + [ + [ + 3.117, + 0 + ], + [ + 0, + 0 + ], + [ + -1.289, + 2.653 + ], + [ + -2.368, + 0 + ], + [ + -1.243, + -1.901 + ], + [ + 0, + -7.957 + ] + ], + "v": + [ + [ + -22.939, + -30.48 + ], + [ + -16.365, + -26.502 + ], + [ + -16.365, + -11.467 + ], + [ + -23.01, + -7.488 + ], + [ + -28.424, + -10.34 + ], + [ + -30.287, + -18.544 + ] + ], + "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.654901960784, + 0.654901960784, + 0.654901960784, + 1 + ], + "ix": 4 + }, + "o": + { + "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.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 3, + "s": + [ + 0, + 0 + ], + "to": + [ + 1.167, + 0 + ], + "ti": + [ + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 25, + "s": + [ + 7, + 0 + ], + "to": + [ + 0, + 0 + ], + "ti": + [ + 1.167, + 0 + ] + }, + { + "t": 48, + "s": + [ + 0, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "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 + }, + "t": 0, + "s": + [ + 226.318, + 565.177, + 0 + ], + "to": + [ + 0.05, + 0.35, + 0 + ], + "ti": + [ + -0.1, + -0.35, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 11, + "s": + [ + 226.618, + 567.277, + 0 + ], + "to": + [ + 0.1, + 0.35, + 0 + ], + "ti": + [ + 0, + 0.8, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 30, + "s": + [ + 226.918, + 567.277, + 0 + ], + "to": + [ + 0, + -0.8, + 0 + ], + "ti": + [ + 0.05, + -0.2, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 55, + "s": + [ + 226.618, + 562.477, + 0 + ], + "to": + [ + -0.05, + 0.2, + 0 + ], + "ti": + [ + 0, + -0.1, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 84, + "s": + [ + 226.618, + 568.477, + 0 + ], + "to": + [ + 0, + 0.1, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 115, + "s": + [ + 226.618, + 563.077, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0.05, + -0.35, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 149, + "s": + [ + 226.618, + 568.477, + 0 + ], + "to": + [ + -0.05, + 0.35, + 0 + ], + "ti": + [ + 0.05, + 0.55, + 0 + ] + }, + { + "t": 179, + "s": + [ + 226.318, + 565.177, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + -62.068, + -19.02, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 120, + 120, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0.023, + 3.61 + ], + [ + 0, + 0 + ], + [ + 2.754, + 2.355 + ], + [ + 4.687, + 0 + ], + [ + 2.484, + -1.066 + ], + [ + 1.359, + -1.875 + ], + [ + 0, + -2.203 + ], + [ + 0, + 0 + ], + [ + -0.973, + 0.821 + ], + [ + -1.711, + 0 + ], + [ + -0.903, + -1.055 + ], + [ + 0, + -1.758 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 2.988, + -2.156 + ], + [ + 0, + -4.031 + ], + [ + -2.449, + -2.156 + ], + [ + -3.727, + 0 + ], + [ + -2.461, + 2.742 + ], + [ + -0.469, + -0.914 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.984, + -1.851 + ], + [ + 0, + 0 + ], + [ + 0, + -4.265 + ], + [ + -2.754, + -2.355 + ], + [ + -3.094, + 0 + ], + [ + -2.485, + 1.067 + ], + [ + -1.36, + 1.875 + ], + [ + 0, + 0 + ], + [ + 0, + -1.429 + ], + [ + 0.972, + -0.82 + ], + [ + 1.945, + 0 + ], + [ + 0.902, + 1.055 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -5.649, + 0.024 + ], + [ + -2.988, + 2.157 + ], + [ + 0, + 3.282 + ], + [ + 2.449, + 2.157 + ], + [ + 3.938, + 0 + ], + [ + 0.211, + 1.36 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -45.158, + 0 + ], + [ + -45.158, + -0.598 + ], + [ + -46.67, + -8.789 + ], + [ + -46.67, + -25.277 + ], + [ + -50.801, + -35.209 + ], + [ + -61.963, + -38.742 + ], + [ + -70.33, + -37.143 + ], + [ + -76.096, + -32.73 + ], + [ + -78.135, + -26.613 + ], + [ + -67.975, + -26.613 + ], + [ + -66.516, + -29.988 + ], + [ + -62.49, + -31.219 + ], + [ + -58.219, + -29.637 + ], + [ + -56.865, + -25.418 + ], + [ + -56.865, + -23.238 + ], + [ + -61.541, + -23.238 + ], + [ + -74.496, + -19.969 + ], + [ + -78.979, + -10.688 + ], + [ + -75.305, + -2.531 + ], + [ + -66.041, + 0.703 + ], + [ + -56.443, + -3.41 + ], + [ + -55.424, + 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.89, + 0.821 + ], + [ + 0, + 1.266 + ], + [ + 0, + 0 + ], + [ + -5.086, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 1.266, + -0.668 + ], + [ + 1.5, + 0 + ] + ], + "o": + [ + [ + -0.891, + -0.82 + ], + [ + 0, + 0 + ], + [ + 0.328, + -3.516 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -0.61, + 1.125 + ], + [ + -1.266, + 0.668 + ], + [ + -1.547, + 0 + ] + ], + "v": + [ + [ + -67.482, + -8.297 + ], + [ + -68.818, + -11.426 + ], + [ + -68.783, + -12.023 + ], + [ + -60.662, + -17.297 + ], + [ + -56.865, + -17.297 + ], + [ + -56.865, + -10.758 + ], + [ + -59.678, + -8.068 + ], + [ + -63.826, + -7.066 + ] + ], + "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.654901960784, + 0.654901960784, + 0.654901960784, + 1 + ], + "ix": 4 + }, + "o": + { + "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.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 4, + "s": + [ + 0, + 0 + ], + "to": + [ + 0.667, + 0 + ], + "ti": + [ + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 26, + "s": + [ + 4, + 0 + ], + "to": + [ + 0, + 0 + ], + "ti": + [ + 0.667, + 0 + ] + }, + { + "t": 49, + "s": + [ + 0, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "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 + }, + "t": 0, + "s": + [ + 178.709, + 565.177, + 0 + ], + "to": + [ + 0.3, + 0.389, + 0 + ], + "ti": + [ + 0, + 0.64, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 28, + "s": + [ + 180.509, + 567.51, + 0 + ], + "to": + [ + 0, + -0.819, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 49, + "s": + [ + 178.709, + 564.577, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + -0.2, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 77, + "s": + [ + 178.709, + 569.977, + 0 + ], + "to": + [ + 0, + 0.2, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 109, + "s": + [ + 178.709, + 565.777, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0.1, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 140, + "s": + [ + 178.709, + 569.977, + 0 + ], + "to": + [ + 0, + -0.1, + 0 + ], + "ti": + [ + 0, + 0.8, + 0 + ] + }, + { + "t": 179, + "s": + [ + 178.709, + 565.177, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + -101.742, + -19.02, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 120, + 120, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + 0, + 0 + ], + [ + -3.27, + -3.516 + ], + [ + -5.484, + 0 + ], + [ + -3.258, + 3.528 + ], + [ + 0, + 5.836 + ], + [ + 0, + 0 + ], + [ + 3.246, + 3.141 + ], + [ + 5.133, + 0 + ], + [ + 2.73, + -1.617 + ], + [ + 1.453, + -2.953 + ], + [ + 0, + -3.773 + ] + ], + "o": + [ + [ + 0, + 6.047 + ], + [ + 3.27, + 3.516 + ], + [ + 5.484, + 0 + ], + [ + 3.257, + -3.527 + ], + [ + 0, + 0 + ], + [ + -0.375, + -5.39 + ], + [ + -3.246, + -3.14 + ], + [ + -3.61, + 0 + ], + [ + -2.731, + 1.617 + ], + [ + -1.453, + 2.953 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -119.76, + -18.914 + ], + [ + -114.855, + -4.57 + ], + [ + -101.725, + 0.703 + ], + [ + -88.611, + -4.588 + ], + [ + -83.725, + -18.633 + ], + [ + -83.795, + -21.234 + ], + [ + -89.227, + -34.031 + ], + [ + -101.795, + -38.742 + ], + [ + -111.305, + -36.316 + ], + [ + -117.58, + -29.461 + ], + [ + -119.76, + -19.371 + ] + ], + "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.36, + 1.937 + ], + [ + -2.485, + 0 + ], + [ + -1.383, + -1.948 + ], + [ + 0, + -3.544 + ], + [ + 1.383, + -1.89 + ], + [ + 2.461, + 0 + ], + [ + 1.359, + 1.913 + ], + [ + 0, + 3.615 + ] + ], + "o": + [ + [ + 1.359, + -1.936 + ], + [ + 2.508, + 0 + ], + [ + 1.383, + 1.948 + ], + [ + 0, + 4.155 + ], + [ + -1.383, + 1.89 + ], + [ + -2.531, + 0 + ], + [ + -1.36, + -1.913 + ], + [ + 0, + -4.061 + ] + ], + "v": + [ + [ + -107.561, + -27.646 + ], + [ + -101.795, + -30.551 + ], + [ + -95.959, + -27.628 + ], + [ + -93.885, + -19.389 + ], + [ + -95.959, + -10.323 + ], + [ + -101.725, + -7.488 + ], + [ + -107.561, + -10.358 + ], + [ + -109.6, + -18.65 + ] + ], + "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.654901960784, + 0.654901960784, + 0.654901960784, + 1 + ], + "ix": 4 + }, + "o": + { + "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.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 5, + "s": + [ + 0, + 0 + ], + "to": + [ + 0.167, + 0 + ], + "ti": + [ + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 27.5, + "s": + [ + 1, + 0 + ], + "to": + [ + 0, + 0 + ], + "ti": + [ + 0.167, + 0 + ] + }, + { + "t": 50, + "s": + [ + 0, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "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.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + 133.067, + 559.388, + 0 + ], + "to": + [ + 0, + -0.6, + 0 + ], + "ti": + [ + 0, + -0.05, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 41, + "s": + [ + 133.067, + 555.788, + 0 + ], + "to": + [ + 0, + 0.05, + 0 + ], + "ti": + [ + 0, + -0.15, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 70, + "s": + [ + 133.067, + 559.688, + 0 + ], + "to": + [ + 0, + 0.15, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 97, + "s": + [ + 133.067, + 556.688, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 127, + "s": + [ + 133.067, + 559.688, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 157, + "s": + [ + 133.067, + 556.688, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + -0.5, + 0 + ] + }, + { + "t": 179, + "s": + [ + 133.067, + 559.688, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + -140.027, + -25.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 120, + 120, + 100 + ], + "ix": 6 + } + }, + "ao": 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": + [ + [ + -145.951, + -51.188 + ], + [ + -156.498, + -51.188 + ], + [ + -156.498, + 0 + ], + [ + -123.557, + 0 + ], + [ + -123.557, + -8.473 + ], + [ + -145.951, + -8.473 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": "L", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.654901960784, + 0.654901960784, + 0.654901960784, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": "L", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "1.1", + "cl": "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 + }, + "t": 100, + "s": + [ + 406.991, + 589.167, + 0 + ], + "to": + [ + 2, + 0, + 0 + ], + "ti": + [ + -4.999, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 117, + "s": + [ + 418.989, + 577.767, + 0 + ], + "to": + [ + 5.001, + 0, + 0 + ], + "ti": + [ + 0, + -0.5, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 141, + "s": + [ + 430.991, + 586.167, + 0 + ], + "to": + [ + 0, + 0.5, + 0 + ], + "ti": + [ + 0, + 0.5, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 168, + "s": + [ + 430.991, + 581.667, + 0 + ], + "to": + [ + 0, + -0.5, + 0 + ], + "ti": + [ + 0, + -0.2, + 0 + ] + }, + { + "t": 179, + "s": + [ + 430.991, + 582.867, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 108.492, + -5.027, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 144, + 144, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -1.078, + -0.996 + ], + [ + -1.664, + 0 + ], + [ + -1.078, + 0.996 + ], + [ + 0, + 1.594 + ], + [ + 1.09, + 1.008 + ], + [ + 1.664, + 0 + ], + [ + 1.09, + -1.007 + ], + [ + 0, + -1.617 + ] + ], + "o": + [ + [ + 1.078, + 0.996 + ], + [ + 1.688, + 0 + ], + [ + 1.078, + -0.996 + ], + [ + 0, + -1.617 + ], + [ + -1.09, + -1.007 + ], + [ + -1.641, + 0 + ], + [ + -1.09, + 1.008 + ], + [ + 0, + 1.594 + ] + ], + "v": + [ + [ + 104.361, + -1.107 + ], + [ + 108.475, + 0.387 + ], + [ + 112.623, + -1.107 + ], + [ + 114.24, + -4.992 + ], + [ + 112.605, + -8.93 + ], + [ + 108.475, + -10.441 + ], + [ + 104.379, + -8.93 + ], + [ + 102.744, + -4.992 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": ".", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.854901960784, + 0.227450980392, + 0.196078431373, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": ".", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 100, + "op": 187, + "st": 100, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "2.1", + "cl": "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 + }, + "t": 114, + "s": + [ + 417.692, + 577.767, + 0 + ], + "to": + [ + 1.877, + 0, + 0 + ], + "ti": + [ + -15.481, + 2.7, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 125, + "s": + [ + 443.169, + 589.167, + 0 + ], + "to": + [ + 5.217, + -0.91, + 0 + ], + "ti": + [ + -2.087, + -0.391, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 138, + "s": + [ + 456.092, + 575.967, + 0 + ], + "to": + [ + 1.6, + 0.3, + 0 + ], + "ti": + [ + 0, + -0.25, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 157, + "s": + [ + 457.292, + 586.167, + 0 + ], + "to": + [ + 0, + 0.25, + 0 + ], + "ti": + [ + 0, + 0.25, + 0 + ] + }, + { + "t": 175, + "s": + [ + 456.542, + 580.467, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 129.41, + -5.027, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 144, + 144, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -1.078, + -0.996 + ], + [ + -1.664, + 0 + ], + [ + -1.078, + 0.996 + ], + [ + 0, + 1.594 + ], + [ + 1.09, + 1.008 + ], + [ + 1.664, + 0 + ], + [ + 1.09, + -1.007 + ], + [ + 0, + -1.617 + ] + ], + "o": + [ + [ + 1.078, + 0.996 + ], + [ + 1.688, + 0 + ], + [ + 1.078, + -0.996 + ], + [ + 0, + -1.617 + ], + [ + -1.09, + -1.007 + ], + [ + -1.641, + 0 + ], + [ + -1.09, + 1.008 + ], + [ + 0, + 1.594 + ] + ], + "v": + [ + [ + 125.279, + -1.107 + ], + [ + 129.393, + 0.387 + ], + [ + 133.541, + -1.107 + ], + [ + 135.158, + -4.992 + ], + [ + 133.523, + -8.93 + ], + [ + 129.393, + -10.441 + ], + [ + 125.297, + -8.93 + ], + [ + 123.662, + -4.992 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": ".", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.490196078431, + 0.729411764706, + 0.337254901961, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": ".", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 114, + "op": 197, + "st": 114, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "3.1", + "cl": "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.306 + }, + "t": 137, + "s": + [ + 455.936, + 577.091, + 0 + ], + "to": + [ + 4.13, + -0.987, + 0 + ], + "ti": + [ + -3.807, + -0.346, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 147, + "s": + [ + 470.284, + 575.967, + 0 + ], + "to": + [ + 8.256, + 0.75, + 0 + ], + "ti": + [ + 0, + -0.25, + 0 + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 162, + "s": + [ + 482.394, + 587.367, + 0 + ], + "to": + [ + 0, + 0.25, + 0 + ], + "ti": + [ + 0, + 0.1, + 0 + ] + }, + { + "t": 177, + "s": + [ + 481.194, + 577.767, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 150.328, + -5.027, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 144, + 144, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -1.078, + -0.996 + ], + [ + -1.664, + 0 + ], + [ + -1.078, + 0.996 + ], + [ + 0, + 1.594 + ], + [ + 1.09, + 1.008 + ], + [ + 1.664, + 0 + ], + [ + 1.09, + -1.007 + ], + [ + 0, + -1.617 + ] + ], + "o": + [ + [ + 1.078, + 0.996 + ], + [ + 1.688, + 0 + ], + [ + 1.078, + -0.996 + ], + [ + 0, + -1.617 + ], + [ + -1.09, + -1.007 + ], + [ + -1.641, + 0 + ], + [ + -1.09, + 1.008 + ], + [ + 0, + 1.594 + ] + ], + "v": + [ + [ + 146.197, + -1.107 + ], + [ + 150.311, + 0.387 + ], + [ + 154.459, + -1.107 + ], + [ + 156.076, + -4.992 + ], + [ + 154.441, + -8.93 + ], + [ + 150.311, + -10.441 + ], + [ + 146.215, + -8.93 + ], + [ + 144.58, + -4.992 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": ".", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.239215686275, + 0.329411764706, + 0.623529411765, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": ".", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 137, + "op": 218, + "st": 127, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "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": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": + [ + 481.194, + 581.967, + 0 + ], + "to": + [ + 18, + 0, + 0 + ], + "ti": + [ + -18, + 0, + 0 + ] + }, + { + "t": 14, + "s": + [ + 589.194, + 581.967, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 150.328, + -5.027, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 144, + 144, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -1.078, + -0.996 + ], + [ + -1.664, + 0 + ], + [ + -1.078, + 0.996 + ], + [ + 0, + 1.594 + ], + [ + 1.09, + 1.008 + ], + [ + 1.664, + 0 + ], + [ + 1.09, + -1.007 + ], + [ + 0, + -1.617 + ] + ], + "o": + [ + [ + 1.078, + 0.996 + ], + [ + 1.688, + 0 + ], + [ + 1.078, + -0.996 + ], + [ + 0, + -1.617 + ], + [ + -1.09, + -1.007 + ], + [ + -1.641, + 0 + ], + [ + -1.09, + 1.008 + ], + [ + 0, + 1.594 + ] + ], + "v": + [ + [ + 146.197, + -1.107 + ], + [ + 150.311, + 0.387 + ], + [ + 154.459, + -1.107 + ], + [ + 156.076, + -4.992 + ], + [ + 154.441, + -8.93 + ], + [ + 150.311, + -10.441 + ], + [ + 146.215, + -8.93 + ], + [ + 144.58, + -4.992 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": ".", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.239215686275, + 0.329411764706, + 0.623529411765, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": ".", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 14, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "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, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 2.053, + "s": + [ + 456.092, + 581.967, + 0 + ], + "to": + [ + 18, + 0, + 0 + ], + "ti": + [ + -22, + 0, + 0 + ] + }, + { + "i": + { + "x": 0, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 24, + "s": + [ + 564.092, + 581.967, + 0 + ], + "to": + [ + 22, + 0, + 0 + ], + "ti": + [ + -4, + 0, + 0 + ] + }, + { + "t": 36, + "s": + [ + 588.092, + 581.967, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 129.41, + -5.027, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 144, + 144, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -1.078, + -0.996 + ], + [ + -1.664, + 0 + ], + [ + -1.078, + 0.996 + ], + [ + 0, + 1.594 + ], + [ + 1.09, + 1.008 + ], + [ + 1.664, + 0 + ], + [ + 1.09, + -1.007 + ], + [ + 0, + -1.617 + ] + ], + "o": + [ + [ + 1.078, + 0.996 + ], + [ + 1.688, + 0 + ], + [ + 1.078, + -0.996 + ], + [ + 0, + -1.617 + ], + [ + -1.09, + -1.007 + ], + [ + -1.641, + 0 + ], + [ + -1.09, + 1.008 + ], + [ + 0, + 1.594 + ] + ], + "v": + [ + [ + 125.279, + -1.107 + ], + [ + 129.393, + 0.387 + ], + [ + 133.541, + -1.107 + ], + [ + 135.158, + -4.992 + ], + [ + 133.523, + -8.93 + ], + [ + 129.393, + -10.441 + ], + [ + 125.297, + -8.93 + ], + [ + 123.662, + -4.992 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": ".", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.490196078431, + 0.729411764706, + 0.337254901961, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": ".", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 36, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "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, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 4.105, + "s": + [ + 430.991, + 581.967, + 0 + ], + "to": + [ + 18, + 0, + 0 + ], + "ti": + [ + -27.2, + 0, + 0 + ] + }, + { + "i": + { + "x": 0, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 36, + "s": + [ + 538.991, + 581.967, + 0 + ], + "to": + [ + 27.2, + 0, + 0 + ], + "ti": + [ + -9.2, + 0, + 0 + ] + }, + { + "t": 51, + "s": + [ + 594.191, + 581.967, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 108.492, + -5.027, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 144, + 144, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -1.078, + -0.996 + ], + [ + -1.664, + 0 + ], + [ + -1.078, + 0.996 + ], + [ + 0, + 1.594 + ], + [ + 1.09, + 1.008 + ], + [ + 1.664, + 0 + ], + [ + 1.09, + -1.007 + ], + [ + 0, + -1.617 + ] + ], + "o": + [ + [ + 1.078, + 0.996 + ], + [ + 1.688, + 0 + ], + [ + 1.078, + -0.996 + ], + [ + 0, + -1.617 + ], + [ + -1.09, + -1.007 + ], + [ + -1.641, + 0 + ], + [ + -1.09, + 1.008 + ], + [ + 0, + 1.594 + ] + ], + "v": + [ + [ + 104.361, + -1.107 + ], + [ + 108.475, + 0.387 + ], + [ + 112.623, + -1.107 + ], + [ + 114.24, + -4.992 + ], + [ + 112.605, + -8.93 + ], + [ + 108.475, + -10.441 + ], + [ + 104.379, + -8.93 + ], + [ + 102.744, + -4.992 + ] + ], + "c": true + }, + "ix": 2 + }, + "nm": ".", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.854901960784, + 0.227450980392, + 0.196078431373, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": ".", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 51, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 4, + "nm": "top-mouth", + "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 + ] + }, + "t": 0, + "s": + [ + 0 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 37, + "s": + [ + 6 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 105, + "s": + [ + 6 + ] + }, + { + "t": 179, + "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": + [ + 21.18, + 144.769, + 0 + ], + "to": + [ + 0, + -0.333, + 0 + ], + "ti": + [ + 0, + 0.5, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 12, + "s": + [ + 21.18, + 142.769, + 0 + ], + "to": + [ + 0, + -0.5, + 0 + ], + "ti": + [ + 0, + 0.083, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 25, + "s": + [ + 21.18, + 141.769, + 0 + ], + "to": + [ + 0, + -0.083, + 0 + ], + "ti": + [ + 0, + -0.5, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 36, + "s": + [ + 21.18, + 142.269, + 0 + ], + "to": + [ + 0, + 0.5, + 0 + ], + "ti": + [ + 0, + -0.333, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 49, + "s": + [ + 21.18, + 144.769, + 0 + ], + "to": + [ + 0, + 0.333, + 0 + ], + "ti": + [ + 0, + 0.667, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + 21.18, + 144.269, + 0 + ], + "to": + [ + 0, + -0.377, + 0 + ], + "ti": + [ + 0.008, + 0.867, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 78, + "s": + [ + 21.145, + 141.429, + 0 + ], + "to": + [ + -0.006, + -0.666, + 0 + ], + "ti": + [ + -0.036, + -0.036, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 94, + "s": + [ + 21.18, + 142.269, + 0 + ], + "to": + [ + 0.04, + 0.04, + 0 + ], + "ti": + [ + -0.11, + -0.607, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 108, + "s": + [ + 21.445, + 144.524, + 0 + ], + "to": + [ + 0.121, + 0.667, + 0 + ], + "ti": + [ + 0, + 0.087, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 122, + "s": + [ + 21.68, + 144.769, + 0 + ], + "to": + [ + 0, + -0.084, + 0 + ], + "ti": + [ + 0.115, + 0.858, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 136, + "s": + [ + 21.46, + 141.446, + 0 + ], + "to": + [ + -0.114, + -0.85, + 0 + ], + "ti": + [ + 0.041, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 149, + "s": + [ + 21.18, + 141.269, + 0 + ], + "to": + [ + -0.083, + 0, + 0 + ], + "ti": + [ + 0, + -0.583, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 171, + "s": + [ + 21.18, + 144.769, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "t": 179, + "s": + [ + 21.18, + 144.769, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 65.146, + 49.474, + 0 + ], + "ix": 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 + ], + [ + -14.105, + -1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + 1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -13.873, + 6.202 + ], + [ + 4.105, + -4.507 + ], + [ + 17.873, + 6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 12, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -13.532, + 0.243 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.205, + -0.255 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + 6.202 + ], + [ + 2.381, + 6.993 + ], + [ + 21.873, + 6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 25, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.105, + -1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + 1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -13.873, + 6.202 + ], + [ + 4.105, + -4.507 + ], + [ + 17.873, + 6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 36, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -13.532, + 0.243 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.205, + -0.255 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + 6.202 + ], + [ + 2.381, + 6.993 + ], + [ + 21.873, + 6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 49, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.105, + -1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + 1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -13.873, + 6.202 + ], + [ + 4.105, + -4.507 + ], + [ + 17.873, + 6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -13.532, + 0.243 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.205, + -0.255 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + 6.202 + ], + [ + 2.517, + 10.99 + ], + [ + 21.873, + 6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 171, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -13.532, + 0.243 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.205, + -0.255 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + 6.202 + ], + [ + 2.517, + 10.99 + ], + [ + 21.873, + 6.202 + ] + ], + "c": false + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.105, + -1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + 1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -15.873, + 6.202 + ], + [ + 2.105, + -4.507 + ], + [ + 15.873, + 6.202 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": + { + "a": 0, + "k": + [ + 0.988235294118, + 0.764705882353, + 0.478431372549, + 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 + ] + }, + "t": 0, + "s": + [ + 12 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 12, + "s": + [ + 17 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 25, + "s": + [ + 12 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 36, + "s": + [ + 17 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 49, + "s": + [ + 12 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 60, + "s": + [ + 17 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 171, + "s": + [ + 17 + ] + }, + { + "t": 179, + "s": + [ + 12 + ] + } + ], + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 65.146, + 49.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 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 4, + "nm": "bottom-mouth", + "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 + ] + }, + "t": 0, + "s": + [ + 0 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 37, + "s": + [ + 6 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 105, + "s": + [ + 6 + ] + }, + { + "t": 179, + "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": + [ + 21.18, + 160.652, + 0 + ], + "to": + [ + 0, + -0.333, + 0 + ], + "ti": + [ + 0, + 0.5, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 12, + "s": + [ + 21.18, + 158.652, + 0 + ], + "to": + [ + 0, + -0.5, + 0 + ], + "ti": + [ + 0, + 0.083, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 25, + "s": + [ + 21.18, + 157.652, + 0 + ], + "to": + [ + 0, + -0.083, + 0 + ], + "ti": + [ + 0, + -0.5, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 36, + "s": + [ + 21.18, + 158.152, + 0 + ], + "to": + [ + 0, + 0.5, + 0 + ], + "ti": + [ + 0, + -0.333, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 49, + "s": + [ + 21.18, + 160.652, + 0 + ], + "to": + [ + 0, + 0.333, + 0 + ], + "ti": + [ + 0, + 0.667, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + 21.18, + 160.152, + 0 + ], + "to": + [ + 0, + -0.377, + 0 + ], + "ti": + [ + 0.008, + 0.867, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 78, + "s": + [ + 21.145, + 157.312, + 0 + ], + "to": + [ + -0.006, + -0.666, + 0 + ], + "ti": + [ + -0.036, + -0.036, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 94, + "s": + [ + 21.18, + 158.152, + 0 + ], + "to": + [ + 0.04, + 0.04, + 0 + ], + "ti": + [ + -0.11, + -0.607, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 108, + "s": + [ + 21.445, + 160.406, + 0 + ], + "to": + [ + 0.121, + 0.667, + 0 + ], + "ti": + [ + 0, + 0.087, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 122, + "s": + [ + 21.68, + 160.652, + 0 + ], + "to": + [ + 0, + -0.084, + 0 + ], + "ti": + [ + 0.115, + 0.858, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 136, + "s": + [ + 21.46, + 157.328, + 0 + ], + "to": + [ + -0.114, + -0.85, + 0 + ], + "ti": + [ + 0.041, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 149, + "s": + [ + 21.18, + 157.152, + 0 + ], + "to": + [ + -0.083, + 0, + 0 + ], + "ti": + [ + 0, + -0.583, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 171, + "s": + [ + 21.18, + 160.652, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "t": 179, + "s": + [ + 21.18, + 160.652, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 65.146, + 49.474, + 0 + ], + "ix": 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 + ], + [ + -14.105, + 1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + -1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -13.873, + -6.202 + ], + [ + 4.105, + 4.507 + ], + [ + 17.873, + -6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 12, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.206, + -0.093 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.718, + 0.096 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + -6.202 + ], + [ + 1.805, + -7.742 + ], + [ + 21.873, + -6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 25, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.105, + 1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + -1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -13.873, + -6.202 + ], + [ + 4.105, + 4.507 + ], + [ + 17.873, + -6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 36, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.206, + -0.093 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.718, + 0.096 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + -6.202 + ], + [ + 1.805, + -7.742 + ], + [ + 21.873, + -6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 49, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.105, + 1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + -1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -13.873, + -6.202 + ], + [ + 4.105, + 4.507 + ], + [ + 17.873, + -6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.206, + -0.093 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.718, + 0.096 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + -6.202 + ], + [ + 1.94, + -3.744 + ], + [ + 21.873, + -6.202 + ] + ], + "c": false + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 171, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.206, + -0.093 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.718, + 0.096 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -21.873, + -6.202 + ], + [ + 1.94, + -3.744 + ], + [ + 21.873, + -6.202 + ] + ], + "c": false + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -14.105, + 1.695 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 14.106, + -1.695 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -15.873, + -6.202 + ], + [ + 2.105, + 4.507 + ], + [ + 15.873, + -6.202 + ] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": + { + "a": 0, + "k": + [ + 0.988235294118, + 0.764705882353, + 0.478431372549, + 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 + ] + }, + "t": 0, + "s": + [ + 12 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 12, + "s": + [ + 17 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 25, + "s": + [ + 12 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 36, + "s": + [ + 17 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 49, + "s": + [ + 12 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 60, + "s": + [ + 17 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 171, + "s": + [ + 17 + ] + }, + { + "t": 179, + "s": + [ + 12 + ] + } + ], + "ix": 5 + }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 65.146, + 49.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 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 4, + "nm": "eye-lid", + "parent": 25, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 51.406, + 17.695, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 35, + -55.056, + 0 + ], + "ix": 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": 77, + "s": + [ + { + "i": + [ + [ + 16.5, + 1 + ], + [ + 10.5, + -11 + ], + [ + 0, + 0 + ], + [ + -25, + -6.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + -16.5, + -1 + ], + [ + -10.5, + 11 + ], + [ + 0, + 0 + ], + [ + 25, + 6.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 66.5, + -96.5 + ], + [ + -6, + -78.5 + ], + [ + -11.5, + -93 + ], + [ + 33, + -79 + ], + [ + 97, + -75 + ], + [ + 91.5, + -59 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 83.223, + "s": + [ + { + "i": + [ + [ + 27.658, + 1.87 + ], + [ + 10.5, + -11 + ], + [ + 0, + 0 + ], + [ + -25, + -6.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + -53.63, + -3.626 + ], + [ + -10.5, + 11 + ], + [ + 0, + 0 + ], + [ + 25, + 6.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 57.5, + -96 + ], + [ + -6, + -78.5 + ], + [ + -21.5, + -14 + ], + [ + 23, + 0 + ], + [ + 87, + 4 + ], + [ + 91.5, + -59 + ] + ], + "c": true + } + ] + }, + { + "t": 89, + "s": + [ + { + "i": + [ + [ + 16.5, + 1 + ], + [ + 10.5, + -11 + ], + [ + 0, + 0 + ], + [ + -25, + -6.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + -16.5, + -1 + ], + [ + -10.5, + 11 + ], + [ + 0, + 0 + ], + [ + 25, + 6.5 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 66.5, + -96.5 + ], + [ + -6, + -78.5 + ], + [ + -11.5, + -93 + ], + [ + 33, + -79 + ], + [ + 97, + -75 + ], + [ + 91.5, + -59 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 1, + 0.537254901961, + 0.243137254902, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 4, + "nm": "eye ", + "parent": 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.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + 111.874, + 144.179, + 0 + ], + "to": + [ + 0, + 0.667, + 0 + ], + "ti": + [ + 0, + -0.667, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + 111.874, + 148.179, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 105, + "s": + [ + 111.874, + 148.179, + 0 + ], + "to": + [ + 0, + -0.667, + 0 + ], + "ti": + [ + 0, + 0.667, + 0 + ] + }, + { + "t": 179, + "s": + [ + 111.874, + 144.179, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 46.717, + 46.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, + -25.663 + ], + [ + 25.36, + 3.93 + ], + [ + -20.427, + 15.534 + ], + [ + -25.664, + 0 + ] + ], + "o": + [ + [ + 0, + 25.663 + ], + [ + -18.654, + -2.891 + ], + [ + 53.814, + -40.924 + ], + [ + 25.663, + 0 + ] + ], + "v": + [ + [ + 46.467, + 0 + ], + [ + -3, + 45.467 + ], + [ + -9.967, + 19.5 + ], + [ + 0, + -46.467 + ] + ], + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 15, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 46.718, + 46.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 4", + "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": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 14.857, + 0 + ], + [ + -0.001, + 14.857 + ], + [ + -14.857, + 0 + ], + [ + -0.001, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 7, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 14.357, + 0 + ], + [ + -0.501, + 14.857 + ], + [ + -15.356, + 0 + ], + [ + -0.501, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 14.357, + 0 + ], + [ + -0.501, + 14.857 + ], + [ + -15.356, + 0 + ], + [ + -0.501, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 14.857, + 0 + ], + [ + -0.001, + 14.857 + ], + [ + -14.857, + 0 + ], + [ + -0.001, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 14.857, + 0 + ], + [ + -0.001, + 14.857 + ], + [ + -14.857, + 0 + ], + [ + -0.001, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 67, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 10.357, + 0 + ], + [ + -4.501, + 14.857 + ], + [ + -19.356, + 0 + ], + [ + -4.501, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 10.357, + 0 + ], + [ + -4.501, + 14.857 + ], + [ + -19.356, + 0 + ], + [ + -4.501, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 146, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 10.357, + 0 + ], + [ + -4.501, + 14.857 + ], + [ + -19.356, + 0 + ], + [ + -4.501, + -14.857 + ] + ], + "c": true + } + ] + }, + { + "t": 156, + "s": + [ + { + "i": + [ + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ], + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ] + ], + "o": + [ + [ + 0, + 8.205 + ], + [ + -8.205, + 0 + ], + [ + 0, + -8.205 + ], + [ + 8.205, + 0 + ] + ], + "v": + [ + [ + 14.857, + 0 + ], + [ + -0.001, + 14.857 + ], + [ + -14.857, + 0 + ], + [ + -0.001, + -14.857 + ] + ], + "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, + 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": + [ + 31.861, + 31.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": 3, + "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.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 29.714, + 0 + ], + [ + 0, + 29.713 + ], + [ + -29.714, + 0 + ], + [ + 0, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 7, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 29.214, + 0 + ], + [ + -0.499, + 29.713 + ], + [ + -30.213, + 0 + ], + [ + -0.499, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 29.214, + 0 + ], + [ + -0.499, + 29.713 + ], + [ + -30.213, + 0 + ], + [ + -0.499, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 29.714, + 0 + ], + [ + 0, + 29.713 + ], + [ + -29.714, + 0 + ], + [ + 0, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 29.714, + 0 + ], + [ + 0, + 29.713 + ], + [ + -29.714, + 0 + ], + [ + 0, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 67, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 25.214, + 0 + ], + [ + -4.499, + 29.713 + ], + [ + -34.213, + 0 + ], + [ + -4.499, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 25.214, + 0 + ], + [ + -4.499, + 29.713 + ], + [ + -34.213, + 0 + ], + [ + -4.499, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 146, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 25.214, + 0 + ], + [ + -4.499, + 29.713 + ], + [ + -34.213, + 0 + ], + [ + -4.499, + -29.713 + ] + ], + "c": true + } + ] + }, + { + "t": 156, + "s": + [ + { + "i": + [ + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ], + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ] + ], + "o": + [ + [ + 0, + 16.41 + ], + [ + -16.411, + 0 + ], + [ + 0, + -16.41 + ], + [ + 16.41, + 0 + ] + ], + "v": + [ + [ + 29.714, + 0 + ], + [ + 0, + 29.713 + ], + [ + -29.714, + 0 + ], + [ + 0, + -29.713 + ] + ], + "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.283823529412, + 0.205767702589, + 0.214688364665, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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.717, + 46.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, + "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, + -25.663 + ], + [ + 25.663, + 0 + ], + [ + 0, + 25.663 + ], + [ + -25.664, + 0 + ] + ], + "o": + [ + [ + 0, + 25.663 + ], + [ + -25.664, + 0 + ], + [ + 0, + -25.663 + ], + [ + 25.663, + 0 + ] + ], + "v": + [ + [ + 46.467, + 0 + ], + [ + 0, + 46.467 + ], + [ + -46.467, + 0 + ], + [ + 0, + -46.467 + ] + ], + "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.988235294118, + 0.764705882353, + 0.478431372549, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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.718, + 46.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 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 4, + "nm": "bottom-left-fin 2", + "parent": 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.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + 186.795, + 246.51, + 0 + ], + "to": + [ + 0, + 1.333, + 0 + ], + "ti": + [ + 0, + -1, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + 186.795, + 254.51, + 0 + ], + "to": + [ + 0, + 1, + 0 + ], + "ti": + [ + 0, + 1.333, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 105, + "s": + [ + 186.795, + 252.51, + 0 + ], + "to": + [ + 0, + -1.333, + 0 + ], + "ti": + [ + 0, + 1, + 0 + ] + }, + { + "t": 179, + "s": + [ + 186.795, + 246.51, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 12.729, + 7.862, + 0 + ], + "ix": 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 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + -4.974, + 47.738 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + 1.629, + -15.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -43.768, + -66.112 + ], + [ + -28.303, + 37.29 + ], + [ + 55.478, + 60.368 + ], + [ + 54.478, + -26.618 + ], + [ + 36.54, + -49.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 7, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.773, + -31.345 + ], + [ + 0, + 0 + ], + [ + -6.97, + 56.531 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 32.706, + 31.282 + ], + [ + 0, + 0 + ], + [ + 0.898, + -15.65 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -44.018, + -67.881 + ], + [ + -21.361, + 37.963 + ], + [ + 50.786, + 61.753 + ], + [ + 56.286, + -28.099 + ], + [ + 37.943, + -53.453 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 14, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + -8.965, + 65.324 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + 0.166, + -15.662 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -48.268, + -63.65 + ], + [ + -14.419, + 37.136 + ], + [ + 52.094, + 62.137 + ], + [ + 62.094, + -30.58 + ], + [ + 43.347, + -54.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 26, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + 3.598, + 51.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + -1.088, + -15.684 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -56.768, + -60.612 + ], + [ + -22.803, + 20.79 + ], + [ + 58.478, + 60.868 + ], + [ + 63.978, + -25.618 + ], + [ + 44.54, + -49.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 34, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + 9.35, + 58.245 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + -2.49, + -15.51 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -58.592, + -61.112 + ], + [ + -32.127, + 18.761 + ], + [ + 63.302, + 56.78 + ], + [ + 61.743, + -19.5 + ], + [ + 35.745, + -48.026 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 43, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + 7.923, + 51.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + -2.374, + -15.541 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -54.268, + -60.612 + ], + [ + -37.303, + 21.79 + ], + [ + 64.478, + 55.368 + ], + [ + 54.979, + -21.118 + ], + [ + 29.04, + -47.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 51, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -30.353, + -31.221 + ], + [ + 0, + 0 + ], + [ + 4.53, + 59.752 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.923, + 31.693 + ], + [ + 0, + 0 + ], + [ + -0.262, + -17.584 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -46.657, + -63.001 + ], + [ + -36.026, + 27.568 + ], + [ + 61.59, + 57.59 + ], + [ + 50.534, + -24.007 + ], + [ + 25.484, + -49.425 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 61, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -28.183, + -30.191 + ], + [ + 0, + 0 + ], + [ + -7.438, + 62.947 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 25.161, + 26.955 + ], + [ + 0, + 0 + ], + [ + 2.379, + -20.137 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -42.768, + -67.112 + ], + [ + -28.803, + 34.79 + ], + [ + 53.478, + 60.368 + ], + [ + 53.978, + -27.618 + ], + [ + 30.04, + -52.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 69, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -28.939, + -29.451 + ], + [ + 0, + 0 + ], + [ + -7.438, + 62.947 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 27.338, + 27.755 + ], + [ + 0, + 0 + ], + [ + 2.379, + -20.137 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -46.368, + -66.279 + ], + [ + -19.87, + 36.29 + ], + [ + 49.912, + 63.368 + ], + [ + 59.578, + -29.151 + ], + [ + 34.84, + -54.27 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 76, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -29.6, + -28.803 + ], + [ + 0, + 0 + ], + [ + -7.438, + 62.947 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 29.242, + 28.455 + ], + [ + 0, + 0 + ], + [ + 2.379, + -20.137 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.268, + -64.612 + ], + [ + -15.803, + 34.79 + ], + [ + 51.478, + 60.368 + ], + [ + 64.478, + -28.618 + ], + [ + 39.04, + -54.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 82, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -36.317, + -33.188 + ], + [ + 0, + 0 + ], + [ + -3.752, + 63.278 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.721, + 30.169 + ], + [ + 0, + 0 + ], + [ + 1.401, + -23.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -56.268, + -61.826 + ], + [ + -15.946, + 30.933 + ], + [ + 56.407, + 58.868 + ], + [ + 65.336, + -26.618 + ], + [ + 30.897, + -53.989 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 90, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -33.332, + -24.388 + ], + [ + 0, + 0 + ], + [ + 4.076, + 63.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 44.358, + 32.455 + ], + [ + 0, + 0 + ], + [ + -1.292, + -20.236 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -60.268, + -58.112 + ], + [ + -27.803, + 25.79 + ], + [ + 62.978, + 56.868 + ], + [ + 62.979, + -25.118 + ], + [ + 23.54, + -53.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 101, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -42.097, + -28.067 + ], + [ + 0, + 0 + ], + [ + 9.882, + 67.928 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 40.231, + 26.823 + ], + [ + 0, + 0 + ], + [ + -2.919, + -20.066 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.29, + -60.96 + ], + [ + -29.282, + 28.812 + ], + [ + 67.565, + 55.825 + ], + [ + 54.739, + -22.183 + ], + [ + 21.04, + -48.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 113, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -36.644, + -27.087 + ], + [ + 0, + 0 + ], + [ + 4.076, + 63.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 33.084, + 24.455 + ], + [ + 0, + 0 + ], + [ + -1.292, + -20.236 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -47.768, + -65.112 + ], + [ + -28.803, + 36.29 + ], + [ + 58.978, + 58.868 + ], + [ + 50.979, + -22.118 + ], + [ + 23.54, + -53.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 121, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -35.644, + -27.735 + ], + [ + 0, + 0 + ], + [ + -9.897, + 80.418 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 32.45, + 25.264 + ], + [ + 0, + 0 + ], + [ + 1.204, + -22.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -43.046, + -65.89 + ], + [ + -20.581, + 39.623 + ], + [ + 54.923, + 61.757 + ], + [ + 56.701, + -21.174 + ], + [ + 29.54, + -53.314 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 131, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -34.394, + -28.545 + ], + [ + 0, + 0 + ], + [ + -11.044, + 65.473 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 31.658, + 26.275 + ], + [ + 0, + 0 + ], + [ + 4.324, + -25.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -47.268, + -64.612 + ], + [ + -10.303, + 43.79 + ], + [ + 50.978, + 60.868 + ], + [ + 60.479, + -21.118 + ], + [ + 37.04, + -56.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 140, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -39.702, + -33.993 + ], + [ + 0, + 0 + ], + [ + -9.764, + 70.889 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 31.305, + 26.688 + ], + [ + 0, + 0 + ], + [ + 1.858, + -25.802 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.453, + -61.77 + ], + [ + -8.567, + 36.422 + ], + [ + 55.479, + 58.973 + ], + [ + 65.11, + -24.144 + ], + [ + 29.513, + -54.308 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 150, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -45.599, + -40.045 + ], + [ + 0, + 0 + ], + [ + 2.119, + 62.363 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.913, + 27.147 + ], + [ + 0, + 0 + ], + [ + -0.883, + -25.984 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -59.268, + -58.612 + ], + [ + -19.303, + 29.29 + ], + [ + 60.479, + 56.868 + ], + [ + 64.979, + -20.118 + ], + [ + 28.54, + -52.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 156, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -44.765, + -40.474 + ], + [ + 0, + 0 + ], + [ + 6.167, + 63.006 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.51, + 27.591 + ], + [ + 0, + 0 + ], + [ + -2.49, + -25.812 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -56.697, + -59.683 + ], + [ + -25.803, + 27.576 + ], + [ + 63.621, + 55.225 + ], + [ + 60.479, + -19.904 + ], + [ + 22.325, + -51.346 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 164, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -43.653, + -41.045 + ], + [ + 0, + 0 + ], + [ + 11.565, + 63.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 29.973, + 28.182 + ], + [ + 0, + 0 + ], + [ + -4.633, + -25.583 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.268, + -61.112 + ], + [ + -29.803, + 28.79 + ], + [ + 65.479, + 55.368 + ], + [ + 54.479, + -19.618 + ], + [ + 14.04, + -50.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 171, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.529, + -29.345 + ], + [ + 0, + 0 + ], + [ + 4.226, + 62.003 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.742, + 27.313 + ], + [ + 0, + 0 + ], + [ + -1.477, + -27.942 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -48.568, + -63.679 + ], + [ + -32.603, + 30.09 + ], + [ + 60.112, + 57.935 + ], + [ + 51.779, + -19.985 + ], + [ + 6.34, + -51.836 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -30.089, + -25.045 + ], + [ + 0, + 0 + ], + [ + -4.162, + 59.878 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 31.62, + 26.32 + ], + [ + 0, + 0 + ], + [ + 2.129, + -30.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -44.268, + -66.612 + ], + [ + -28.303, + 34.79 + ], + [ + 53.979, + 60.868 + ], + [ + 52.979, + -23.618 + ], + [ + 12.54, + -53.703 + ] + ], + "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": "tm", + "s": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 0, + "s": + [ + 48 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 19, + "s": + [ + 43 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 50, + "s": + [ + 48 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 81, + "s": + [ + 43 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 101, + "s": + [ + 48 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 141, + "s": + [ + 43 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 163, + "s": + [ + 48 + ] + }, + { + "t": 180, + "s": + [ + 48 + ] + } + ], + "ix": 1 + }, + "e": + { + "a": 0, + "k": 100, + "ix": 2 + }, + "o": + { + "a": 0, + "k": 4, + "ix": 3 + }, + "m": 1, + "ix": 3, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "gs", + "o": + { + "a": 0, + "k": 100, + "ix": 9 + }, + "w": + { + "a": 0, + "k": 20, + "ix": 10 + }, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 1, + 0.634, + 0.401, + 0.5, + 1, + 0.817, + 0.701, + 1, + 1, + 1, + 1, + 0, + 1, + 0.5, + 0.5, + 1, + 0 + ], + "ix": 8 + } + }, + "s": + { + "a": 0, + "k": + [ + 38.061, + -42.909 + ], + "ix": 4 + }, + "e": + { + "a": 0, + "k": + [ + 89.219, + 63.745 + ], + "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 + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 56.728, + 62.862 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 85, + 85 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "a": 0, + "k": 50, + "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": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 4, + "nm": "bottom-left-fin ", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 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 + }, + "t": 0, + "s": + [ + 186.795, + 246.51, + 0 + ], + "to": + [ + 0, + 1.333, + 0 + ], + "ti": + [ + 0, + -1, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + 186.795, + 254.51, + 0 + ], + "to": + [ + 0, + 1, + 0 + ], + "ti": + [ + 0, + 1.333, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 105, + "s": + [ + 186.795, + 252.51, + 0 + ], + "to": + [ + 0, + -1.333, + 0 + ], + "ti": + [ + 0, + 1, + 0 + ] + }, + { + "t": 179, + "s": + [ + 186.795, + 246.51, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 12.729, + 7.862, + 0 + ], + "ix": 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 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + -4.974, + 47.738 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + 1.629, + -15.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -43.768, + -66.112 + ], + [ + -28.303, + 37.29 + ], + [ + 55.478, + 60.368 + ], + [ + 54.478, + -26.618 + ], + [ + 36.54, + -49.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 7, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.773, + -31.345 + ], + [ + 0, + 0 + ], + [ + -6.97, + 56.531 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 32.706, + 31.282 + ], + [ + 0, + 0 + ], + [ + 0.898, + -15.65 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -44.018, + -67.881 + ], + [ + -21.361, + 37.963 + ], + [ + 50.786, + 61.753 + ], + [ + 56.286, + -28.099 + ], + [ + 37.943, + -53.453 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 14, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + -8.965, + 65.324 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + 0.166, + -15.662 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -48.268, + -63.65 + ], + [ + -14.419, + 37.136 + ], + [ + 52.094, + 62.137 + ], + [ + 62.094, + -30.58 + ], + [ + 43.347, + -54.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 26, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + 3.598, + 51.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + -1.088, + -15.684 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -56.768, + -60.612 + ], + [ + -22.803, + 20.79 + ], + [ + 58.478, + 60.868 + ], + [ + 63.978, + -25.618 + ], + [ + 44.54, + -49.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 34, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + 9.35, + 58.245 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + -2.49, + -15.51 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -58.592, + -61.112 + ], + [ + -32.127, + 18.761 + ], + [ + 63.302, + 56.78 + ], + [ + 61.743, + -19.5 + ], + [ + 35.745, + -48.026 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 43, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.089, + -32.045 + ], + [ + 0, + 0 + ], + [ + 7.923, + 51.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.532, + 35.483 + ], + [ + 0, + 0 + ], + [ + -2.374, + -15.541 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -54.268, + -60.612 + ], + [ + -37.303, + 21.79 + ], + [ + 64.478, + 55.368 + ], + [ + 54.979, + -21.118 + ], + [ + 29.04, + -47.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 51, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -30.353, + -31.221 + ], + [ + 0, + 0 + ], + [ + 4.53, + 59.752 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.923, + 31.693 + ], + [ + 0, + 0 + ], + [ + -0.262, + -17.584 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -46.657, + -63.001 + ], + [ + -36.026, + 27.568 + ], + [ + 61.59, + 57.59 + ], + [ + 50.534, + -24.007 + ], + [ + 25.484, + -49.425 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 61, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -28.183, + -30.191 + ], + [ + 0, + 0 + ], + [ + -7.438, + 62.947 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 25.161, + 26.955 + ], + [ + 0, + 0 + ], + [ + 2.379, + -20.137 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -42.768, + -67.112 + ], + [ + -28.803, + 34.79 + ], + [ + 53.478, + 60.368 + ], + [ + 53.978, + -27.618 + ], + [ + 30.04, + -52.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 69, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -28.939, + -29.451 + ], + [ + 0, + 0 + ], + [ + -7.438, + 62.947 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 27.338, + 27.755 + ], + [ + 0, + 0 + ], + [ + 2.379, + -20.137 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -46.368, + -66.279 + ], + [ + -19.87, + 36.29 + ], + [ + 49.912, + 63.368 + ], + [ + 59.578, + -29.151 + ], + [ + 34.84, + -54.27 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 76, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -29.6, + -28.803 + ], + [ + 0, + 0 + ], + [ + -7.438, + 62.947 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 29.242, + 28.455 + ], + [ + 0, + 0 + ], + [ + 2.379, + -20.137 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.268, + -64.612 + ], + [ + -15.803, + 34.79 + ], + [ + 51.478, + 60.368 + ], + [ + 64.478, + -28.618 + ], + [ + 39.04, + -54.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 82, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -36.317, + -33.188 + ], + [ + 0, + 0 + ], + [ + -3.752, + 63.278 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 35.721, + 30.169 + ], + [ + 0, + 0 + ], + [ + 1.401, + -23.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -56.268, + -61.826 + ], + [ + -15.946, + 30.933 + ], + [ + 56.407, + 58.868 + ], + [ + 65.336, + -26.618 + ], + [ + 30.897, + -53.989 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 90, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -33.332, + -24.388 + ], + [ + 0, + 0 + ], + [ + 4.076, + 63.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 44.358, + 32.455 + ], + [ + 0, + 0 + ], + [ + -1.292, + -20.236 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -60.268, + -58.112 + ], + [ + -27.803, + 25.79 + ], + [ + 62.978, + 56.868 + ], + [ + 62.979, + -25.118 + ], + [ + 23.54, + -53.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 101, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -42.097, + -28.067 + ], + [ + 0, + 0 + ], + [ + 9.882, + 67.928 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 40.231, + 26.823 + ], + [ + 0, + 0 + ], + [ + -2.919, + -20.066 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.29, + -60.96 + ], + [ + -29.282, + 28.812 + ], + [ + 67.565, + 55.825 + ], + [ + 54.739, + -22.183 + ], + [ + 21.04, + -48.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 113, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -36.644, + -27.087 + ], + [ + 0, + 0 + ], + [ + 4.076, + 63.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 33.084, + 24.455 + ], + [ + 0, + 0 + ], + [ + -1.292, + -20.236 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -47.768, + -65.112 + ], + [ + -28.803, + 36.29 + ], + [ + 58.978, + 58.868 + ], + [ + 50.979, + -22.118 + ], + [ + 23.54, + -53.703 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 121, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -35.644, + -27.735 + ], + [ + 0, + 0 + ], + [ + -9.897, + 80.418 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 32.45, + 25.264 + ], + [ + 0, + 0 + ], + [ + 1.204, + -22.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -43.046, + -65.89 + ], + [ + -20.581, + 39.623 + ], + [ + 54.923, + 61.757 + ], + [ + 56.701, + -21.174 + ], + [ + 29.54, + -53.314 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 131, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -34.394, + -28.545 + ], + [ + 0, + 0 + ], + [ + -11.044, + 65.473 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 31.658, + 26.275 + ], + [ + 0, + 0 + ], + [ + 4.324, + -25.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -47.268, + -64.612 + ], + [ + -10.303, + 43.79 + ], + [ + 50.978, + 60.868 + ], + [ + 60.479, + -21.118 + ], + [ + 37.04, + -56.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 140, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -39.702, + -33.993 + ], + [ + 0, + 0 + ], + [ + -9.764, + 70.889 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 31.305, + 26.688 + ], + [ + 0, + 0 + ], + [ + 1.858, + -25.802 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.453, + -61.77 + ], + [ + -8.567, + 36.422 + ], + [ + 55.479, + 58.973 + ], + [ + 65.11, + -24.144 + ], + [ + 29.513, + -54.308 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 150, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -45.599, + -40.045 + ], + [ + 0, + 0 + ], + [ + 2.119, + 62.363 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.913, + 27.147 + ], + [ + 0, + 0 + ], + [ + -0.883, + -25.984 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -59.268, + -58.612 + ], + [ + -19.303, + 29.29 + ], + [ + 60.479, + 56.868 + ], + [ + 64.979, + -20.118 + ], + [ + 28.54, + -52.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 156, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -44.765, + -40.474 + ], + [ + 0, + 0 + ], + [ + 6.167, + 63.006 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.51, + 27.591 + ], + [ + 0, + 0 + ], + [ + -2.49, + -25.812 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -56.697, + -59.683 + ], + [ + -25.803, + 27.576 + ], + [ + 63.621, + 55.225 + ], + [ + 60.479, + -19.904 + ], + [ + 22.325, + -51.346 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 164, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -43.653, + -41.045 + ], + [ + 0, + 0 + ], + [ + 11.565, + 63.863 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 29.973, + 28.182 + ], + [ + 0, + 0 + ], + [ + -4.633, + -25.583 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -53.268, + -61.112 + ], + [ + -29.803, + 28.79 + ], + [ + 65.479, + 55.368 + ], + [ + 54.479, + -19.618 + ], + [ + 14.04, + -50.203 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 171, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -32.529, + -29.345 + ], + [ + 0, + 0 + ], + [ + 4.226, + 62.003 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 30.742, + 27.313 + ], + [ + 0, + 0 + ], + [ + -1.477, + -27.942 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -48.568, + -63.679 + ], + [ + -32.603, + 30.09 + ], + [ + 60.112, + 57.935 + ], + [ + 51.779, + -19.985 + ], + [ + 6.34, + -51.836 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -30.089, + -25.045 + ], + [ + 0, + 0 + ], + [ + -4.162, + 59.878 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 31.62, + 26.32 + ], + [ + 0, + 0 + ], + [ + 2.129, + -30.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -44.268, + -66.612 + ], + [ + -28.303, + 34.79 + ], + [ + 53.979, + 60.868 + ], + [ + 52.979, + -23.618 + ], + [ + 12.54, + -53.703 + ] + ], + "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, + 0.886, + 0.42, + 0.278, + 0.425, + 0.943, + 0.478, + 0.261, + 1, + 1, + 0.537, + 0.243, + 0, + 0, + 0.58, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + 235.225, + 24.682 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + 29.98, + -6.779 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 56.728, + 62.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 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 4, + "nm": "body-base", + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 25, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 1, + "k": + [ + { + "i": + { + "x": 0, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": + [ + 762.809, + 562.618, + 0 + ], + "to": + [ + 0.667, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 16, + "s": + [ + 766.809, + 562.618, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 1.116, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.578, + "y": 0.965 + }, + "o": + { + "x": 0.448, + "y": 0 + }, + "t": 36, + "s": + [ + 762.809, + 562.618, + 0 + ], + "to": + [ + -1.458, + 0, + 0 + ], + "ti": + [ + -0.479, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.516, + "y": 1 + }, + "o": + { + "x": 0.216, + "y": 0.02 + }, + "t": 104, + "s": + [ + 746.194, + 556.618, + 0 + ], + "to": + [ + 0.287, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "t": 179, + "s": + [ + 762.809, + 562.618, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 189.712, + 129.373, + 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": + [ + 88, + 88, + 100 + ] + }, + { + "i": + { + "x": + [ + 0.833, + 0.833, + 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": 37, + "s": + [ + 92, + 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 + ] + }, + "t": 104, + "s": + [ + 92, + 92, + 100 + ] + }, + { + "t": 179, + "s": + [ + 88, + 88, + 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": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 16.5, + -24.417 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 16, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + 3.166, + 121.018 + ], + [ + -180.6, + 29.254 + ], + [ + -182.246, + 5.238 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 36, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -24.982 + ], + [ + 182.588, + 6.318 + ], + [ + 5.666, + 118.518 + ], + [ + -183.1, + 29.254 + ], + [ + -184.746, + 5.238 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 65, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -27.482 + ], + [ + 182.588, + 3.818 + ], + [ + -6.834, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 86, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -26.136 + ], + [ + 182.588, + 5.165 + ], + [ + 2.205, + 119.671 + ], + [ + -183.1, + 26.754 + ], + [ + -184.746, + 2.738 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 104, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -24.982 + ], + [ + 182.588, + 6.318 + ], + [ + 0.666, + 118.518 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 116, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -26.982 + ], + [ + 182.588, + 4.318 + ], + [ + -5.334, + 119.518 + ], + [ + -183.1, + 30.754 + ], + [ + -184.746, + 6.738 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 134, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -29.982 + ], + [ + 182.588, + 1.318 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 29.254 + ], + [ + -184.746, + 5.238 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 144, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -27.154 + ], + [ + 182.588, + 4.147 + ], + [ + -1.506, + 120.462 + ], + [ + -183.1, + 29.809 + ], + [ + -184.746, + 5.793 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 156, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 180.41, + -23.76 + ], + [ + 182.588, + 7.541 + ], + [ + 1.888, + 119.795 + ], + [ + -183.1, + 30.476 + ], + [ + -184.746, + 6.46 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 15.706, + -23.242 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 3, + "nm": "Merge Paths 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "tm", + "s": + { + "a": 0, + "k": 16, + "ix": 1 + }, + "e": + { + "a": 0, + "k": 67, + "ix": 2 + }, + "o": + { + "a": 0, + "k": -44, + "ix": 3 + }, + "m": 1, + "ix": 3, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "gs", + "o": + { + "a": 0, + "k": 100, + "ix": 9 + }, + "w": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 0, + "s": + [ + 37 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 37, + "s": + [ + 26 + ] + }, + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 104, + "s": + [ + 26 + ] + }, + { + "t": 179, + "s": + [ + 37 + ] + } + ], + "ix": 10 + }, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0.001, + 1, + 0.745, + 0.302, + 0.748, + 1, + 0.641, + 0.273, + 1, + 1, + 0.537, + 0.243 + ], + "ix": 8 + } + }, + "s": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 4 + }, + "e": + { + "a": 0, + "k": + [ + 107.079, + 10.812 + ], + "ix": 5 + }, + "t": 1, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Gradient Stroke 1", + "mn": "ADBE Vector Graphic - G-Stroke", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 189.712, + 135.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 6", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 4, + "nm": "body-base-top", + "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 + }, + "t": 0, + "s": + [ + 762.809, + 562.618, + 0 + ], + "to": + [ + 0.667, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 16, + "s": + [ + 766.809, + 562.618, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 1.116, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.578, + "y": 0.965 + }, + "o": + { + "x": 0.448, + "y": 0 + }, + "t": 36, + "s": + [ + 762.809, + 562.618, + 0 + ], + "to": + [ + -1.458, + 0, + 0 + ], + "ti": + [ + -0.479, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.516, + "y": 1 + }, + "o": + { + "x": 0.216, + "y": 0.02 + }, + "t": 104, + "s": + [ + 746.194, + 556.618, + 0 + ], + "to": + [ + 0.287, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "t": 179, + "s": + [ + 762.809, + 562.618, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 189.712, + 129.373, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 98, + 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": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + 3.166, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 16, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + 3.166, + 121.018 + ], + [ + -180.6, + 29.254 + ], + [ + -182.246, + 5.238 + ], + [ + -1.834, + -120.693 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 36, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -24.982 + ], + [ + 182.588, + 6.318 + ], + [ + 5.666, + 118.518 + ], + [ + -183.1, + 29.254 + ], + [ + -184.746, + 5.238 + ], + [ + -4.334, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 65, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -27.482 + ], + [ + 182.588, + 3.818 + ], + [ + -6.834, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + 0.666, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 86, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -26.136 + ], + [ + 182.588, + 5.165 + ], + [ + 2.205, + 119.671 + ], + [ + -183.1, + 26.754 + ], + [ + -184.746, + 2.738 + ], + [ + -0.68, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 104, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -24.982 + ], + [ + 182.588, + 6.318 + ], + [ + 0.666, + 118.518 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + -1.834, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 116, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -26.982 + ], + [ + 182.588, + 4.318 + ], + [ + -5.334, + 119.518 + ], + [ + -183.1, + 30.754 + ], + [ + -184.746, + 6.738 + ], + [ + 4.166, + -122.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 134, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -29.982 + ], + [ + 182.588, + 1.318 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 29.254 + ], + [ + -184.746, + 5.238 + ], + [ + -1.834, + -120.693 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 144, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -27.154 + ], + [ + 182.588, + 4.147 + ], + [ + -1.506, + 120.462 + ], + [ + -183.1, + 29.809 + ], + [ + -184.746, + 5.793 + ], + [ + -2.041, + -121.249 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 156, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -23.76 + ], + [ + 182.588, + 7.541 + ], + [ + 1.888, + 119.795 + ], + [ + -183.1, + 30.476 + ], + [ + -184.746, + 6.46 + ], + [ + 2.111, + -121.916 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + 3.166, + -123.193 + ] + ], + "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": "tm", + "s": + { + "a": 0, + "k": 70, + "ix": 1 + }, + "e": + { + "a": 0, + "k": 100, + "ix": 2 + }, + "o": + { + "a": 0, + "k": 2, + "ix": 3 + }, + "m": 1, + "ix": 3, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 189.712, + 135.302 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 85, + 85 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gs", + "o": + { + "a": 0, + "k": 100, + "ix": 9 + }, + "w": + { + "a": 0, + "k": 40, + "ix": 10 + }, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 1, + 0.537, + 0.243, + 0.5, + 0.964, + 0.469, + 0.255, + 1, + 0.928, + 0.401, + 0.267, + 0, + 1, + 0.5, + 0.77, + 1, + 0.54 + ], + "ix": 8 + } + }, + "s": + { + "a": 0, + "k": + [ + 197, + 0 + ], + "ix": 4 + }, + "e": + { + "a": 0, + "k": + [ + 543, + 42 + ], + "ix": 5 + }, + "t": 1, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Gradient Stroke 1", + "mn": "ADBE Vector Graphic - G-Stroke", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 4, + "nm": "scale 6", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 53.528, + 107.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 4, + "nm": "scale 5", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 59.528, + 93.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 30, + 30, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 4, + "nm": "scale 4", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 39.528, + 113.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 4, + "nm": "scale 9", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 247.528, + 128.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 4, + "nm": "scale 8", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 40, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 242.528, + 103.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 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": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 4, + "nm": "scale 7", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 70, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 222.528, + 123.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 0 + ], + "ix": 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.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 4, + "nm": "scale 3", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 247.528, + 178.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 50, + 50, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "scale 10", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 215.528, + 147.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 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": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "scale 2", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 242.528, + 153.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 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": + [ + 14.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "scale", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 222.528, + 173.38, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 195.625, + 6.625, + 0 + ], + "ix": 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.25, + 14.25 + ], + "ix": 2 + }, + "p": + { + "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.707484106924, + 0.332858455882, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "k": 100, + "ix": 5 + }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 195.625, + 6.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "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, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": + [ + 762.809, + 562.618, + 0 + ], + "to": + [ + 0.667, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0, + "y": 1 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 16, + "s": + [ + 766.809, + 562.618, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 1.116, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.578, + "y": 0.965 + }, + "o": + { + "x": 0.448, + "y": 0 + }, + "t": 36, + "s": + [ + 762.809, + 562.618, + 0 + ], + "to": + [ + -1.458, + 0, + 0 + ], + "ti": + [ + -0.479, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.516, + "y": 1 + }, + "o": + { + "x": 0.216, + "y": 0.02 + }, + "t": 104, + "s": + [ + 746.194, + 556.618, + 0 + ], + "to": + [ + 0.287, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "t": 179, + "s": + [ + 762.809, + 562.618, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 189.712, + 129.373, + 0 + ], + "ix": 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": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + 3.166, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 16, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + 3.166, + 121.018 + ], + [ + -180.6, + 29.254 + ], + [ + -182.246, + 5.238 + ], + [ + -1.834, + -120.693 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 36, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -24.982 + ], + [ + 182.588, + 6.318 + ], + [ + 5.666, + 118.518 + ], + [ + -183.1, + 29.254 + ], + [ + -184.746, + 5.238 + ], + [ + -4.334, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 65, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -27.482 + ], + [ + 182.588, + 3.818 + ], + [ + -6.834, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + 0.666, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 86, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -26.136 + ], + [ + 182.588, + 5.165 + ], + [ + 2.205, + 119.671 + ], + [ + -183.1, + 26.754 + ], + [ + -184.746, + 2.738 + ], + [ + -0.68, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 104, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -24.982 + ], + [ + 182.588, + 6.318 + ], + [ + 0.666, + 118.518 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + -1.834, + -123.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 116, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -26.982 + ], + [ + 182.588, + 4.318 + ], + [ + -5.334, + 119.518 + ], + [ + -183.1, + 30.754 + ], + [ + -184.746, + 6.738 + ], + [ + 4.166, + -122.193 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 134, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -29.982 + ], + [ + 182.588, + 1.318 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 29.254 + ], + [ + -184.746, + 5.238 + ], + [ + -1.834, + -120.693 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 144, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -27.154 + ], + [ + 182.588, + 4.147 + ], + [ + -1.506, + 120.462 + ], + [ + -183.1, + 29.809 + ], + [ + -184.746, + 5.793 + ], + [ + -2.041, + -121.249 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 156, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 180.41, + -23.76 + ], + [ + 182.588, + 7.541 + ], + [ + 1.888, + 119.795 + ], + [ + -183.1, + 30.476 + ], + [ + -184.746, + 6.46 + ], + [ + 2.111, + -121.916 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + -28.258, + -30.171 + ], + [ + 6.874, + -9.59 + ], + [ + 94.225, + -3.959 + ], + [ + 24.172, + 28.532 + ], + [ + -6.216, + 9.198 + ], + [ + -86.104, + 0 + ] + ], + "o": + [ + [ + 8.066, + 8.612 + ], + [ + -24.702, + 34.461 + ], + [ + -93.451, + 3.926 + ], + [ + -7.176, + -8.47 + ], + [ + 24.908, + -36.86 + ], + [ + 83.046, + 0 + ] + ], + "v": + [ + [ + 182.91, + -27.482 + ], + [ + 185.088, + 3.819 + ], + [ + -4.334, + 121.018 + ], + [ + -183.1, + 31.754 + ], + [ + -184.746, + 7.738 + ], + [ + 3.166, + -123.193 + ] + ], + "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.214, + 1, + 0.536, + 0.242, + 0.548, + 0.969, + 0.527, + 0.282, + 1, + 0.937, + 0.518, + 0.322, + 0.231, + 1, + 0.677, + 0.9, + 1, + 0.8 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + -45.727, + 33.68 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + -134.023, + 117.547 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 189.712, + 135.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 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "bubble 2", + "sr": 1, + "ks": + { + "o": + { + "a": 1, + "k": + [ + { + "i": + { + "x": + [ + 0.833 + ], + "y": + [ + 0.833 + ] + }, + "o": + { + "x": + [ + 0.167 + ], + "y": + [ + 0.167 + ] + }, + "t": 71, + "s": + [ + 50 + ] + }, + { + "t": 99, + "s": + [ + 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": 42, + "s": + [ + 880.616, + 588.794, + 0 + ], + "to": + [ + 19.474, + -567.192, + 0 + ], + "ti": + [ + 13.87, + 124.828, + 0 + ] + }, + { + "t": 136, + "s": + [ + 1084.594, + -167.406, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 4.594, + 392.594, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 80, + 80, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": + { + "a": 0, + "k": + { + "i": + [ + [ + -13.583, + 0 + ], + [ + 0, + -13.583 + ], + [ + 4.474, + 7.468 + ], + [ + -0.479, + 13.574 + ] + ], + "o": + [ + [ + 13.583, + 0 + ], + [ + 0, + 13.583 + ], + [ + -4.569, + -7.627 + ], + [ + 1.025, + -29.034 + ] + ], + "v": + [ + [ + 0, + -24.594 + ], + [ + 24.594, + 0 + ], + [ + 8, + 8.594 + ], + [ + 4.906, + -0.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": + [ + 4.594, + 392.594 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 69, + 69 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 49.188, + 49.188 + ], + "ix": 2 + }, + "p": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 3 + }, + "nm": "Ellipse Path 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "fl", + "c": + { + "a": 0, + "k": + [ + 0.929549634457, + 0.929549634457, + 0.929549634457, + 1 + ], + "ix": 4 + }, + "o": + { + "a": 0, + "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.594, + 392.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": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -43, + "op": 137, + "st": -43, + "bm": 0 + }, + { + "ddd": 0, + "ind": 42, + "ty": 4, + "nm": "top-fin-stroke", + "parent": 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.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + 168.744, + 39.431, + 0 + ], + "to": + [ + 0, + -2, + 0 + ], + "ti": + [ + 0, + 2, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + 168.744, + 27.431, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 104, + "s": + [ + 168.744, + 27.431, + 0 + ], + "to": + [ + 0, + 2, + 0 + ], + "ti": + [ + 0, + -2, + 0 + ] + }, + { + "t": 179, + "s": + [ + 168.744, + 39.431, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 22.215, + 113.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": 1, + "k": + [ + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -14.946, + -16.53 + ], + [ + 7.209, + -27.462 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 22.579, + 24.972 + ], + [ + -7.209, + 27.463 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -68.964, + 44.254 + ], + [ + 33.284, + -62.324 + ], + [ + 57.58, + -49.648 + ], + [ + 75.256, + 25.678 + ], + [ + 49.129, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 8, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -11.724, + -18.654 + ], + [ + 13.149, + -27.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 11.897, + 21.186 + ], + [ + -9.587, + 26.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -76.036, + 43.683 + ], + [ + 40.712, + -63.181 + ], + [ + 65.294, + -45.362 + ], + [ + 69.041, + 25.678 + ], + [ + 45.771, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 14, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -9.307, + -20.248 + ], + [ + 10.424, + -23.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 10.1, + 21.972 + ], + [ + -11.37, + 26.018 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.964, + 43.254 + ], + [ + 42.784, + -63.824 + ], + [ + 67.58, + -42.148 + ], + [ + 65.256, + 25.678 + ], + [ + 44.129, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 22, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -24.138, + 16.574 + ], + [ + -9.307, + -20.248 + ], + [ + 6.838, + -21.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 4.272, + -2.934 + ], + [ + 10.1, + 21.972 + ], + [ + -7.979, + 27.019 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.964, + 43.254 + ], + [ + 37.534, + -62.324 + ], + [ + 61.83, + -47.148 + ], + [ + 61.506, + 25.678 + ], + [ + 42.879, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -48.277, + 33.148 + ], + [ + -9.307, + -20.248 + ], + [ + 3.251, + -19.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 8.545, + -5.867 + ], + [ + 10.1, + 21.972 + ], + [ + -4.589, + 28.02 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.964, + 43.254 + ], + [ + 31.284, + -60.824 + ], + [ + 55.08, + -47.148 + ], + [ + 62.756, + 25.678 + ], + [ + 51.629, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -47.973, + 39.448 + ], + [ + -9.847, + -19.981 + ], + [ + 2.388, + -21.487 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 8.013, + -6.514 + ], + [ + 11.956, + 24.072 + ], + [ + -3.241, + 28.171 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -76.198, + 43.021 + ], + [ + 25.8, + -60.074 + ], + [ + 55.313, + -44.348 + ], + [ + 67.422, + 27.778 + ], + [ + 53.962, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 45, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -47.626, + 46.648 + ], + [ + -10.463, + -19.675 + ], + [ + 1.402, + -23.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.405, + -7.253 + ], + [ + 14.078, + 26.472 + ], + [ + -1.701, + 28.342 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -68.464, + 42.754 + ], + [ + 23.284, + -60.824 + ], + [ + 55.58, + -41.148 + ], + [ + 72.756, + 30.178 + ], + [ + 56.629, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 52, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -49.537, + 53.181 + ], + [ + -13.06, + -21.398 + ], + [ + 3.072, + -32.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.088, + -7.549 + ], + [ + 13.101, + 22.272 + ], + [ + -5.817, + 27.423 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -66.898, + 42.988 + ], + [ + 22.817, + -59.39 + ], + [ + 59.78, + -40.681 + ], + [ + 75.256, + 30.178 + ], + [ + 54.462, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -51.72, + 60.648 + ], + [ + -16.027, + -23.366 + ], + [ + 12.308, + -30.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 6.726, + -7.887 + ], + [ + 11.984, + 17.472 + ], + [ + -10.52, + 26.373 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -70.464, + 43.254 + ], + [ + 29.784, + -58.824 + ], + [ + 64.58, + -40.148 + ], + [ + 72.756, + 30.178 + ], + [ + 46.629, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 70, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -69.075, + 68.434 + ], + [ + -13.465, + -21.062 + ], + [ + 17.286, + -32.735 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.243, + -7.375 + ], + [ + 11.304, + 17.9 + ], + [ + -13.258, + 25.108 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -80.155, + 43.992 + ], + [ + 32.046, + -57.609 + ], + [ + 66.556, + -45.624 + ], + [ + 64.684, + 32.559 + ], + [ + 41.7, + 70.068 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 81, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -75.851, + 66.148 + ], + [ + -10.647, + -18.528 + ], + [ + 12.308, + -30.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.812, + -6.813 + ], + [ + 10.556, + 18.37 + ], + [ + -10.52, + 26.373 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -83.464, + 43.754 + ], + [ + 29.284, + -57.324 + ], + [ + 60.33, + -51.648 + ], + [ + 60.006, + 35.178 + ], + [ + 43.629, + 72.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 96, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -65.598, + 62.648 + ], + [ + -10.647, + -18.528 + ], + [ + 4.68, + -41.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.496, + -7.159 + ], + [ + 10.556, + 18.37 + ], + [ + -3.193, + 28.213 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -74.464, + 43.254 + ], + [ + 18.284, + -56.324 + ], + [ + 49.33, + -51.648 + ], + [ + 65.506, + 39.178 + ], + [ + 54.629, + 70.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 109, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -59.297, + 75.148 + ], + [ + -12.367, + -17.319 + ], + [ + 9.564, + -35.083 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 6.804, + -7.773 + ], + [ + 14.244, + 19.508 + ], + [ + -11.436, + 27.917 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -67.464, + 42.754 + ], + [ + 16.534, + -55.324 + ], + [ + 54.475, + -50.293 + ], + [ + 72.172, + 41.908 + ], + [ + 54.566, + 70.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 120, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -57.089, + 76.148 + ], + [ + -13.823, + -16.296 + ], + [ + 19.189, + -38.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 6.218, + -8.293 + ], + [ + 17.365, + 20.472 + ], + [ + -12.704, + 25.393 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -74.464, + 43.254 + ], + [ + 24.284, + -56.324 + ], + [ + 58.83, + -49.148 + ], + [ + 69.506, + 38.678 + ], + [ + 47.129, + 70.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 128, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -69.994, + 74.014 + ], + [ + -13.823, + -16.296 + ], + [ + 15.884, + -31.421 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.036, + -7.54 + ], + [ + 17.365, + 20.472 + ], + [ + -12.834, + 25.327 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -76.231, + 42.488 + ], + [ + 29.25, + -55.824 + ], + [ + 60.73, + -52.481 + ], + [ + 68.706, + 33.112 + ], + [ + 41.629, + 70.897 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 135, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -81.286, + 72.148 + ], + [ + -13.823, + -16.296 + ], + [ + 12.992, + -25.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.752, + -6.881 + ], + [ + 17.365, + 20.472 + ], + [ + -12.948, + 25.269 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.464, + 42.754 + ], + [ + 30.784, + -56.324 + ], + [ + 63.33, + -51.648 + ], + [ + 60.506, + 36.678 + ], + [ + 39.628, + 70.163 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 142, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -77.845, + 67.57 + ], + [ + -13.823, + -16.296 + ], + [ + 9.237, + -25.792 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 9.231, + -7.962 + ], + [ + 17.365, + 20.472 + ], + [ + -9.189, + 25.602 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -80.714, + 42.754 + ], + [ + 25.096, + -53.699 + ], + [ + 58.298, + -54.523 + ], + [ + 58.724, + 36.678 + ], + [ + 42.66, + 69.945 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 151, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -73.421, + 61.685 + ], + [ + -13.823, + -16.296 + ], + [ + 4.41, + -26.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 11.132, + -9.352 + ], + [ + 17.365, + 20.472 + ], + [ + -4.355, + 26.029 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -78.464, + 42.754 + ], + [ + 17.784, + -50.324 + ], + [ + 51.83, + -53.648 + ], + [ + 61.006, + 36.678 + ], + [ + 51.129, + 69.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 165, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -57.81, + 67.648 + ], + [ + -15.028, + -15.192 + ], + [ + 4.41, + -26.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 9.445, + -11.053 + ], + [ + 30.144, + 30.472 + ], + [ + -4.355, + 26.029 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -69.464, + 43.254 + ], + [ + 11.284, + -49.824 + ], + [ + 44.83, + -55.648 + ], + [ + 71.006, + 37.178 + ], + [ + 57.629, + 69.663 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -14.946, + -16.53 + ], + [ + 7.209, + -27.462 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 22.579, + 24.972 + ], + [ + -7.209, + 27.463 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -68.964, + 44.254 + ], + [ + 33.284, + -62.324 + ], + [ + 57.58, + -49.648 + ], + [ + 75.256, + 25.678 + ], + [ + 49.129, + 68.663 + ] + ], + "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": "gs", + "o": + { + "a": 0, + "k": 100, + "ix": 9 + }, + "w": + { + "a": 0, + "k": 2, + "ix": 10 + }, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 0.886, + 0.56, + 0.278, + 0.5, + 0.886, + 0.49, + 0.278, + 1, + 0.886, + 0.42, + 0.278 + ], + "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 1", + "mn": "ADBE Vector Graphic - G-Stroke", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 76.214, + 68.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": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 43, + "ty": 4, + "nm": "top-fin ", + "parent": 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.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + 168.744, + 39.431, + 0 + ], + "to": + [ + 0, + -2, + 0 + ], + "ti": + [ + 0, + 2, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + 168.744, + 27.431, + 0 + ], + "to": + [ + 0, + 0, + 0 + ], + "ti": + [ + 0, + 0, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 104, + "s": + [ + 168.744, + 27.431, + 0 + ], + "to": + [ + 0, + 2, + 0 + ], + "ti": + [ + 0, + -2, + 0 + ] + }, + { + "t": 179, + "s": + [ + 168.744, + 39.431, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 22.215, + 113.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": 1, + "k": + [ + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -14.946, + -16.53 + ], + [ + 7.209, + -27.462 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 22.579, + 24.972 + ], + [ + -7.209, + 27.463 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -68.964, + 44.254 + ], + [ + 33.284, + -62.324 + ], + [ + 57.58, + -49.648 + ], + [ + 75.256, + 25.678 + ], + [ + 49.129, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 8, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -11.724, + -18.654 + ], + [ + 13.149, + -27.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 11.897, + 21.186 + ], + [ + -9.587, + 26.637 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -76.036, + 43.683 + ], + [ + 40.712, + -63.181 + ], + [ + 65.294, + -45.362 + ], + [ + 69.041, + 25.678 + ], + [ + 45.771, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 14, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -9.307, + -20.248 + ], + [ + 10.424, + -23.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 10.1, + 21.972 + ], + [ + -11.37, + 26.018 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.964, + 43.254 + ], + [ + 42.784, + -63.824 + ], + [ + 67.58, + -42.148 + ], + [ + 65.256, + 25.678 + ], + [ + 44.129, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 22, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -24.138, + 16.574 + ], + [ + -9.307, + -20.248 + ], + [ + 6.838, + -21.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 4.272, + -2.934 + ], + [ + 10.1, + 21.972 + ], + [ + -7.979, + 27.019 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.964, + 43.254 + ], + [ + 37.534, + -62.324 + ], + [ + 61.83, + -47.148 + ], + [ + 61.506, + 25.678 + ], + [ + 42.879, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -48.277, + 33.148 + ], + [ + -9.307, + -20.248 + ], + [ + 3.251, + -19.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 8.545, + -5.867 + ], + [ + 10.1, + 21.972 + ], + [ + -4.589, + 28.02 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.964, + 43.254 + ], + [ + 31.284, + -60.824 + ], + [ + 55.08, + -47.148 + ], + [ + 62.756, + 25.678 + ], + [ + 51.629, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -47.973, + 39.448 + ], + [ + -9.847, + -19.981 + ], + [ + 2.388, + -21.487 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 8.013, + -6.514 + ], + [ + 11.956, + 24.072 + ], + [ + -3.241, + 28.171 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -76.198, + 43.021 + ], + [ + 25.8, + -60.074 + ], + [ + 55.313, + -44.348 + ], + [ + 67.422, + 27.778 + ], + [ + 53.962, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 45, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -47.626, + 46.648 + ], + [ + -10.463, + -19.675 + ], + [ + 1.402, + -23.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.405, + -7.253 + ], + [ + 14.078, + 26.472 + ], + [ + -1.701, + 28.342 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -68.464, + 42.754 + ], + [ + 23.284, + -60.824 + ], + [ + 55.58, + -41.148 + ], + [ + 72.756, + 30.178 + ], + [ + 56.629, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 52, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -49.537, + 53.181 + ], + [ + -13.06, + -21.398 + ], + [ + 3.072, + -32.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.088, + -7.549 + ], + [ + 13.101, + 22.272 + ], + [ + -5.817, + 27.423 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -66.898, + 42.988 + ], + [ + 22.817, + -59.39 + ], + [ + 59.78, + -40.681 + ], + [ + 75.256, + 30.178 + ], + [ + 54.462, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -51.72, + 60.648 + ], + [ + -16.027, + -23.366 + ], + [ + 12.308, + -30.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 6.726, + -7.887 + ], + [ + 11.984, + 17.472 + ], + [ + -10.52, + 26.373 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -70.464, + 43.254 + ], + [ + 29.784, + -58.824 + ], + [ + 64.58, + -40.148 + ], + [ + 72.756, + 30.178 + ], + [ + 46.629, + 68.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 70, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -69.075, + 68.434 + ], + [ + -13.465, + -21.062 + ], + [ + 17.286, + -32.735 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.243, + -7.375 + ], + [ + 11.304, + 17.9 + ], + [ + -13.258, + 25.108 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -80.155, + 43.992 + ], + [ + 32.046, + -57.609 + ], + [ + 66.556, + -45.624 + ], + [ + 64.684, + 32.559 + ], + [ + 41.7, + 70.068 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 81, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -75.851, + 66.148 + ], + [ + -10.647, + -18.528 + ], + [ + 12.308, + -30.854 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.812, + -6.813 + ], + [ + 10.556, + 18.37 + ], + [ + -10.52, + 26.373 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -83.464, + 43.754 + ], + [ + 29.284, + -57.324 + ], + [ + 60.33, + -51.648 + ], + [ + 60.006, + 35.178 + ], + [ + 43.629, + 72.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 96, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -65.598, + 62.648 + ], + [ + -10.647, + -18.528 + ], + [ + 4.68, + -41.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.496, + -7.159 + ], + [ + 10.556, + 18.37 + ], + [ + -3.193, + 28.213 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -74.464, + 43.254 + ], + [ + 18.284, + -56.324 + ], + [ + 49.33, + -51.648 + ], + [ + 65.506, + 39.178 + ], + [ + 54.629, + 70.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 109, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -59.297, + 75.148 + ], + [ + -12.367, + -17.319 + ], + [ + 9.564, + -35.083 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 6.804, + -7.773 + ], + [ + 14.244, + 19.508 + ], + [ + -11.436, + 27.917 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -67.464, + 42.754 + ], + [ + 16.534, + -55.324 + ], + [ + 54.475, + -50.293 + ], + [ + 72.172, + 41.908 + ], + [ + 54.566, + 70.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 120, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -57.089, + 76.148 + ], + [ + -13.823, + -16.296 + ], + [ + 19.189, + -38.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 6.218, + -8.293 + ], + [ + 17.365, + 20.472 + ], + [ + -12.704, + 25.393 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -74.464, + 43.254 + ], + [ + 24.284, + -56.324 + ], + [ + 58.83, + -49.148 + ], + [ + 69.506, + 38.678 + ], + [ + 47.129, + 70.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 128, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -69.994, + 74.014 + ], + [ + -13.823, + -16.296 + ], + [ + 15.884, + -31.421 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.036, + -7.54 + ], + [ + 17.365, + 20.472 + ], + [ + -12.834, + 25.327 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -76.231, + 42.488 + ], + [ + 29.25, + -55.824 + ], + [ + 60.73, + -52.481 + ], + [ + 68.706, + 33.112 + ], + [ + 41.629, + 70.897 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 135, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -81.286, + 72.148 + ], + [ + -13.823, + -16.296 + ], + [ + 12.992, + -25.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 7.752, + -6.881 + ], + [ + 17.365, + 20.472 + ], + [ + -12.948, + 25.269 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -82.464, + 42.754 + ], + [ + 30.784, + -56.324 + ], + [ + 63.33, + -51.648 + ], + [ + 60.506, + 36.678 + ], + [ + 39.628, + 70.163 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 142, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -77.845, + 67.57 + ], + [ + -13.823, + -16.296 + ], + [ + 9.237, + -25.792 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 9.231, + -7.962 + ], + [ + 17.365, + 20.472 + ], + [ + -9.189, + 25.602 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -80.714, + 42.754 + ], + [ + 25.096, + -53.699 + ], + [ + 58.298, + -54.523 + ], + [ + 58.724, + 36.678 + ], + [ + 42.66, + 69.945 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 151, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -73.421, + 61.685 + ], + [ + -13.823, + -16.296 + ], + [ + 4.41, + -26.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 11.132, + -9.352 + ], + [ + 17.365, + 20.472 + ], + [ + -4.355, + 26.029 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -78.464, + 42.754 + ], + [ + 17.784, + -50.324 + ], + [ + 51.83, + -53.648 + ], + [ + 61.006, + 36.678 + ], + [ + 51.129, + 69.663 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 165, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -57.81, + 67.648 + ], + [ + -15.028, + -15.192 + ], + [ + 4.41, + -26.354 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 9.445, + -11.053 + ], + [ + 30.144, + 30.472 + ], + [ + -4.355, + 26.029 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -69.464, + 43.254 + ], + [ + 11.284, + -49.824 + ], + [ + 44.83, + -55.648 + ], + [ + 71.006, + 37.178 + ], + [ + 57.629, + 69.663 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -14.946, + -16.53 + ], + [ + 7.209, + -27.462 + ], + [ + 0, + 0 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 22.579, + 24.972 + ], + [ + -7.209, + 27.463 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -68.964, + 44.254 + ], + [ + 33.284, + -62.324 + ], + [ + 57.58, + -49.648 + ], + [ + 75.256, + 25.678 + ], + [ + 49.129, + 68.663 + ] + ], + "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, + 0.886, + 0.42, + 0.278, + 0.425, + 0.943, + 0.478, + 0.261, + 1, + 1, + 0.537, + 0.243, + 0, + 0, + 0.58, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + -72.852, + 189.492 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + 44.633, + -47.031 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 76.214, + 68.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": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 44, + "ty": 4, + "nm": "bottom-right-fin", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 12, + "ix": 10 + }, + "p": + { + "a": 1, + "k": + [ + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 0, + "s": + [ + 160.795, + 246.51, + 0 + ], + "to": + [ + 0, + -3.333, + 0 + ], + "ti": + [ + 0, + 2.333, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + 160.795, + 226.51, + 0 + ], + "to": + [ + 0, + -2.333, + 0 + ], + "ti": + [ + 0, + -3.333, + 0 + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 104, + "s": + [ + 160.795, + 232.51, + 0 + ], + "to": + [ + 0, + 3.333, + 0 + ], + "ti": + [ + 0, + -2.333, + 0 + ] + }, + { + "t": 179, + "s": + [ + 160.795, + 246.51, + 0 + ] + } + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 12.729, + 7.862, + 0 + ], + "ix": 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 + ], + [ + -30.748, + -28.635 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 36.748, + 34.222 + ], + [ + 0, + 0 + ], + [ + 0, + -11.576 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -47.46, + -63.933 + ], + [ + -12.328, + 37.585 + ], + [ + 53.22, + 65.183 + ], + [ + 62.005, + -31.882 + ], + [ + 42.066, + -54.967 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 11, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -39.394, + -29.047 + ], + [ + 0, + 0 + ], + [ + 1.815, + 14.426 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 39.879, + 30.161 + ], + [ + 0, + 0 + ], + [ + -0.821, + -11.73 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -55.816, + -60.316 + ], + [ + -10.698, + 31.667 + ], + [ + 55.941, + 60.669 + ], + [ + 66.412, + -29.062 + ], + [ + 46.416, + -52.416 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 20, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -50.366, + -22.042 + ], + [ + 0, + 0 + ], + [ + 3.301, + 26.228 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 55.973, + 24.496 + ], + [ + 0, + 0 + ], + [ + -1.492, + -11.856 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -59.417, + -55.257 + ], + [ + -6.459, + 36.338 + ], + [ + 63.607, + 56.331 + ], + [ + 63.283, + -23.464 + ], + [ + 43.24, + -47.038 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 31, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -46.467, + -29.383 + ], + [ + 0, + 0 + ], + [ + 9.425, + 46.141 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 42.442, + 26.838 + ], + [ + 0, + 0 + ], + [ + -2.392, + -11.708 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -49.178, + -59.989 + ], + [ + -23.4, + 38.405 + ], + [ + 64.169, + 54.166 + ], + [ + 57.06, + -19.074 + ], + [ + 37.017, + -42.648 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 45, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -46.854, + -28.762 + ], + [ + 0, + 0 + ], + [ + -1.808, + 42.443 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 42.182, + 25.894 + ], + [ + 0, + 0 + ], + [ + 0.721, + -16.927 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -42.007, + -67.136 + ], + [ + -14.858, + 47.324 + ], + [ + 57.665, + 59.638 + ], + [ + 52.793, + -15.1 + ], + [ + 39.12, + -47.184 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 52, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -47.398, + -29.375 + ], + [ + 0, + 0 + ], + [ + -5.47, + 49.401 + ], + [ + 14.274, + 2.654 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 42.072, + 26.07 + ], + [ + 0, + 0 + ], + [ + 1.697, + -16.825 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -41.151, + -66.637 + ], + [ + -5.817, + 49.458 + ], + [ + 55.95, + 61.672 + ], + [ + 58.031, + -16.588 + ], + [ + 42.144, + -50.11 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -47.843, + -31.647 + ], + [ + 0, + 0 + ], + [ + -9.656, + 57.353 + ], + [ + 17.499, + 3.762 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 41.281, + 27.306 + ], + [ + 0, + 0 + ], + [ + 2.813, + -16.708 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -48.334, + -63.236 + ], + [ + 4.515, + 51.896 + ], + [ + 53.991, + 63.997 + ], + [ + 61.253, + -20.988 + ], + [ + 42.836, + -56.153 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 71, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -48.02, + -30.075 + ], + [ + 0, + 0 + ], + [ + -4.164, + 58.328 + ], + [ + 20.942, + 5.173 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 41.947, + 26.272 + ], + [ + 0, + 0 + ], + [ + 1.215, + -16.83 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -54.98, + -58.659 + ], + [ + -4.17, + 35.997 + ], + [ + 61.423, + 61.517 + ], + [ + 67.442, + -12.372 + ], + [ + 46.398, + -52.334 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 81, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -53.301, + -19.221 + ], + [ + 0, + 0 + ], + [ + 0.83, + 59.214 + ], + [ + 24.072, + 6.455 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 64.386, + 23.218 + ], + [ + 0, + 0 + ], + [ + -0.237, + -16.941 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -55.817, + -57.556 + ], + [ + -10.195, + 35.598 + ], + [ + 62.347, + 57.621 + ], + [ + 65.442, + 1.125 + ], + [ + 42.366, + -46.341 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 89, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -45.504, + -30.37 + ], + [ + 0, + 0 + ], + [ + 2.995, + 59.235 + ], + [ + 24.072, + 6.455 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 41.114, + 27.511 + ], + [ + 0, + 0 + ], + [ + -0.853, + -16.909 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -50.597, + -63.416 + ], + [ + -23.704, + 36.125 + ], + [ + 66.852, + 57.595 + ], + [ + 61.323, + 2.962 + ], + [ + 37.211, + -42.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 98, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -42.673, + -30.701 + ], + [ + 0, + 0 + ], + [ + 5.431, + 59.258 + ], + [ + 24.072, + 6.455 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 40.177, + 28.906 + ], + [ + 0, + 0 + ], + [ + -1.546, + -16.872 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -42.361, + -63.994 + ], + [ + -22.672, + 41.829 + ], + [ + 59.829, + 60.201 + ], + [ + 54.964, + 2.33 + ], + [ + 29.203, + -48.144 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 107, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -35.546, + -28.337 + ], + [ + 0, + 0 + ], + [ + -1.693, + 60.502 + ], + [ + 24.072, + 6.455 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 34.657, + 27.628 + ], + [ + 0, + 0 + ], + [ + 0.431, + -16.834 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -42.552, + -66.87 + ], + [ + -15.681, + 45.154 + ], + [ + 52.466, + 62.908 + ], + [ + 51.953, + -4.337 + ], + [ + 32.075, + -54.016 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 115, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -38.852, + -28.401 + ], + [ + 0, + 0 + ], + [ + -8.025, + 61.607 + ], + [ + 24.072, + 6.455 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 32.068, + 23.443 + ], + [ + 0, + 0 + ], + [ + 2.188, + -16.801 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -46.023, + -66.794 + ], + [ + -8.011, + 45.869 + ], + [ + 51.857, + 65.984 + ], + [ + 58.515, + -12.227 + ], + [ + 37.456, + -55.009 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 125, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -38.378, + -29.029 + ], + [ + 0, + 0 + ], + [ + -6.654, + 61.585 + ], + [ + 24.447, + 3.416 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 37.474, + 28.481 + ], + [ + 0, + 0 + ], + [ + 1.819, + -16.841 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -51.966, + -58.428 + ], + [ + -6.256, + 37.801 + ], + [ + 53.879, + 63.348 + ], + [ + 61.999, + -16.088 + ], + [ + 41.188, + -55.426 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 134, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -37.951, + -29.594 + ], + [ + 0, + 0 + ], + [ + -5.42, + 61.565 + ], + [ + 24.785, + 0.68 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 42.339, + 33.016 + ], + [ + 0, + 0 + ], + [ + 1.486, + -16.877 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -55.713, + -57.067 + ], + [ + -16.082, + 27.138 + ], + [ + 60.88, + 57.932 + ], + [ + 65.924, + -15.846 + ], + [ + 37.903, + -50.504 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 141, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -36.102, + -26.678 + ], + [ + 0, + 0 + ], + [ + 0.583, + 55.578 + ], + [ + 21.714, + 1.382 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 43.234, + 31.795 + ], + [ + 0, + 0 + ], + [ + -2.201, + -28.597 + ], + [ + -14.609, + -1.752 + ] + ], + "v": + [ + [ + -55.241, + -55.327 + ], + [ + -25.363, + 24.68 + ], + [ + 63.328, + 55.981 + ], + [ + 63.95, + -0.126 + ], + [ + 38.506, + -47.667 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 149, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -33.988, + -23.346 + ], + [ + 0, + 0 + ], + [ + 7.444, + 48.737 + ], + [ + 18.204, + 2.184 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 44.256, + 30.399 + ], + [ + 0, + 0 + ], + [ + -6.414, + -41.992 + ], + [ + -31.304, + -3.755 + ] + ], + "v": + [ + [ + -51.623, + -59.47 + ], + [ + -28.278, + 32.286 + ], + [ + 66.125, + 53.751 + ], + [ + 60.448, + 1.675 + ], + [ + 31.19, + -46.01 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 157, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -33.988, + -23.346 + ], + [ + 0, + 0 + ], + [ + 3.404, + 49.017 + ], + [ + 17.715, + 4.232 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 44.256, + 30.399 + ], + [ + 0, + 0 + ], + [ + -2.913, + -43.758 + ], + [ + -33.526, + -8.395 + ] + ], + "v": + [ + [ + -47.007, + -63.007 + ], + [ + -26.001, + 38.191 + ], + [ + 61.65, + 56.746 + ], + [ + 56.294, + 10.992 + ], + [ + 33.599, + -45.5 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 165, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -33.988, + -23.346 + ], + [ + 0, + 0 + ], + [ + -0.637, + 49.298 + ], + [ + 17.225, + 6.281 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 44.256, + 30.399 + ], + [ + 0, + 0 + ], + [ + 0.588, + -45.525 + ], + [ + -35.747, + -13.034 + ] + ], + "v": + [ + [ + -42.392, + -66.543 + ], + [ + -20.997, + 42.495 + ], + [ + 59.34, + 60.305 + ], + [ + 53.35, + 6.762 + ], + [ + 35.176, + -48.902 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 172, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -34.813, + -25.471 + ], + [ + 0, + 0 + ], + [ + -3.407, + 49.106 + ], + [ + 17.225, + 6.281 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 37.509, + 27.109 + ], + [ + 0, + 0 + ], + [ + 3.671, + -49.503 + ], + [ + -35.747, + -13.034 + ] + ], + "v": + [ + [ + -43.407, + -65.305 + ], + [ + -11.976, + 46.456 + ], + [ + 54.48, + 63.893 + ], + [ + 53.812, + 12.542 + ], + [ + 39.006, + -52.527 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + -30.748, + -28.635 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 11.453, + 1.684 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + 36.748, + 34.222 + ], + [ + 0, + 0 + ], + [ + 0, + -11.576 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -47.46, + -63.933 + ], + [ + -12.328, + 37.585 + ], + [ + 53.22, + 65.183 + ], + [ + 62.005, + -31.882 + ], + [ + 42.066, + -54.967 + ] + ], + "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, + 0.886, + 0.42, + 0.278, + 0.425, + 0.943, + 0.578, + 0.424, + 1, + 1, + 0.737, + 0.569, + 0, + 0, + 0.58, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + -46.984, + -143.164 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + 28.664, + 14.086 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 56.728, + 62.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 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": -12, + "op": 180, + "st": -12, + "bm": 0 + }, + { + "ddd": 0, + "ind": 45, + "ty": 4, + "nm": "top-tail-mg", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 80, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 354.614, + 123.185, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 5.266, + 172.044, + 0 + ], + "ix": 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 + ], + [ + 0, + 0 + ], + [ + -43.179, + -5.516 + ], + [ + 0, + 0 + ], + [ + 1.037, + -64.772 + ], + [ + 88.343, + 22.087 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 77.213, + 9.864 + ], + [ + 14.49, + -1.636 + ], + [ + -0.473, + 29.536 + ], + [ + -48.91, + -12.228 + ] + ], + "v": + [ + [ + -102.516, + 84.298 + ], + [ + -103.016, + 1.298 + ], + [ + -14.424, + -88.794 + ], + [ + 87.798, + -88.294 + ], + [ + 77.251, + -4.658 + ], + [ + -33.302, + 87.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 9, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -48.022, + -8.066 + ], + [ + 0, + 0 + ], + [ + 4.098, + -55.816 + ], + [ + 105.059, + 15.865 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 71.932, + 12.083 + ], + [ + 11.959, + 0.051 + ], + [ + -3.842, + 40.331 + ], + [ + -39.441, + -4.635 + ] + ], + "v": + [ + [ + -103.016, + 92.454 + ], + [ + -102.734, + 5.236 + ], + [ + -6.268, + -93.013 + ], + [ + 88.861, + -82.294 + ], + [ + 78.376, + -11.002 + ], + [ + -36.895, + 81.704 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 16, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -42.844, + -7.699 + ], + [ + 0, + 0 + ], + [ + 6.479, + -48.85 + ], + [ + 103.09, + -1.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 82.713, + 14.864 + ], + [ + 9.99, + 1.364 + ], + [ + -6.463, + 48.728 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -103.016, + 95.298 + ], + [ + -102.516, + 8.298 + ], + [ + 0.076, + -96.294 + ], + [ + 88.798, + -81.794 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 82.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 22, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.059, + -2.687 + ], + [ + 0, + 0 + ], + [ + 6.01, + -55.888 + ], + [ + 94.668, + -8.371 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.198, + -61.228 + ], + [ + 47.497, + -3.136 + ], + [ + 6.497, + 3.078 + ], + [ + -5.425, + 48.839 + ], + [ + -10.277, + 2.122 + ] + ], + "v": + [ + [ + -103.016, + 100.869 + ], + [ + -102.516, + 8.298 + ], + [ + 0.79, + -96.794 + ], + [ + 90.727, + -83.008 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 83.655 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.347, + 3.996 + ], + [ + 0, + 0 + ], + [ + 5.386, + -65.272 + ], + [ + 83.439, + -17.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 66.562, + -6.136 + ], + [ + 1.839, + 5.364 + ], + [ + -4.042, + 48.988 + ], + [ + -23.981, + 4.951 + ] + ], + "v": + [ + [ + -103.016, + 97.798 + ], + [ + -102.516, + 8.298 + ], + [ + 11.076, + -96.294 + ], + [ + 93.298, + -89.294 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 91.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -56.131, + 7.268 + ], + [ + -1.504, + -4.289 + ], + [ + 5.513, + -64.16 + ], + [ + 70.288, + -6.882 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 75.834, + -11.559 + ], + [ + 2.617, + 7.518 + ], + [ + -4.918, + 56.925 + ], + [ + -24.245, + 1.813 + ] + ], + "v": + [ + [ + -103.016, + 92.413 + ], + [ + -102.516, + 8.298 + ], + [ + 11.46, + -91.371 + ], + [ + 92.029, + -94.063 + ], + [ + 77.713, + -17.812 + ], + [ + -31.994, + 96.452 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 43, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -67.089, + 10.073 + ], + [ + -2.794, + -7.965 + ], + [ + 5.622, + -63.207 + ], + [ + 63.384, + 2.272 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 67.507, + -10.136 + ], + [ + 3.284, + 9.364 + ], + [ + -5.669, + 63.728 + ], + [ + -24.471, + -0.877 + ] + ], + "v": + [ + [ + -103.016, + 87.798 + ], + [ + -102.516, + 8.298 + ], + [ + 1.576, + -85.294 + ], + [ + 92.798, + -96.294 + ], + [ + 77.251, + -21.158 + ], + [ + -28.302, + 95.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 52, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -73.353, + -9.577 + ], + [ + -2.794, + -7.965 + ], + [ + 6.207, + -63.152 + ], + [ + 71.288, + 19.066 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 62.007, + 2.57 + ], + [ + 3.284, + 9.364 + ], + [ + -6.353, + 64.64 + ], + [ + -60.712, + -10.434 + ] + ], + "v": + [ + [ + -103.28, + 85.68 + ], + [ + -102.516, + 8.298 + ], + [ + -0.189, + -82.353 + ], + [ + 91.063, + -93.941 + ], + [ + 78.31, + -19.57 + ], + [ + -34.831, + 92.504 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -70.622, + -17.142 + ], + [ + -2.794, + -7.965 + ], + [ + 5.539, + -63.214 + ], + [ + 92.14, + 22.722 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 57.118, + 13.864 + ], + [ + 3.284, + 9.364 + ], + [ + -5.058, + 57.728 + ], + [ + -43.505, + -10.728 + ] + ], + "v": + [ + [ + -103.516, + 83.798 + ], + [ + -102.516, + 8.298 + ], + [ + 1.076, + -87.294 + ], + [ + 93.298, + -84.294 + ], + [ + 79.251, + -18.158 + ], + [ + -37.802, + 85.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 68, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -56.347, + -8.036 + ], + [ + -36.97, + 1.297 + ], + [ + 5.539, + -63.214 + ], + [ + 91.364, + 13.905 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -2.606, + -60.428 + ], + [ + 46.653, + 6.464 + ], + [ + 6.644, + 5.743 + ], + [ + -5.058, + 57.728 + ], + [ + -44.045, + -3.461 + ] + ], + "v": + [ + [ + -103.516, + 92.065 + ], + [ + -102.516, + 14.698 + ], + [ + -10.391, + -94.394 + ], + [ + 91.232, + -82.727 + ], + [ + 79.251, + -18.158 + ], + [ + -30.102, + 81.165 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 75, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -64.868, + -1.636 + ], + [ + -6.091, + -1.636 + ], + [ + 5.539, + -63.214 + ], + [ + 88.009, + -5.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 50.229, + 1.267 + ], + [ + 9.583, + 2.574 + ], + [ + -5.058, + 57.728 + ], + [ + -44.517, + 2.897 + ] + ], + "v": + [ + [ + -103.516, + 99.298 + ], + [ + -102.516, + 20.298 + ], + [ + -5.425, + -97.794 + ], + [ + 91.298, + -82.294 + ], + [ + 79.251, + -18.158 + ], + [ + -24.302, + 81.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -66.217, + 12.13 + ], + [ + -6.091, + -1.636 + ], + [ + 4.176, + -65.645 + ], + [ + 77.091, + -9.195 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -6.726, + -59.228 + ], + [ + 54.459, + -6.148 + ], + [ + 9.583, + 2.574 + ], + [ + -3.72, + 57.816 + ], + [ + -44.187, + 5.591 + ] + ], + "v": + [ + [ + -103.516, + 97.698 + ], + [ + -103.016, + 28.798 + ], + [ + -6.025, + -97.061 + ], + [ + 89.565, + -88.427 + ], + [ + 77.718, + -10.425 + ], + [ + -52.935, + 93.931 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 90, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.142, + 14.805 + ], + [ + -6.091, + -1.636 + ], + [ + 2.984, + -67.772 + ], + [ + 67.537, + -12.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 58.16, + -12.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.549, + 57.893 + ], + [ + -43.898, + 7.948 + ] + ], + "v": + [ + [ + -103.516, + 96.298 + ], + [ + -102.516, + 20.298 + ], + [ + -8.425, + -90.794 + ], + [ + 91.798, + -93.794 + ], + [ + 78.251, + -18.658 + ], + [ + -28.302, + 93.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 97, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.874, + 8.718 + ], + [ + -6.071, + -1.708 + ], + [ + 3.461, + -67.748 + ], + [ + 67.582, + -1.071 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 64.367, + -13.103 + ], + [ + 13.377, + 3.764 + ], + [ + -2.705, + 53.616 + ], + [ + -49.699, + -0.301 + ] + ], + "v": + [ + [ + -103.516, + 89.765 + ], + [ + -103.516, + 20.798 + ], + [ + -15.925, + -83.827 + ], + [ + 87.565, + -98.194 + ], + [ + 77.751, + -14.991 + ], + [ + -31.802, + 97.465 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 105, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -69.71, + 1.76 + ], + [ + -6.091, + -1.636 + ], + [ + 4.007, + -67.719 + ], + [ + 67.634, + 11.68 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 64.793, + -1.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.883, + 48.728 + ], + [ + -56.33, + -9.728 + ] + ], + "v": + [ + [ + -103.516, + 82.298 + ], + [ + -102.516, + 20.298 + ], + [ + -23.425, + -82.294 + ], + [ + 91.298, + -96.794 + ], + [ + 78.251, + -16.158 + ], + [ + -28.302, + 95.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 112, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.974, + -5.992 + ], + [ + -6.091, + -1.636 + ], + [ + 3.954, + -67.723 + ], + [ + 84.152, + 20.505 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 73.872, + 7.697 + ], + [ + 9.583, + 2.574 + ], + [ + -2.67, + 45.694 + ], + [ + -55.536, + -13.532 + ] + ], + "v": + [ + [ + -103.516, + 84.165 + ], + [ + -102.516, + 20.298 + ], + [ + -18.558, + -86.494 + ], + [ + 91.298, + -91.661 + ], + [ + 77.251, + -12.191 + ], + [ + -32.435, + 90.065 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 120, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.132, + -14.851 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 79.126, + 15.272 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 84.249, + 18.364 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -56.128, + -10.833 + ] + ], + "v": + [ + [ + -103.516, + 86.298 + ], + [ + -102.516, + 20.298 + ], + [ + -11.925, + -91.294 + ], + [ + 91.298, + -85.794 + ], + [ + 78.251, + -7.658 + ], + [ + -24.302, + 87.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 133, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -60.277, + -11.136 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 78.1, + -1.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 69.236, + 12.791 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -58.009, + 1.284 + ] + ], + "v": + [ + [ + -103.016, + 95.298 + ], + [ + -102.516, + 20.298 + ], + [ + -3.425, + -97.294 + ], + [ + 91.298, + -81.794 + ], + [ + 78.251, + -7.658 + ], + [ + -18.302, + 81.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 140, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -60.676, + -2.964 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 71.714, + -8.478 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.207, + -56.478 + ], + [ + 73.702, + 0.614 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -57.258, + 7.228 + ] + ], + "v": + [ + [ + -104.016, + 101.798 + ], + [ + -102.766, + 24.048 + ], + [ + -3.675, + -97.044 + ], + [ + 91.048, + -85.794 + ], + [ + 78.251, + -10.658 + ], + [ + -17.052, + 82.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 147, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -61.076, + 5.209 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 65.329, + -15.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 71.952, + -6.136 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -56.508, + 13.172 + ] + ], + "v": + [ + [ + -105.016, + 98.298 + ], + [ + -103.016, + 19.798 + ], + [ + -3.925, + -96.794 + ], + [ + 90.798, + -89.794 + ], + [ + 78.251, + -13.658 + ], + [ + -15.802, + 87.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 155, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -74.883, + 15.364 + ], + [ + -6.091, + -1.636 + ], + [ + 4.441, + -65.022 + ], + [ + 58.992, + -10.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 72.617, + -15.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.882, + 42.198 + ], + [ + -57.261, + 9.466 + ] + ], + "v": + [ + [ + -104.516, + 91.548 + ], + [ + -103.016, + 19.798 + ], + [ + -6.925, + -87.794 + ], + [ + 91.298, + -96.044 + ], + [ + 77.251, + -14.908 + ], + [ + -18.802, + 92.048 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 163, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -79.101, + 10.331 + ], + [ + -6.091, + -1.636 + ], + [ + 5.603, + -81.772 + ], + [ + 52.656, + -5.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 73.779, + -9.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.891, + 42.199 + ], + [ + -58.014, + 5.76 + ] + ], + "v": + [ + [ + -104.016, + 84.798 + ], + [ + -103.016, + 19.798 + ], + [ + -10.925, + -85.794 + ], + [ + 90.798, + -97.294 + ], + [ + 76.251, + -7.158 + ], + [ + -15.802, + 96.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 172, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -73.119, + -1.21 + ], + [ + -18.313, + -5.636 + ], + [ + 5.603, + -81.772 + ], + [ + 82.787, + 15.772 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 82.41, + 1.364 + ], + [ + 9.484, + 2.919 + ], + [ + -2.891, + 42.199 + ], + [ + -65.571, + -12.492 + ] + ], + "v": + [ + [ + -104.016, + 84.798 + ], + [ + -103.016, + 19.798 + ], + [ + -20.425, + -83.294 + ], + [ + 92.298, + -93.294 + ], + [ + 76.251, + -7.158 + ], + [ + -36.302, + 93.798 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.179, + -5.516 + ], + [ + 0, + 0 + ], + [ + 1.037, + -64.772 + ], + [ + 88.343, + 22.087 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 77.213, + 9.864 + ], + [ + 14.49, + -1.636 + ], + [ + -0.473, + 29.536 + ], + [ + -48.91, + -12.228 + ] + ], + "v": + [ + [ + -102.516, + 84.298 + ], + [ + -103.016, + 1.298 + ], + [ + -14.424, + -88.794 + ], + [ + 87.798, + -88.294 + ], + [ + 77.251, + -4.658 + ], + [ + -33.302, + 87.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": "gf", + "o": + { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 0.886, + 0.42, + 0.278, + 0.425, + 0.943, + 0.478, + 0.261, + 1, + 1, + 0.537, + 0.243, + 0, + 0, + 0.324, + 0.5, + 0.786, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + 108.981, + -122.035 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + -112.194, + 103.528 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 103.265, + 91.044 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 0, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 85, + 85 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "a": 0, + "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": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 46, + "ty": 4, + "nm": "top-tail-bg-stroke", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 354.614, + 123.185, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 5.266, + 172.044, + 0 + ], + "ix": 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 + ], + [ + 0, + 0 + ], + [ + -43.179, + -5.516 + ], + [ + 0, + 0 + ], + [ + 1.037, + -64.772 + ], + [ + 88.343, + 22.087 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 77.213, + 9.864 + ], + [ + 14.49, + -1.636 + ], + [ + -0.473, + 29.536 + ], + [ + -48.91, + -12.228 + ] + ], + "v": + [ + [ + -102.516, + 84.298 + ], + [ + -103.016, + 1.298 + ], + [ + -14.424, + -88.794 + ], + [ + 87.798, + -88.294 + ], + [ + 77.251, + -4.658 + ], + [ + -33.302, + 87.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 9, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -48.022, + -8.066 + ], + [ + 0, + 0 + ], + [ + 4.098, + -55.816 + ], + [ + 105.059, + 15.865 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 71.932, + 12.083 + ], + [ + 11.959, + 0.051 + ], + [ + -3.842, + 40.331 + ], + [ + -39.441, + -4.635 + ] + ], + "v": + [ + [ + -103.016, + 92.454 + ], + [ + -102.734, + 5.236 + ], + [ + -6.268, + -93.013 + ], + [ + 88.861, + -82.294 + ], + [ + 78.376, + -11.002 + ], + [ + -36.895, + 81.704 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 16, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -42.844, + -7.699 + ], + [ + 0, + 0 + ], + [ + 6.479, + -48.85 + ], + [ + 103.09, + -1.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 82.713, + 14.864 + ], + [ + 9.99, + 1.364 + ], + [ + -6.463, + 48.728 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -103.016, + 95.298 + ], + [ + -102.516, + 8.298 + ], + [ + 0.076, + -96.294 + ], + [ + 88.798, + -81.794 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 82.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 22, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.059, + -2.687 + ], + [ + 0, + 0 + ], + [ + 6.01, + -55.888 + ], + [ + 94.668, + -8.371 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.198, + -61.228 + ], + [ + 47.497, + -3.136 + ], + [ + 6.497, + 3.078 + ], + [ + -5.425, + 48.839 + ], + [ + -10.277, + 2.122 + ] + ], + "v": + [ + [ + -103.016, + 100.869 + ], + [ + -102.516, + 8.298 + ], + [ + 0.79, + -96.794 + ], + [ + 90.727, + -83.008 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 83.655 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.347, + 3.996 + ], + [ + 0, + 0 + ], + [ + 5.386, + -65.272 + ], + [ + 83.439, + -17.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 66.562, + -6.136 + ], + [ + 1.839, + 5.364 + ], + [ + -4.042, + 48.988 + ], + [ + -23.981, + 4.951 + ] + ], + "v": + [ + [ + -103.016, + 97.798 + ], + [ + -102.516, + 8.298 + ], + [ + 11.076, + -96.294 + ], + [ + 93.298, + -89.294 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 91.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -56.131, + 7.268 + ], + [ + -1.504, + -4.289 + ], + [ + 5.513, + -64.16 + ], + [ + 70.288, + -6.882 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 75.834, + -11.559 + ], + [ + 2.617, + 7.518 + ], + [ + -4.918, + 56.925 + ], + [ + -24.245, + 1.813 + ] + ], + "v": + [ + [ + -103.016, + 92.413 + ], + [ + -102.516, + 8.298 + ], + [ + 11.46, + -91.371 + ], + [ + 92.029, + -94.063 + ], + [ + 77.713, + -17.812 + ], + [ + -31.994, + 96.452 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 43, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -67.089, + 10.073 + ], + [ + -2.794, + -7.965 + ], + [ + 5.622, + -63.207 + ], + [ + 63.384, + 2.272 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 67.507, + -10.136 + ], + [ + 3.284, + 9.364 + ], + [ + -5.669, + 63.728 + ], + [ + -24.471, + -0.877 + ] + ], + "v": + [ + [ + -103.016, + 87.798 + ], + [ + -102.516, + 8.298 + ], + [ + 1.576, + -85.294 + ], + [ + 92.798, + -96.294 + ], + [ + 77.251, + -21.158 + ], + [ + -28.302, + 95.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 52, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -73.353, + -9.577 + ], + [ + -2.794, + -7.965 + ], + [ + 6.207, + -63.152 + ], + [ + 71.288, + 19.066 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 62.007, + 2.57 + ], + [ + 3.284, + 9.364 + ], + [ + -6.353, + 64.64 + ], + [ + -60.712, + -10.434 + ] + ], + "v": + [ + [ + -103.28, + 85.68 + ], + [ + -102.516, + 8.298 + ], + [ + -0.189, + -82.353 + ], + [ + 91.063, + -93.941 + ], + [ + 78.31, + -19.57 + ], + [ + -34.831, + 92.504 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -70.622, + -17.142 + ], + [ + -2.794, + -7.965 + ], + [ + 5.539, + -63.214 + ], + [ + 92.14, + 22.722 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 57.118, + 13.864 + ], + [ + 3.284, + 9.364 + ], + [ + -5.058, + 57.728 + ], + [ + -43.505, + -10.728 + ] + ], + "v": + [ + [ + -103.516, + 83.798 + ], + [ + -102.516, + 8.298 + ], + [ + 1.076, + -87.294 + ], + [ + 93.298, + -84.294 + ], + [ + 79.251, + -18.158 + ], + [ + -37.802, + 85.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 68, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -56.347, + -8.036 + ], + [ + -36.97, + 1.297 + ], + [ + 5.539, + -63.214 + ], + [ + 91.364, + 13.905 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -2.606, + -60.428 + ], + [ + 46.653, + 6.464 + ], + [ + 6.644, + 5.743 + ], + [ + -5.058, + 57.728 + ], + [ + -44.045, + -3.461 + ] + ], + "v": + [ + [ + -103.516, + 92.065 + ], + [ + -102.516, + 14.698 + ], + [ + -10.391, + -94.394 + ], + [ + 91.232, + -82.727 + ], + [ + 79.251, + -18.158 + ], + [ + -30.102, + 81.165 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 75, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -64.868, + -1.636 + ], + [ + -6.091, + -1.636 + ], + [ + 5.539, + -63.214 + ], + [ + 88.009, + -5.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 50.229, + 1.267 + ], + [ + 9.583, + 2.574 + ], + [ + -5.058, + 57.728 + ], + [ + -44.517, + 2.897 + ] + ], + "v": + [ + [ + -103.516, + 99.298 + ], + [ + -102.516, + 20.298 + ], + [ + -5.425, + -97.794 + ], + [ + 91.298, + -82.294 + ], + [ + 79.251, + -18.158 + ], + [ + -24.302, + 81.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -66.217, + 12.13 + ], + [ + -6.091, + -1.636 + ], + [ + 4.176, + -65.645 + ], + [ + 77.091, + -9.195 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -6.726, + -59.228 + ], + [ + 54.459, + -6.148 + ], + [ + 9.583, + 2.574 + ], + [ + -3.72, + 57.816 + ], + [ + -44.187, + 5.591 + ] + ], + "v": + [ + [ + -103.516, + 97.698 + ], + [ + -103.016, + 28.798 + ], + [ + -6.025, + -97.061 + ], + [ + 89.565, + -88.427 + ], + [ + 77.718, + -10.425 + ], + [ + -52.935, + 93.931 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 90, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.142, + 14.805 + ], + [ + -6.091, + -1.636 + ], + [ + 2.984, + -67.772 + ], + [ + 67.537, + -12.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 58.16, + -12.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.549, + 57.893 + ], + [ + -43.898, + 7.948 + ] + ], + "v": + [ + [ + -103.516, + 96.298 + ], + [ + -102.516, + 20.298 + ], + [ + -8.425, + -90.794 + ], + [ + 91.798, + -93.794 + ], + [ + 78.251, + -18.658 + ], + [ + -28.302, + 93.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 97, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.874, + 8.718 + ], + [ + -6.071, + -1.708 + ], + [ + 3.461, + -67.748 + ], + [ + 67.582, + -1.071 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 64.367, + -13.103 + ], + [ + 13.377, + 3.764 + ], + [ + -2.705, + 53.616 + ], + [ + -49.699, + -0.301 + ] + ], + "v": + [ + [ + -103.516, + 89.765 + ], + [ + -103.516, + 20.798 + ], + [ + -15.925, + -83.827 + ], + [ + 87.565, + -98.194 + ], + [ + 77.751, + -14.991 + ], + [ + -31.802, + 97.465 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 105, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -69.71, + 1.76 + ], + [ + -6.091, + -1.636 + ], + [ + 4.007, + -67.719 + ], + [ + 67.634, + 11.68 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 64.793, + -1.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.883, + 48.728 + ], + [ + -56.33, + -9.728 + ] + ], + "v": + [ + [ + -103.516, + 82.298 + ], + [ + -102.516, + 20.298 + ], + [ + -23.425, + -82.294 + ], + [ + 91.298, + -96.794 + ], + [ + 78.251, + -16.158 + ], + [ + -28.302, + 95.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 112, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.974, + -5.992 + ], + [ + -6.091, + -1.636 + ], + [ + 3.954, + -67.723 + ], + [ + 84.152, + 20.505 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 73.872, + 7.697 + ], + [ + 9.583, + 2.574 + ], + [ + -2.67, + 45.694 + ], + [ + -55.536, + -13.532 + ] + ], + "v": + [ + [ + -103.516, + 84.165 + ], + [ + -102.516, + 20.298 + ], + [ + -18.558, + -86.494 + ], + [ + 91.298, + -91.661 + ], + [ + 77.251, + -12.191 + ], + [ + -32.435, + 90.065 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 120, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.132, + -14.851 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 79.126, + 15.272 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 84.249, + 18.364 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -56.128, + -10.833 + ] + ], + "v": + [ + [ + -103.516, + 86.298 + ], + [ + -102.516, + 20.298 + ], + [ + -11.925, + -91.294 + ], + [ + 91.298, + -85.794 + ], + [ + 78.251, + -7.658 + ], + [ + -24.302, + 87.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 133, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -60.277, + -11.136 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 78.1, + -1.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 69.236, + 12.791 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -58.009, + 1.284 + ] + ], + "v": + [ + [ + -103.016, + 95.298 + ], + [ + -102.516, + 20.298 + ], + [ + -3.425, + -97.294 + ], + [ + 91.298, + -81.794 + ], + [ + 78.251, + -7.658 + ], + [ + -18.302, + 81.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 140, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -60.676, + -2.964 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 71.714, + -8.478 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.207, + -56.478 + ], + [ + 73.702, + 0.614 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -57.258, + 7.228 + ] + ], + "v": + [ + [ + -104.016, + 101.798 + ], + [ + -102.766, + 24.048 + ], + [ + -3.675, + -97.044 + ], + [ + 91.048, + -85.794 + ], + [ + 78.251, + -10.658 + ], + [ + -17.052, + 82.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 147, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -61.076, + 5.209 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 65.329, + -15.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 71.952, + -6.136 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -56.508, + 13.172 + ] + ], + "v": + [ + [ + -105.016, + 98.298 + ], + [ + -103.016, + 19.798 + ], + [ + -3.925, + -96.794 + ], + [ + 90.798, + -89.794 + ], + [ + 78.251, + -13.658 + ], + [ + -15.802, + 87.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 155, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -74.883, + 15.364 + ], + [ + -6.091, + -1.636 + ], + [ + 4.441, + -65.022 + ], + [ + 58.992, + -10.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 72.617, + -15.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.882, + 42.198 + ], + [ + -57.261, + 9.466 + ] + ], + "v": + [ + [ + -104.516, + 91.548 + ], + [ + -103.016, + 19.798 + ], + [ + -6.925, + -87.794 + ], + [ + 91.298, + -96.044 + ], + [ + 77.251, + -14.908 + ], + [ + -18.802, + 92.048 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 163, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -79.101, + 10.331 + ], + [ + -6.091, + -1.636 + ], + [ + 5.603, + -81.772 + ], + [ + 52.656, + -5.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 73.779, + -9.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.891, + 42.199 + ], + [ + -58.014, + 5.76 + ] + ], + "v": + [ + [ + -104.016, + 84.798 + ], + [ + -103.016, + 19.798 + ], + [ + -10.925, + -85.794 + ], + [ + 90.798, + -97.294 + ], + [ + 76.251, + -7.158 + ], + [ + -15.802, + 96.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 172, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -73.119, + -1.21 + ], + [ + -18.313, + -5.636 + ], + [ + 5.603, + -81.772 + ], + [ + 82.787, + 15.772 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 82.41, + 1.364 + ], + [ + 9.484, + 2.919 + ], + [ + -2.891, + 42.199 + ], + [ + -65.571, + -12.492 + ] + ], + "v": + [ + [ + -104.016, + 84.798 + ], + [ + -103.016, + 19.798 + ], + [ + -20.425, + -83.294 + ], + [ + 92.298, + -93.294 + ], + [ + 76.251, + -7.158 + ], + [ + -36.302, + 93.798 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.179, + -5.516 + ], + [ + 0, + 0 + ], + [ + 1.037, + -64.772 + ], + [ + 88.343, + 22.087 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 77.213, + 9.864 + ], + [ + 14.49, + -1.636 + ], + [ + -0.473, + 29.536 + ], + [ + -48.91, + -12.228 + ] + ], + "v": + [ + [ + -102.516, + 84.298 + ], + [ + -103.016, + 1.298 + ], + [ + -14.424, + -88.794 + ], + [ + 87.798, + -88.294 + ], + [ + 77.251, + -4.658 + ], + [ + -33.302, + 87.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": "gs", + "o": + { + "a": 0, + "k": 100, + "ix": 9 + }, + "w": + { + "a": 0, + "k": 2, + "ix": 10 + }, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 1, + 0.537, + 0.243, + 0.5, + 1, + 0.537, + 0.243, + 1, + 1, + 0.537, + 0.243, + 0, + 1, + 0.5, + 0.5, + 1, + 0 + ], + "ix": 8 + } + }, + "s": + { + "a": 0, + "k": + [ + 71.992, + -59.957 + ], + "ix": 4 + }, + "e": + { + "a": 0, + "k": + [ + -157.262, + 150.785 + ], + "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 + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 103.265, + 91.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 1", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 47, + "ty": 4, + "nm": "top-tail-bg", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 70, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 354.614, + 123.185, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 5.266, + 172.044, + 0 + ], + "ix": 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 + ], + [ + 0, + 0 + ], + [ + -43.179, + -5.516 + ], + [ + 0, + 0 + ], + [ + 1.037, + -64.772 + ], + [ + 88.343, + 22.087 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 77.213, + 9.864 + ], + [ + 14.49, + -1.636 + ], + [ + -0.473, + 29.536 + ], + [ + -48.91, + -12.228 + ] + ], + "v": + [ + [ + -102.516, + 84.298 + ], + [ + -103.016, + 1.298 + ], + [ + -14.424, + -88.794 + ], + [ + 87.798, + -88.294 + ], + [ + 77.251, + -4.658 + ], + [ + -33.302, + 87.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 9, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -48.022, + -8.066 + ], + [ + 0, + 0 + ], + [ + 4.098, + -55.816 + ], + [ + 105.059, + 15.865 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 71.932, + 12.083 + ], + [ + 11.959, + 0.051 + ], + [ + -3.842, + 40.331 + ], + [ + -39.441, + -4.635 + ] + ], + "v": + [ + [ + -103.016, + 92.454 + ], + [ + -102.734, + 5.236 + ], + [ + -6.268, + -93.013 + ], + [ + 88.861, + -82.294 + ], + [ + 78.376, + -11.002 + ], + [ + -36.895, + 81.704 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 16, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -42.844, + -7.699 + ], + [ + 0, + 0 + ], + [ + 6.479, + -48.85 + ], + [ + 103.09, + -1.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 82.713, + 14.864 + ], + [ + 9.99, + 1.364 + ], + [ + -6.463, + 48.728 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + -103.016, + 95.298 + ], + [ + -102.516, + 8.298 + ], + [ + 0.076, + -96.294 + ], + [ + 88.798, + -81.794 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 82.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 22, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.059, + -2.687 + ], + [ + 0, + 0 + ], + [ + 6.01, + -55.888 + ], + [ + 94.668, + -8.371 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.198, + -61.228 + ], + [ + 47.497, + -3.136 + ], + [ + 6.497, + 3.078 + ], + [ + -5.425, + 48.839 + ], + [ + -10.277, + 2.122 + ] + ], + "v": + [ + [ + -103.016, + 100.869 + ], + [ + -102.516, + 8.298 + ], + [ + 0.79, + -96.794 + ], + [ + 90.727, + -83.008 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 83.655 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.347, + 3.996 + ], + [ + 0, + 0 + ], + [ + 5.386, + -65.272 + ], + [ + 83.439, + -17.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 66.562, + -6.136 + ], + [ + 1.839, + 5.364 + ], + [ + -4.042, + 48.988 + ], + [ + -23.981, + 4.951 + ] + ], + "v": + [ + [ + -103.016, + 97.798 + ], + [ + -102.516, + 8.298 + ], + [ + 11.076, + -96.294 + ], + [ + 93.298, + -89.294 + ], + [ + 78.251, + -17.158 + ], + [ + -29.802, + 91.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 37, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -56.131, + 7.268 + ], + [ + -1.504, + -4.289 + ], + [ + 5.513, + -64.16 + ], + [ + 70.288, + -6.882 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 75.834, + -11.559 + ], + [ + 2.617, + 7.518 + ], + [ + -4.918, + 56.925 + ], + [ + -24.245, + 1.813 + ] + ], + "v": + [ + [ + -103.016, + 92.413 + ], + [ + -102.516, + 8.298 + ], + [ + 11.46, + -91.371 + ], + [ + 92.029, + -94.063 + ], + [ + 77.713, + -17.812 + ], + [ + -31.994, + 96.452 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 43, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -67.089, + 10.073 + ], + [ + -2.794, + -7.965 + ], + [ + 5.622, + -63.207 + ], + [ + 63.384, + 2.272 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 67.507, + -10.136 + ], + [ + 3.284, + 9.364 + ], + [ + -5.669, + 63.728 + ], + [ + -24.471, + -0.877 + ] + ], + "v": + [ + [ + -103.016, + 87.798 + ], + [ + -102.516, + 8.298 + ], + [ + 1.576, + -85.294 + ], + [ + 92.798, + -96.294 + ], + [ + 77.251, + -21.158 + ], + [ + -28.302, + 95.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 52, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -73.353, + -9.577 + ], + [ + -2.794, + -7.965 + ], + [ + 6.207, + -63.152 + ], + [ + 71.288, + 19.066 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 62.007, + 2.57 + ], + [ + 3.284, + 9.364 + ], + [ + -6.353, + 64.64 + ], + [ + -60.712, + -10.434 + ] + ], + "v": + [ + [ + -103.28, + 85.68 + ], + [ + -102.516, + 8.298 + ], + [ + -0.189, + -82.353 + ], + [ + 91.063, + -93.941 + ], + [ + 78.31, + -19.57 + ], + [ + -34.831, + 92.504 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 60, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -70.622, + -17.142 + ], + [ + -2.794, + -7.965 + ], + [ + 5.539, + -63.214 + ], + [ + 92.14, + 22.722 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 57.118, + 13.864 + ], + [ + 3.284, + 9.364 + ], + [ + -5.058, + 57.728 + ], + [ + -43.505, + -10.728 + ] + ], + "v": + [ + [ + -103.516, + 83.798 + ], + [ + -102.516, + 8.298 + ], + [ + 1.076, + -87.294 + ], + [ + 93.298, + -84.294 + ], + [ + 79.251, + -18.158 + ], + [ + -37.802, + 85.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 68, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -56.347, + -8.036 + ], + [ + -36.97, + 1.297 + ], + [ + 5.539, + -63.214 + ], + [ + 91.364, + 13.905 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -2.606, + -60.428 + ], + [ + 46.653, + 6.464 + ], + [ + 6.644, + 5.743 + ], + [ + -5.058, + 57.728 + ], + [ + -44.045, + -3.461 + ] + ], + "v": + [ + [ + -103.516, + 92.065 + ], + [ + -102.516, + 14.698 + ], + [ + -10.391, + -94.394 + ], + [ + 91.232, + -82.727 + ], + [ + 79.251, + -18.158 + ], + [ + -30.102, + 81.165 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 75, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -64.868, + -1.636 + ], + [ + -6.091, + -1.636 + ], + [ + 5.539, + -63.214 + ], + [ + 88.009, + -5.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 50.229, + 1.267 + ], + [ + 9.583, + 2.574 + ], + [ + -5.058, + 57.728 + ], + [ + -44.517, + 2.897 + ] + ], + "v": + [ + [ + -103.516, + 99.298 + ], + [ + -102.516, + 20.298 + ], + [ + -5.425, + -97.794 + ], + [ + 91.298, + -82.294 + ], + [ + 79.251, + -18.158 + ], + [ + -24.302, + 81.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -66.217, + 12.13 + ], + [ + -6.091, + -1.636 + ], + [ + 4.176, + -65.645 + ], + [ + 77.091, + -9.195 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -6.726, + -59.228 + ], + [ + 54.459, + -6.148 + ], + [ + 9.583, + 2.574 + ], + [ + -3.72, + 57.816 + ], + [ + -44.187, + 5.591 + ] + ], + "v": + [ + [ + -103.516, + 97.698 + ], + [ + -103.016, + 28.798 + ], + [ + -6.025, + -97.061 + ], + [ + 89.565, + -88.427 + ], + [ + 77.718, + -10.425 + ], + [ + -52.935, + 93.931 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 90, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.142, + 14.805 + ], + [ + -6.091, + -1.636 + ], + [ + 2.984, + -67.772 + ], + [ + 67.537, + -12.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 58.16, + -12.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.549, + 57.893 + ], + [ + -43.898, + 7.948 + ] + ], + "v": + [ + [ + -103.516, + 96.298 + ], + [ + -102.516, + 20.298 + ], + [ + -8.425, + -90.794 + ], + [ + 91.798, + -93.794 + ], + [ + 78.251, + -18.658 + ], + [ + -28.302, + 93.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 97, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.874, + 8.718 + ], + [ + -6.071, + -1.708 + ], + [ + 3.461, + -67.748 + ], + [ + 67.582, + -1.071 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 64.367, + -13.103 + ], + [ + 13.377, + 3.764 + ], + [ + -2.705, + 53.616 + ], + [ + -49.699, + -0.301 + ] + ], + "v": + [ + [ + -103.516, + 89.765 + ], + [ + -103.516, + 20.798 + ], + [ + -15.925, + -83.827 + ], + [ + 87.565, + -98.194 + ], + [ + 77.751, + -14.991 + ], + [ + -31.802, + 97.465 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 105, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -69.71, + 1.76 + ], + [ + -6.091, + -1.636 + ], + [ + 4.007, + -67.719 + ], + [ + 67.634, + 11.68 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 64.793, + -1.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.883, + 48.728 + ], + [ + -56.33, + -9.728 + ] + ], + "v": + [ + [ + -103.516, + 82.298 + ], + [ + -102.516, + 20.298 + ], + [ + -23.425, + -82.294 + ], + [ + 91.298, + -96.794 + ], + [ + 78.251, + -16.158 + ], + [ + -28.302, + 95.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 112, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.974, + -5.992 + ], + [ + -6.091, + -1.636 + ], + [ + 3.954, + -67.723 + ], + [ + 84.152, + 20.505 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 73.872, + 7.697 + ], + [ + 9.583, + 2.574 + ], + [ + -2.67, + 45.694 + ], + [ + -55.536, + -13.532 + ] + ], + "v": + [ + [ + -103.516, + 84.165 + ], + [ + -102.516, + 20.298 + ], + [ + -18.558, + -86.494 + ], + [ + 91.298, + -91.661 + ], + [ + 77.251, + -12.191 + ], + [ + -32.435, + 90.065 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 120, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -68.132, + -14.851 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 79.126, + 15.272 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 84.249, + 18.364 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -56.128, + -10.833 + ] + ], + "v": + [ + [ + -103.516, + 86.298 + ], + [ + -102.516, + 20.298 + ], + [ + -11.925, + -91.294 + ], + [ + 91.298, + -85.794 + ], + [ + 78.251, + -7.658 + ], + [ + -24.302, + 87.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 133, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -60.277, + -11.136 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 78.1, + -1.728 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 69.236, + 12.791 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -58.009, + 1.284 + ] + ], + "v": + [ + [ + -103.016, + 95.298 + ], + [ + -102.516, + 20.298 + ], + [ + -3.425, + -97.294 + ], + [ + 91.298, + -81.794 + ], + [ + 78.251, + -7.658 + ], + [ + -18.302, + 81.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 140, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -60.676, + -2.964 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 71.714, + -8.478 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.207, + -56.478 + ], + [ + 73.702, + 0.614 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -57.258, + 7.228 + ] + ], + "v": + [ + [ + -104.016, + 101.798 + ], + [ + -102.766, + 24.048 + ], + [ + -3.675, + -97.044 + ], + [ + 91.048, + -85.794 + ], + [ + 78.251, + -10.658 + ], + [ + -17.052, + 82.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 147, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -61.076, + 5.209 + ], + [ + -6.091, + -1.636 + ], + [ + 3.893, + -67.726 + ], + [ + 65.329, + -15.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 71.952, + -6.136 + ], + [ + 9.583, + 2.574 + ], + [ + -2.427, + 42.228 + ], + [ + -56.508, + 13.172 + ] + ], + "v": + [ + [ + -105.016, + 98.298 + ], + [ + -103.016, + 19.798 + ], + [ + -3.925, + -96.794 + ], + [ + 90.798, + -89.794 + ], + [ + 78.251, + -13.658 + ], + [ + -15.802, + 87.298 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 155, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -74.883, + 15.364 + ], + [ + -6.091, + -1.636 + ], + [ + 4.441, + -65.022 + ], + [ + 58.992, + -10.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 72.617, + -15.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.882, + 42.198 + ], + [ + -57.261, + 9.466 + ] + ], + "v": + [ + [ + -104.516, + 91.548 + ], + [ + -103.016, + 19.798 + ], + [ + -6.925, + -87.794 + ], + [ + 91.298, + -96.044 + ], + [ + 77.251, + -14.908 + ], + [ + -18.802, + 92.048 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 163, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -79.101, + 10.331 + ], + [ + -6.091, + -1.636 + ], + [ + 5.603, + -81.772 + ], + [ + 52.656, + -5.228 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 73.779, + -9.636 + ], + [ + 9.583, + 2.574 + ], + [ + -2.891, + 42.199 + ], + [ + -58.014, + 5.76 + ] + ], + "v": + [ + [ + -104.016, + 84.798 + ], + [ + -103.016, + 19.798 + ], + [ + -10.925, + -85.794 + ], + [ + 90.798, + -97.294 + ], + [ + 76.251, + -7.158 + ], + [ + -15.802, + 96.798 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 172, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -73.119, + -1.21 + ], + [ + -18.313, + -5.636 + ], + [ + 5.603, + -81.772 + ], + [ + 82.787, + 15.772 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -4.277, + -52.728 + ], + [ + 82.41, + 1.364 + ], + [ + 9.484, + 2.919 + ], + [ + -2.891, + 42.199 + ], + [ + -65.571, + -12.492 + ] + ], + "v": + [ + [ + -104.016, + 84.798 + ], + [ + -103.016, + 19.798 + ], + [ + -20.425, + -83.294 + ], + [ + 92.298, + -93.294 + ], + [ + 76.251, + -7.158 + ], + [ + -36.302, + 93.798 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + -43.179, + -5.516 + ], + [ + 0, + 0 + ], + [ + 1.037, + -64.772 + ], + [ + 88.343, + 22.087 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -0.696, + -69.228 + ], + [ + 77.213, + 9.864 + ], + [ + 14.49, + -1.636 + ], + [ + -0.473, + 29.536 + ], + [ + -48.91, + -12.228 + ] + ], + "v": + [ + [ + -102.516, + 84.298 + ], + [ + -103.016, + 1.298 + ], + [ + -14.424, + -88.794 + ], + [ + 87.798, + -88.294 + ], + [ + 77.251, + -4.658 + ], + [ + -33.302, + 87.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": "gf", + "o": + { + "a": 0, + "k": 100, + "ix": 10 + }, + "r": 1, + "bm": 0, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 0.886, + 0.42, + 0.278, + 0.425, + 0.943, + 0.478, + 0.261, + 1, + 1, + 0.537, + 0.243, + 0, + 0, + 0.324, + 0.5, + 0.786, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + 128.961, + -119.152 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + -107.203, + 94.457 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 103.265, + 91.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 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 48, + "ty": 4, + "nm": "bottom-tail-mg", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 90, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 360.018, + 129.346, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 10.67, + 8.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": 1, + "k": + [ + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.138, + 4.989 + ], + [ + 0, + 41.79 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.272, + -5.311 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 53.133, + 0.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 77.92, + 82.919 + ], + [ + -1.752, + 77.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -79.919 + ], + [ + -9.748, + -76.919 + ], + [ + 77.42, + -1.752 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 15, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.158, + 0.956 + ], + [ + -0.563, + 50.092 + ], + [ + 0, + 0 + ], + [ + -33.818, + 3.575 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.373, + -1.006 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 56.682, + -1.925 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.337, + 79.994 + ], + [ + -4.409, + 75.673 + ], + [ + -74.92, + 6.753 + ], + [ + -75.42, + -75.33 + ], + [ + -11.792, + -78.166 + ], + [ + 78.046, + -2.797 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 23, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 35.259, + -4.107 + ], + [ + -1.033, + 57.019 + ], + [ + 0, + 0 + ], + [ + -33.484, + 4.626 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.313, + 4.114 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 60.754, + -6.865 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.686, + 75.054 + ], + [ + 1.974, + 78.516 + ], + [ + -74.92, + 4.656 + ], + [ + -76.519, + -72.584 + ], + [ + -12.065, + -77.122 + ], + [ + 78.569, + -3.669 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.185, + -4.662 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -33.26, + 5.329 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.514, + 4.989 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.481, + -10.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 75.919 + ], + [ + 6.248, + 80.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -74.919 + ], + [ + -12.248, + -73.919 + ], + [ + 78.92, + -4.252 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 40, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.614, + -1.291 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -34.981, + 1.086 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.634, + 1.406 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.724, + -3.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 77.805 + ], + [ + 5.483, + 82.891 + ], + [ + -74.92, + 0.66 + ], + [ + -76.891, + -74.984 + ], + [ + -12.248, + -71.419 + ], + [ + 78.92, + -2.367 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 51, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.911, + -3.672 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.975, + 6.364 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 79.919 + ], + [ + 6.748, + 81.419 + ], + [ + -74.92, + -2.247 + ], + [ + -77.42, + -81.419 + ], + [ + -12.248, + -73.919 + ], + [ + 78.92, + -0.252 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 59, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.994, + -1.294 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 60.584, + 2.346 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.92, + 82.669 + ], + [ + 4.748, + 78.669 + ], + [ + -74.92, + -5.497 + ], + [ + -77.42, + -80.419 + ], + [ + -12.998, + -77.169 + ], + [ + 79.42, + 3.498 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 67, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -37.077, + 1.084 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 57.193, + -1.672 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 80.92, + 83.419 + ], + [ + 2.748, + 75.919 + ], + [ + -74.92, + -1.747 + ], + [ + -77.42, + -77.419 + ], + [ + -13.748, + -78.419 + ], + [ + 78.92, + 1.248 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 75, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 40.351, + -1.511 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.924, + 2.982 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.691, + 0.8 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.148, + -5.422 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.67, + 80.169 + ], + [ + -1.252, + 76.419 + ], + [ + -74.92, + 1.003 + ], + [ + -77.42, + -75.169 + ], + [ + -13.748, + -76.919 + ], + [ + 78.92, + 1.247 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 46.607, + -5.511 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.771, + 4.88 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.615, + 4.211 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.103, + -9.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.42, + 76.919 + ], + [ + 3.748, + 78.919 + ], + [ + -74.92, + 3.753 + ], + [ + -77.42, + -72.919 + ], + [ + -13.748, + -75.419 + ], + [ + 78.92, + 1.247 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 93, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 47.547, + -2.169 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.837, + 1.107 + ], + [ + 0.243, + -44.039 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.712, + 1.683 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.597, + -2.044 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.365, + 76.424 + ], + [ + 2.589, + 81.924 + ], + [ + -75.365, + 1.302 + ], + [ + -77.642, + -73.206 + ], + [ + -13.748, + -72.419 + ], + [ + 79.92, + 1.198 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 105, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.717, + 1.989 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.919, + -3.591 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.833, + -1.463 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.212, + 6.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.419 + ], + [ + 11.248, + 83.419 + ], + [ + -75.92, + -1.748 + ], + [ + -77.92, + -81.419 + ], + [ + -13.748, + -75.419 + ], + [ + 78.92, + 6.747 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 115, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.684, + 2.617 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.968, + -2.989 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -41.348, + -2.286 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.362, + 5.689 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.685 + ], + [ + 12.311, + 81.027 + ], + [ + -75.92, + -7.248 + ], + [ + -77.654, + -82.496 + ], + [ + -17.861, + -77.78 + ], + [ + 78.92, + 6.747 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 124, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.654, + 3.17 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -37.213, + 1.328 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.208, + -3.011 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.498, + -2.516 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.919 + ], + [ + 13.248, + 78.919 + ], + [ + -75.92, + -1.748 + ], + [ + -77.42, + -75.919 + ], + [ + -25.248, + -78.919 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 134, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 42.674, + 0.33 + ], + [ + 0.257, + 69.906 + ], + [ + 0, + 0 + ], + [ + -37.053, + 3.187 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.203, + 0.075 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 75.305, + -11.672 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 79.419 + ], + [ + 14.248, + 77.169 + ], + [ + -75.92, + -1.747 + ], + [ + -77.42, + -74.419 + ], + [ + -25.248, + -77.419 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 144, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 36.694, + -2.511 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.894, + 5.046 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.198, + 3.161 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 81.689, + -11.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 76.919 + ], + [ + 16.247, + 78.419 + ], + [ + -75.92, + -1.747 + ], + [ + -77.42, + -72.919 + ], + [ + -25.248, + -75.919 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 152, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 37.209, + -5.711 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.517, + 4.118 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -45.77, + 7.024 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 81.958, + -9.22 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 75.419 + ], + [ + 18.208, + 80.619 + ], + [ + -76.46, + -5.257 + ], + [ + -77.42, + -74.539 + ], + [ + -22.548, + -74.3 + ], + [ + 79.19, + 8.907 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 159, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 36.694, + -2.511 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.196, + 3.328 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.198, + 3.161 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 82.188, + -7.557 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 76.919 + ], + [ + 15.247, + 83.419 + ], + [ + -76.92, + -8.247 + ], + [ + -77.42, + -75.919 + ], + [ + -20.248, + -72.919 + ], + [ + 79.42, + 10.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 169, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.624, + 1.855 + ], + [ + 0.778, + 56.987 + ], + [ + 0, + 0 + ], + [ + -27.568, + -2.343 + ], + [ + 0.228, + -43.9 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -39.838, + -1.771 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 71.932, + 4.657 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.546, + 80.412 + ], + [ + 3.352, + 82.927 + ], + [ + -76.755, + -7.053 + ], + [ + -76.837, + -78.248 + ], + [ + -14.135, + -72.748 + ], + [ + 79.255, + 7.471 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.138, + 4.989 + ], + [ + 0, + 41.79 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.272, + -5.311 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 53.133, + 0.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 77.92, + 82.919 + ], + [ + -1.752, + 77.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -79.919 + ], + [ + -9.748, + -76.919 + ], + [ + 77.42, + -1.752 + ] + ], + "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.537, + 0.243, + 0.425, + 1, + 0.537, + 0.243, + 1, + 1, + 0.537, + 0.243, + 0, + 0, + 0.58, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + -222.664, + -233.613 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + -24.754, + -35.527 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 3.189, + 6.443 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + -74.48, + -71.227 + ], + "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 49, + "ty": 4, + "nm": "bottom-tail-stroke", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 80, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 360.018, + 129.346, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 10.67, + 8.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": 1, + "k": + [ + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.138, + 4.989 + ], + [ + 0, + 41.79 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.272, + -5.311 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 53.133, + 0.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 77.92, + 82.919 + ], + [ + -1.752, + 77.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -79.919 + ], + [ + -9.748, + -76.919 + ], + [ + 77.42, + -1.752 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 15, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.158, + 0.956 + ], + [ + -0.563, + 50.092 + ], + [ + 0, + 0 + ], + [ + -33.818, + 3.575 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.373, + -1.006 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 56.682, + -1.925 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.337, + 79.994 + ], + [ + -4.409, + 75.673 + ], + [ + -74.92, + 6.753 + ], + [ + -75.42, + -75.33 + ], + [ + -11.792, + -78.166 + ], + [ + 78.046, + -2.797 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 23, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 35.259, + -4.107 + ], + [ + -1.033, + 57.019 + ], + [ + 0, + 0 + ], + [ + -33.484, + 4.626 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.313, + 4.114 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 60.754, + -6.865 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.686, + 75.054 + ], + [ + 1.974, + 78.516 + ], + [ + -74.92, + 4.656 + ], + [ + -76.519, + -72.584 + ], + [ + -12.065, + -77.122 + ], + [ + 78.569, + -3.669 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.185, + -4.662 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -33.26, + 5.329 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.514, + 4.989 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.481, + -10.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 75.919 + ], + [ + 6.248, + 80.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -74.919 + ], + [ + -12.248, + -73.919 + ], + [ + 78.92, + -4.252 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 40, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.614, + -1.291 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -34.981, + 1.086 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.634, + 1.406 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.724, + -3.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 77.805 + ], + [ + 5.483, + 82.891 + ], + [ + -74.92, + 0.66 + ], + [ + -76.891, + -74.984 + ], + [ + -12.248, + -71.419 + ], + [ + 78.92, + -2.367 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 51, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.911, + -3.672 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.975, + 6.364 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 79.919 + ], + [ + 6.748, + 81.419 + ], + [ + -74.92, + -2.247 + ], + [ + -77.42, + -81.419 + ], + [ + -12.248, + -73.919 + ], + [ + 78.92, + -0.252 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 59, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.994, + -1.294 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 60.584, + 2.346 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.92, + 82.669 + ], + [ + 4.748, + 78.669 + ], + [ + -74.92, + -5.497 + ], + [ + -77.42, + -80.419 + ], + [ + -12.998, + -77.169 + ], + [ + 79.42, + 3.498 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 67, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -37.077, + 1.084 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 57.193, + -1.672 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 80.92, + 83.419 + ], + [ + 2.748, + 75.919 + ], + [ + -74.92, + -1.747 + ], + [ + -77.42, + -77.419 + ], + [ + -13.748, + -78.419 + ], + [ + 78.92, + 1.248 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 75, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 40.351, + -1.511 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.924, + 2.982 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.691, + 0.8 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.148, + -5.422 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.67, + 80.169 + ], + [ + -1.252, + 76.419 + ], + [ + -74.92, + 1.003 + ], + [ + -77.42, + -75.169 + ], + [ + -13.748, + -76.919 + ], + [ + 78.92, + 1.247 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 46.607, + -5.511 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.771, + 4.88 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.615, + 4.211 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.103, + -9.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.42, + 76.919 + ], + [ + 3.748, + 78.919 + ], + [ + -74.92, + 3.753 + ], + [ + -77.42, + -72.919 + ], + [ + -13.748, + -75.419 + ], + [ + 78.92, + 1.247 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 93, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 47.547, + -2.169 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.837, + 1.107 + ], + [ + 0.243, + -44.039 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.712, + 1.683 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.597, + -2.044 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.365, + 76.424 + ], + [ + 2.589, + 81.924 + ], + [ + -75.365, + 1.302 + ], + [ + -77.642, + -73.206 + ], + [ + -13.748, + -72.419 + ], + [ + 79.92, + 1.198 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 105, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.717, + 1.989 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.919, + -3.591 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.833, + -1.463 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.212, + 6.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.419 + ], + [ + 11.248, + 83.419 + ], + [ + -75.92, + -1.748 + ], + [ + -77.92, + -81.419 + ], + [ + -13.748, + -75.419 + ], + [ + 78.92, + 6.747 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 115, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.684, + 2.617 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.968, + -2.989 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -41.348, + -2.286 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.362, + 5.689 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.685 + ], + [ + 12.311, + 81.027 + ], + [ + -75.92, + -7.248 + ], + [ + -77.654, + -82.496 + ], + [ + -17.861, + -77.78 + ], + [ + 78.92, + 6.747 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 124, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.654, + 3.17 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -37.213, + 1.328 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.208, + -3.011 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.498, + -2.516 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.919 + ], + [ + 13.248, + 78.919 + ], + [ + -75.92, + -1.748 + ], + [ + -77.42, + -75.919 + ], + [ + -25.248, + -78.919 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 134, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 42.674, + 0.33 + ], + [ + 0.257, + 69.906 + ], + [ + 0, + 0 + ], + [ + -37.053, + 3.187 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.203, + 0.075 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 75.305, + -11.672 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 79.419 + ], + [ + 14.248, + 77.169 + ], + [ + -75.92, + -1.747 + ], + [ + -77.42, + -74.419 + ], + [ + -25.248, + -77.419 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 144, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 36.694, + -2.511 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.894, + 5.046 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.198, + 3.161 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 81.689, + -11.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 76.919 + ], + [ + 16.247, + 78.419 + ], + [ + -75.92, + -1.747 + ], + [ + -77.42, + -72.919 + ], + [ + -25.248, + -75.919 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 152, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 37.209, + -5.711 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.517, + 4.118 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -45.77, + 7.024 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 81.958, + -9.22 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 75.419 + ], + [ + 18.208, + 80.619 + ], + [ + -76.46, + -5.257 + ], + [ + -77.42, + -74.539 + ], + [ + -22.548, + -74.3 + ], + [ + 79.19, + 8.907 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 159, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 36.694, + -2.511 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.196, + 3.328 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.198, + 3.161 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 82.188, + -7.557 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 76.919 + ], + [ + 15.247, + 83.419 + ], + [ + -76.92, + -8.247 + ], + [ + -77.42, + -75.919 + ], + [ + -20.248, + -72.919 + ], + [ + 79.42, + 10.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 169, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.624, + 1.855 + ], + [ + 0.778, + 56.987 + ], + [ + 0, + 0 + ], + [ + -27.568, + -2.343 + ], + [ + 0.228, + -43.9 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -39.838, + -1.771 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 71.932, + 4.657 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.546, + 80.412 + ], + [ + 3.352, + 82.927 + ], + [ + -76.755, + -7.053 + ], + [ + -76.837, + -78.248 + ], + [ + -14.135, + -72.748 + ], + [ + 79.255, + 7.471 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.138, + 4.989 + ], + [ + 0, + 41.79 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.272, + -5.311 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 53.133, + 0.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 77.92, + 82.919 + ], + [ + -1.752, + 77.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -79.919 + ], + [ + -9.748, + -76.919 + ], + [ + 77.42, + -1.752 + ] + ], + "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": "gs", + "o": + { + "a": 0, + "k": 100, + "ix": 9 + }, + "w": + { + "a": 0, + "k": 2, + "ix": 10 + }, + "g": + { + "p": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 1, + 0.771, + 0.29, + 0.5, + 1, + 0.654, + 0.267, + 1, + 1, + 0.537, + 0.243, + 0, + 1, + 0.5, + 0.5, + 1, + 0 + ], + "ix": 8 + } + }, + "s": + { + "a": 0, + "k": + [ + 102.113, + 111.57 + ], + "ix": 4 + }, + "e": + { + "a": 0, + "k": + [ + -44.582, + -43.379 + ], + "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 + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 3.189, + 6.443 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + -74.48, + -71.227 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "a": 0, + "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": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 50, + "ty": 4, + "nm": "bottom-tail ", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 50, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 360.018, + 129.346, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 10.67, + 8.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": 1, + "k": + [ + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.333, + "y": 0 + }, + "t": 0, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.138, + 4.989 + ], + [ + 0, + 41.79 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.272, + -5.311 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 53.133, + 0.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 77.92, + 82.919 + ], + [ + -1.752, + 77.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -79.919 + ], + [ + -9.748, + -76.919 + ], + [ + 77.42, + -1.752 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 15, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.158, + 0.956 + ], + [ + -0.563, + 50.092 + ], + [ + 0, + 0 + ], + [ + -33.818, + 3.575 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.373, + -1.006 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 56.682, + -1.925 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.337, + 79.994 + ], + [ + -4.409, + 75.673 + ], + [ + -74.92, + 6.753 + ], + [ + -75.42, + -75.33 + ], + [ + -11.792, + -78.166 + ], + [ + 78.046, + -2.797 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 23, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 35.259, + -4.107 + ], + [ + -1.033, + 57.019 + ], + [ + 0, + 0 + ], + [ + -33.484, + 4.626 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.313, + 4.114 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 60.754, + -6.865 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.686, + 75.054 + ], + [ + 1.974, + 78.516 + ], + [ + -74.92, + 4.656 + ], + [ + -76.519, + -72.584 + ], + [ + -12.065, + -77.122 + ], + [ + 78.569, + -3.669 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 30, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.185, + -4.662 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -33.26, + 5.329 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.514, + 4.989 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.481, + -10.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 75.919 + ], + [ + 6.248, + 80.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -74.919 + ], + [ + -12.248, + -73.919 + ], + [ + 78.92, + -4.252 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 40, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.614, + -1.291 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -34.981, + 1.086 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.634, + 1.406 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.724, + -3.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 77.805 + ], + [ + 5.483, + 82.891 + ], + [ + -74.92, + 0.66 + ], + [ + -76.891, + -74.984 + ], + [ + -12.248, + -71.419 + ], + [ + 78.92, + -2.367 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 51, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.911, + -3.672 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.975, + 6.364 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.92, + 79.919 + ], + [ + 6.748, + 81.419 + ], + [ + -74.92, + -2.247 + ], + [ + -77.42, + -81.419 + ], + [ + -12.248, + -73.919 + ], + [ + 78.92, + -0.252 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 59, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.994, + -1.294 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 60.584, + 2.346 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.92, + 82.669 + ], + [ + 4.748, + 78.669 + ], + [ + -74.92, + -5.497 + ], + [ + -77.42, + -80.419 + ], + [ + -12.998, + -77.169 + ], + [ + 79.42, + 3.498 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 67, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.094, + 2.489 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -37.077, + 1.084 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.768, + -2.612 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 57.193, + -1.672 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 80.92, + 83.419 + ], + [ + 2.748, + 75.919 + ], + [ + -74.92, + -1.747 + ], + [ + -77.42, + -77.419 + ], + [ + -13.748, + -78.419 + ], + [ + 78.92, + 1.248 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 75, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 40.351, + -1.511 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.924, + 2.982 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.691, + 0.8 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 63.148, + -5.422 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.67, + 80.169 + ], + [ + -1.252, + 76.419 + ], + [ + -74.92, + 1.003 + ], + [ + -77.42, + -75.169 + ], + [ + -13.748, + -76.919 + ], + [ + 78.92, + 1.247 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 83, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 46.607, + -5.511 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.771, + 4.88 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.615, + 4.211 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.103, + -9.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.42, + 76.919 + ], + [ + 3.748, + 78.919 + ], + [ + -74.92, + 3.753 + ], + [ + -77.42, + -72.919 + ], + [ + -13.748, + -75.419 + ], + [ + 78.92, + 1.247 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 93, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 47.547, + -2.169 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.837, + 1.107 + ], + [ + 0.243, + -44.039 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.712, + 1.683 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 69.597, + -2.044 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.365, + 76.424 + ], + [ + 2.589, + 81.924 + ], + [ + -75.365, + 1.302 + ], + [ + -77.642, + -73.206 + ], + [ + -13.748, + -72.419 + ], + [ + 79.92, + 1.198 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 105, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.717, + 1.989 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.919, + -3.591 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.833, + -1.463 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.212, + 6.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.419 + ], + [ + 11.248, + 83.419 + ], + [ + -75.92, + -1.748 + ], + [ + -77.92, + -81.419 + ], + [ + -13.748, + -75.419 + ], + [ + 78.92, + 6.747 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 115, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.684, + 2.617 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -36.968, + -2.989 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -41.348, + -2.286 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.362, + 5.689 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.685 + ], + [ + 12.311, + 81.027 + ], + [ + -75.92, + -7.248 + ], + [ + -77.654, + -82.496 + ], + [ + -17.861, + -77.78 + ], + [ + 78.92, + 6.747 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 124, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 48.654, + 3.17 + ], + [ + -1.347, + 61.656 + ], + [ + 0, + 0 + ], + [ + -37.213, + 1.328 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.208, + -3.011 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 70.498, + -2.516 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 81.919 + ], + [ + 13.248, + 78.919 + ], + [ + -75.92, + -1.748 + ], + [ + -77.42, + -75.919 + ], + [ + -25.248, + -78.919 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 134, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 42.674, + 0.33 + ], + [ + 0.257, + 69.906 + ], + [ + 0, + 0 + ], + [ + -37.053, + 3.187 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.203, + 0.075 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 75.305, + -11.672 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 79.419 + ], + [ + 14.248, + 77.169 + ], + [ + -75.92, + -1.747 + ], + [ + -77.42, + -74.419 + ], + [ + -25.248, + -77.419 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 144, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 36.694, + -2.511 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.894, + 5.046 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.198, + 3.161 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 81.689, + -11.172 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 76.919 + ], + [ + 16.247, + 78.419 + ], + [ + -75.92, + -1.747 + ], + [ + -77.42, + -72.919 + ], + [ + -25.248, + -75.919 + ], + [ + 78.92, + 6.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 152, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 37.209, + -5.711 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.517, + 4.118 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -45.77, + 7.024 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 81.958, + -9.22 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 75.419 + ], + [ + 18.208, + 80.619 + ], + [ + -76.46, + -5.257 + ], + [ + -77.42, + -74.539 + ], + [ + -22.548, + -74.3 + ], + [ + 79.19, + 8.907 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.833, + "y": 0.833 + }, + "o": + { + "x": 0.167, + "y": 0 + }, + "t": 159, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 36.694, + -2.511 + ], + [ + 1.861, + 78.156 + ], + [ + 0, + 0 + ], + [ + -36.196, + 3.328 + ], + [ + 0.545, + -46.839 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -46.198, + 3.161 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 82.188, + -7.557 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 79.42, + 76.919 + ], + [ + 15.247, + 83.419 + ], + [ + -76.92, + -8.247 + ], + [ + -77.42, + -75.919 + ], + [ + -20.248, + -72.919 + ], + [ + 79.42, + 10.748 + ] + ], + "c": true + } + ] + }, + { + "i": + { + "x": 0.667, + "y": 1 + }, + "o": + { + "x": 0.167, + "y": 0.167 + }, + "t": 169, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 34.624, + 1.855 + ], + [ + 0.778, + 56.987 + ], + [ + 0, + 0 + ], + [ + -27.568, + -2.343 + ], + [ + 0.228, + -43.9 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -39.838, + -1.771 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 71.932, + 4.657 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 78.546, + 80.412 + ], + [ + 3.352, + 82.927 + ], + [ + -76.755, + -7.053 + ], + [ + -76.837, + -78.248 + ], + [ + -14.135, + -72.748 + ], + [ + 79.255, + 7.471 + ] + ], + "c": true + } + ] + }, + { + "t": 179, + "s": + [ + { + "i": + [ + [ + 0, + 0 + ], + [ + 33.138, + 4.989 + ], + [ + 0, + 41.79 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 0, + -41.79 + ] + ], + "o": + [ + [ + 0, + 0 + ], + [ + -35.272, + -5.311 + ], + [ + 0, + 0 + ], + [ + 0, + 0 + ], + [ + 53.133, + 0.828 + ], + [ + 0, + 0 + ] + ], + "v": + [ + [ + 77.92, + 82.919 + ], + [ + -1.752, + 77.419 + ], + [ + -74.92, + 3.253 + ], + [ + -76.42, + -79.919 + ], + [ + -9.748, + -76.919 + ], + [ + 77.42, + -1.752 + ] + ], + "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.537, + 0.243, + 0.425, + 1, + 0.537, + 0.243, + 1, + 1, + 0.537, + 0.243, + 0, + 0, + 0.58, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + -222.664, + -233.613 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + -24.754, + -35.527 + ], + "ix": 6 + }, + "t": 1, + "nm": "Gradient Fill 1", + "mn": "ADBE Vector Graphic - G-Fill", + "hd": false + }, + { + "ty": "tr", + "p": + { + "a": 0, + "k": + [ + 3.189, + 6.443 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + -74.48, + -71.227 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100 + ], + "ix": 3 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 6 + }, + "o": + { + "a": 0, + "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": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 51, + "ty": 4, + "nm": "shadow", + "parent": 40, + "sr": 1, + "ks": + { + "o": + { + "a": 0, + "k": 100, + "ix": 11 + }, + "r": + { + "a": 0, + "k": 0, + "ix": 10 + }, + "p": + { + "a": 0, + "k": + [ + 244.442, + 404.107, + 0 + ], + "ix": 2 + }, + "a": + { + "a": 0, + "k": + [ + 245.539, + 257.352, + 0 + ], + "ix": 1 + }, + "s": + { + "a": 0, + "k": + [ + 100, + 100, + 100 + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": + [ + { + "ty": "gr", + "it": + [ + { + "d": 1, + "ty": "el", + "s": + { + "a": 0, + "k": + [ + 467.078, + 66.703 + ], + "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": 3, + "k": + { + "a": 0, + "k": + [ + 0, + 1, + 1, + 1, + 0.425, + 0.896, + 0.896, + 0.896, + 1, + 0.792, + 0.792, + 0.792, + 0, + 0, + 0.58, + 0.5, + 1, + 1 + ], + "ix": 9 + } + }, + "s": + { + "a": 0, + "k": + [ + 288.062, + -0.188 + ], + "ix": 5 + }, + "e": + { + "a": 0, + "k": + [ + -413.75, + 10.359 + ], + "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": + [ + 245.539, + 257.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, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 52, + "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": + [ + 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, + "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": + [ + 1, + 1, + 1, + 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 + } + } + ] + } + ], + "sw": 1200, + "sh": 1200, + "sc": "#000000", + "ip": 0, + "op": 180, + "st": 0, + "bm": 0 + } + ], + "markers": + [] +} \ No newline at end of file diff --git a/static/css/animation.css b/static/css/animation.css new file mode 100644 index 0000000..919e4f8 --- /dev/null +++ b/static/css/animation.css @@ -0,0 +1,390 @@ +body { + width: 100%; + font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; +} + +/* Apply overflow and height constraints only for fire animation page +body.fire-animation-page { + overflow: hidden; + height: 100vh; +} +*/ +/* Fire animation overlay */ +.fire-on { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: linear-gradient(#1d4456, #112630); + opacity: 1; + z-index: 1; + transition: all 1200ms linear; +} + +.section-center { + position: relative; + width: 300px; /* Reduced size for landing page */ + height: 300px; + margin: 0 auto; + display: block; + overflow: hidden; + border: 8px solid rgba(0,0,0,.2); + border-radius: 50%; + z-index: 5; + background-color: #1d4456; + box-shadow: 0 0 50px 5px rgba(255,148,0,.1); + transition: all 500ms linear; +} + +/* Wood and star using local images */ +.wood { + position: absolute; + z-index: 21; + left: 50%; + bottom: 12%; + width: 80px; + margin-left: -40px; + height: 30px; + background-image: url('{{ url_for('static', filename='img/wood.png') }}'); + background-size: 80px 30px; + border-radius: 5px; +} + +.star { + z-index: 2; + position: absolute; + top: 138px; + left: 18px; + background-image: url('{{ url_for('static', filename='img/star.png') }}'); + background-size: 11px 11px; + width: 11px; + height: 11px; + opacity: 0.4; + animation: starShine 3.5s linear infinite; + transition: all 1200ms linear; +} + +.wood-circle { + position: absolute; + z-index: 20; + left: 50%; + bottom: 11%; + width: 100px; + margin-left: -50px; + height: 20px; + border-radius: 100%; + background-color: #0a171d; +} + +.circle { + position: absolute; + z-index: 6; + right: -225px; + bottom: -337px; + width: 562px; + height: 525px; + border-radius: 100%; + background-color: #112630; +} + +/* Moon */ +.moon { + position: absolute; + top: 37px; + left: 86px; + width: 60px; + height: 60px; + background-color: #b2b7bc; + border-radius: 50%; + box-shadow: inset -15px 1.5px 0 0px #c0c3c9, 0 0 7px 3px rgba(228,228,222,.4); + z-index: 1; + animation: brilla-moon 4s alternate infinite; + transition: all 2000ms linear; +} + +.moon div:nth-child(1) { + position: absolute; + top: 50%; + left: 10%; + width: 12%; + height: 12%; + border-radius: 50%; + border: 1px solid #adaca2; + box-shadow: inset 1.5px -0.75px 0 0px #85868b; + opacity: 0.4; +} + +.moon div:nth-child(2) { + position: absolute; + top: 20%; + left: 38%; + width: 16%; + height: 16%; + border-radius: 50%; + border: 1px solid #adaca2; + box-shadow: inset 1.5px -0.75px 0 0px #85868b; + opacity: 0.4; +} + +.moon div:nth-child(3) { + position: absolute; + top: 60%; + left: 45%; + width: 20%; + height: 20%; + border-radius: 50%; + border: 1px solid #adaca2; + box-shadow: inset 1.5px -0.75px 0 0px #85868b; + opacity: 0.4; +} + +@keyframes brilla-moon { + 0% { box-shadow: inset -15px 1.5px 0 0px #c0c3c9, 0 0 7px 3px rgba(228,228,222,.4); } + 50% { box-shadow: inset -15px 1.5px 0 0px #c0c3c9, 0 0 11px 6px rgba(228,228,222,.4); } +} + +/* Shooting stars */ +.shooting-star { + z-index: 2; + width: 1px; + height: 37px; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + position: absolute; + top: 0; + left: -52px; + background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); + animation: animShootingStar 6s linear infinite; + transition: all 2000ms linear; +} + +@keyframes animShootingStar { + from { transform: translateY(0px) translateX(0px) rotate(-45deg); opacity: 1; height: 3px; } + to { transform: translateY(960px) translateX(960px) rotate(-45deg); opacity: 1; height: 600px; } +} + +.shooting-star-2 { + z-index: 2; + width: 1px; + height: 37px; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + position: absolute; + top: 0; + left: 150px; + background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); + animation: animShootingStar-2 9s linear infinite; + transition: all 2000ms linear; +} + +@keyframes animShootingStar-2 { + from { transform: translateY(0px) translateX(0px) rotate(-45deg); opacity: 1; height: 3px; } + to { transform: translateY(1440px) translateX(1440px) rotate(-45deg); opacity: 1; height: 600px; } +} + +/* Stars */ +.star.snd { top: 75px; left: 232px; animation-delay: 1s; } +.star.trd { top: 97px; left: 75px; animation-delay: 1.4s; } +.star.fth { top: 15px; left: 150px; animation-delay: 1.8s; } +.star.fith { top: 63px; left: 165px; animation-delay: 2.2s; } + +@keyframes starShine { + 0% { transform: scale(0.3) rotate(0deg); opacity: 0.4; } + 25% { transform: scale(1) rotate(360deg); opacity: 1; } + 50% { transform: scale(0.3) rotate(720deg); opacity: 0.4; } + 100% { transform: scale(0.3) rotate(0deg); opacity: 0.4; } +} + +/* Trees */ +.tree-1 { + position: relative; + top: 112px; + left: 37px; + width: 0; + height: 0; + z-index: 8; + border-bottom: 67px solid #0a171d; + border-left: 22px solid transparent; + border-right: 22px solid transparent; +} + +.tree-1:before { + position: absolute; + bottom: -82px; + left: 50%; + margin-left: -3px; + width: 6px; + height: 22px; + z-index: 7; + content: ''; + background-color: #000; +} + +.tree-2 { + position: relative; + top: 0; + left: 187px; + width: 0; + height: 0; + z-index: 8; + border-bottom: 67px solid #0a171d; + border-left: 22px solid transparent; + border-right: 22px solid transparent; +} + +.tree-2:before { + position: absolute; + bottom: -82px; + left: 50%; + margin-left: -3px; + width: 6px; + height: 22px; + z-index: 7; + content: ''; + background-color: #000; +} + +/* Fire */ +.fire { + position: absolute; + z-index: 39; + width: 2px; + margin-left: -1px; + left: 50%; + bottom: 60px; + transition: all 1200ms linear; +} + +.fire span { + display: block; + position: absolute; + bottom: -11px; + margin-left: -15px; + height: 0; + width: 0; + border: 22px solid #febd08; /* Main flame: yellow-orange */ + border-radius: 50%; + border-top-left-radius: 0; + left: -6px; + box-shadow: 0 0 7px 3px rgba(244,110,28,0.8), 0 0 15px 7px rgba(244,110,28,0.6), 0 0 22px 11px rgba(244,110,28,0.3); + transform: scale(0.45, 0.75) rotate(45deg); + animation: brilla-fire 2.5s alternate infinite; + z-index: 9; + transition: all 1200ms linear; +} + +.fire span:nth-child(2) { + left: -16px; + border: 22px solid #e63946; /* Outside flame: red */ + box-shadow: 0 0 7px 3px rgba(230,57,70,0.8), 0 0 15px 7px rgba(230,57,70,0.6), 0 0 22px 11px rgba(230,57,70,0.3); + transform: scale(0.3, 0.55) rotate(15deg); + z-index: 8; + animation: brilla-fire-red 1.5s alternate infinite; +} + +.fire span:nth-child(3) { + left: 3px; + border: 22px solid #e63946; /* Outside flame: red */ + box-shadow: 0 0 7px 3px rgba(230,57,70,0.8), 0 0 15px 7px rgba(230,57,70,0.6), 0 0 22px 11px rgba(230,57,70,0.3); + transform: scale(0.3, 0.55) rotate(80deg); + z-index: 8; + animation: brilla-fire-red 2s alternate infinite; +} + +.fire span:after { + display: block; + position: absolute; + bottom: -22px; + content: ''; + margin-left: -3px; + height: 22px; + width: 9px; + background-color: rgba(244,110,28,0.7); + border-radius: 80px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + box-shadow: 0 0 15px 7px rgba(244,110,28,0.7); + left: -6px; + opacity: 0.8; + transform: rotate(-50deg); +} + +.fire span:nth-child(2):after { + background-color: rgba(230,57,70,0.7); /* Match red flame */ + box-shadow: 0 0 15px 7px rgba(230,57,70,0.7); +} + +.fire span:nth-child(3):after { + background-color: rgba(230,57,70,0.7); /* Match red flame */ + box-shadow: 0 0 15px 7px rgba(230,57,70,0.7); +} + +@keyframes brilla-fire { + 0%, 100% { box-shadow: 0 0 7px 3px rgba(244,110,28,0.8), 0 0 15px 7px rgba(244,110,28,0.6), 0 0 22px 11px rgba(244,110,28,0.3); } + 50% { box-shadow: 0 0 10px 5px rgba(244,110,28,0.8), 0 0 21px 10px rgba(244,110,28,0.6), 0 0 31px 15px rgba(244,110,28,0.3); } +} + +@keyframes brilla-fire-red { + 0%, 100% { box-shadow: 0 0 7px 3px rgba(230,57,70,0.8), 0 0 15px 7px rgba(230,57,70,0.6), 0 0 22px 11px rgba(230,57,70,0.3); } + 50% { box-shadow: 0 0 10px 5px rgba(230,57,70,0.8), 0 0 21px 10px rgba(230,57,70,0.6), 0 0 31px 15px rgba(230,57,70,0.3); } +} + +/* Smoke */ +.smoke { + position: absolute; + z-index: 40; + width: 2px; + margin-left: -1px; + left: 50%; + bottom: 79px; + opacity: 0; + transition: all 800ms linear; +} + +.smoke span { + display: block; + position: absolute; + bottom: -26px; + left: 50%; + margin-left: -15px; + height: 0; + width: 0; + border: 22px solid rgba(0, 0, 0, .6); + border-radius: 16px; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + left: -6px; + opacity: 0; + transform: scale(0.2, 0.2) rotate(-45deg); +} + +@keyframes smokeLeft { + 0% { transform: scale(0.2, 0.2) translate(0, 0) rotate(-45deg); } + 10% { opacity: 1; transform: scale(0.2, 0.3) translate(0, -3px) rotate(-45deg); } + 60% { opacity: 0.6; transform: scale(0.3, 0.5) translate(-7px, -60px) rotate(-45deg); } + 100% { opacity: 0; transform: scale(0.4, 0.8) translate(-15px, -90px) rotate(-45deg); } +} + +@keyframes smokeRight { + 0% { transform: scale(0.2, 0.2) translate(0, 0) rotate(-45deg); } + 10% { opacity: 1; transform: scale(0.2, 0.3) translate(0, -3px) rotate(-45deg); } + 60% { opacity: 0.6; transform: scale(0.3, 0.5) translate(7px, -60px) rotate(-45deg); } + 100% { opacity: 0; transform: scale(0.4, 0.8) translate(15px, -90px) rotate(-45deg); } +} + +.smoke .s-0 { animation: smokeLeft 7s 0s infinite; } +.smoke .s-1 { animation: smokeRight 7s 0.7s infinite; } +.smoke .s-2 { animation: smokeLeft 7s 1.4s infinite; } +.smoke .s-3 { animation: smokeRight 7s 2.1s infinite; } +.smoke .s-4 { animation: smokeLeft 7s 2.8s infinite; } +.smoke .s-5 { animation: smokeRight 7s 3.5s infinite; } +.smoke .s-6 { animation: smokeLeft 7s 4.2s infinite; } +.smoke .s-7 { animation: smokeRight 7s 4.9s infinite; } +.smoke .s-8 { animation: smokeLeft 7s 5.6s infinite; } +.smoke .s-9 { animation: smokeRight 7s 6.3s infinite; } + +/* Fire-off state (light theme) */ +body:not(.fire-on) .section-center { box-shadow: 0 0 50px 5px rgba(200,200,200,.2); } +body:not(.fire-on) .smoke { opacity: 1; transition-delay: 0.8s; } +body:not(.fire-on) .fire span { bottom: -26px; transform: scale(0.15, 0.15) rotate(45deg); } diff --git a/static/css/fire-animation.css b/static/css/fire-animation.css new file mode 100644 index 0000000..fefd4c3 --- /dev/null +++ b/static/css/fire-animation.css @@ -0,0 +1,223 @@ +/* /app/static/css/fire-animation.css */ + +/* Removed html, body, stage styles */ + +.minifire-container { /* Add a wrapper for positioning/sizing */ + display: flex; + align-items: center; + justify-content: center; + position: relative; + height: 130px; /* Overall height of the animation area */ + overflow: hidden; /* Hide parts extending beyond the container */ + background-color: #270537; /* Optional: Add a background */ + border-radius: 4px; + border: 1px solid #444; + margin-top: 0.5rem; /* Space above animation */ +} + +.minifire-campfire { + position: relative; + /* Base size significantly reduced (original was 600px) */ + width: 150px; + height: 150px; + transform-origin: bottom center; + /* Scale down slightly more if needed, adjusted positioning based on origin */ + transform: scale(0.8) translateY(15px); /* Pushes it down slightly */ +} + +/* --- Scaled Down Logs --- */ +.minifire-log { + position: absolute; + width: 60px; /* 238/4 */ + height: 18px; /* 70/4 */ + border-radius: 8px; /* 32/4 */ + background: #781e20; + overflow: hidden; + opacity: 0.99; + transform-origin: center center; + box-shadow: 0 0 1px 0.5px rgba(0,0,0,0.15); /* Scaled shadow */ +} + +.minifire-log:before { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 9px; /* 35/4 */ + width: 2px; /* 8/4 */ + height: 2px; /* 8/4 */ + border-radius: 8px; /* 32/4 */ + background: #b35050; + transform: translate(-50%, -50%); + z-index: 3; + /* Scaled box-shadows */ + box-shadow: 0 0 0 0.5px #781e20, /* 2.5/4 -> 0.6 -> 0.5 */ + 0 0 0 2.5px #b35050, /* 10.5/4 -> 2.6 -> 2.5 */ + 0 0 0 3.5px #781e20, /* 13/4 -> 3.25 -> 3.5 */ + 0 0 0 5.5px #b35050, /* 21/4 -> 5.25 -> 5.5 */ + 0 0 0 6px #781e20, /* 23.5/4 -> 5.9 -> 6 */ + 0 0 0 8px #b35050; /* 31.5/4 -> 7.9 -> 8 */ +} + +.minifire-streak { + position: absolute; + height: 1px; /* Min height */ + border-radius: 5px; /* 20/4 */ + background: #b35050; +} +/* Scaled streaks */ +.minifire-streak:nth-child(1) { top: 3px; width: 23px; } /* 10/4, 90/4 */ +.minifire-streak:nth-child(2) { top: 3px; left: 25px; width: 20px; } /* 10/4, 100/4, 80/4 */ +.minifire-streak:nth-child(3) { top: 3px; left: 48px; width: 8px; } /* 10/4, 190/4, 30/4 */ +.minifire-streak:nth-child(4) { top: 6px; width: 33px; } /* 22/4, 132/4 */ +.minifire-streak:nth-child(5) { top: 6px; left: 36px; width: 12px; } /* 22/4, 142/4, 48/4 */ +.minifire-streak:nth-child(6) { top: 6px; left: 50px; width: 7px; } /* 22/4, 200/4, 28/4 */ +.minifire-streak:nth-child(7) { top: 9px; left: 19px; width: 40px; } /* 34/4, 74/4, 160/4 */ +.minifire-streak:nth-child(8) { top: 12px; left: 28px; width: 10px; } /* 46/4, 110/4, 40/4 */ +.minifire-streak:nth-child(9) { top: 12px; left: 43px; width: 14px; } /* 46/4, 170/4, 54/4 */ +.minifire-streak:nth-child(10) { top: 15px; left: 23px; width: 28px; } /* 58/4, 90/4, 110/4 */ + +/* Scaled Log Positions (Relative to 150px campfire) */ +.minifire-log:nth-child(1) { bottom: 25px; left: 25px; transform: rotate(150deg) scaleX(0.75); z-index: 20; } /* 100/4, 100/4 */ +.minifire-log:nth-child(2) { bottom: 30px; left: 35px; transform: rotate(110deg) scaleX(0.75); z-index: 10; } /* 120/4, 140/4 */ +.minifire-log:nth-child(3) { bottom: 25px; left: 17px; transform: rotate(-10deg) scaleX(0.75); } /* 98/4, 68/4 */ +.minifire-log:nth-child(4) { bottom: 20px; left: 55px; transform: rotate(-120deg) scaleX(0.75); z-index: 26; } /* 80/4, 220/4 */ +.minifire-log:nth-child(5) { bottom: 19px; left: 53px; transform: rotate(-30deg) scaleX(0.75); z-index: 25; } /* 75/4, 210/4 */ +.minifire-log:nth-child(6) { bottom: 23px; left: 70px; transform: rotate(35deg) scaleX(0.85); z-index: 30; } /* 92/4, 280/4 */ +.minifire-log:nth-child(7) { bottom: 18px; left: 75px; transform: rotate(-30deg) scaleX(0.75); z-index: 20; } /* 70/4, 300/4 */ + +/* --- Scaled Down Sticks --- */ +.minifire-stick { + position: absolute; + width: 17px; /* 68/4 */ + height: 5px; /* 20/4 */ + border-radius: 3px; /* 10/4 */ + box-shadow: 0 0 1px 0.5px rgba(0,0,0,0.1); + background: #781e20; + transform-origin: center center; +} +.minifire-stick:before { + content: ''; + display: block; + position: absolute; + bottom: 100%; + left: 7px; /* 30/4 -> 7.5 */ + width: 1.5px; /* 6/4 */ + height: 5px; /* 20/4 */ + background: #781e20; + border-radius: 3px; /* 10/4 */ + transform: translateY(50%) rotate(32deg); +} +.minifire-stick:after { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + width: 5px; /* 20/4 */ + height: 5px; /* 20/4 */ + background: #b35050; + border-radius: 3px; /* 10/4 */ +} +/* Scaled Stick Positions */ +.minifire-stick:nth-child(1) { left: 40px; bottom: 41px; transform: rotate(-152deg) scaleX(0.8); z-index: 12; } /* 158/4, 164/4 */ +.minifire-stick:nth-child(2) { left: 45px; bottom: 8px; transform: rotate(20deg) scaleX(0.9); } /* 180/4, 30/4 */ +.minifire-stick:nth-child(3) { left: 100px; bottom: 10px; transform: rotate(170deg) scaleX(0.9); } /* 400/4, 38/4 */ +.minifire-stick:nth-child(3):before { display: none; } +.minifire-stick:nth-child(4) { left: 93px; bottom: 38px; transform: rotate(80deg) scaleX(0.9); z-index: 20; } /* 370/4, 150/4 */ +.minifire-stick:nth-child(4):before { display: none; } + +/* --- Scaled Down Fire --- */ +.minifire-fire .minifire-flame { + position: absolute; + transform-origin: bottom center; + opacity: 0.9; +} + +/* Red Flames */ +.minifire-fire__red .minifire-flame { + width: 12px; /* 48/4 */ + border-radius: 12px; /* 48/4 */ + background: #e20f00; + box-shadow: 0 0 20px 5px rgba(226,15,0,0.4); /* Scaled shadow */ +} +/* Scaled positions/heights */ +.minifire-fire__red .minifire-flame:nth-child(1) { left: 35px; height: 40px; bottom: 25px; animation: minifire-fire 2s 0.15s ease-in-out infinite alternate; } /* 138/4, 160/4, 100/4 */ +.minifire-fire__red .minifire-flame:nth-child(2) { left: 47px; height: 60px; bottom: 25px; animation: minifire-fire 2s 0.35s ease-in-out infinite alternate; } /* 186/4, 240/4, 100/4 */ +.minifire-fire__red .minifire-flame:nth-child(3) { left: 59px; height: 75px; bottom: 25px; animation: minifire-fire 2s 0.1s ease-in-out infinite alternate; } /* 234/4, 300/4, 100/4 */ +.minifire-fire__red .minifire-flame:nth-child(4) { left: 71px; height: 90px; bottom: 25px; animation: minifire-fire 2s 0s ease-in-out infinite alternate; } /* 282/4, 360/4, 100/4 */ +.minifire-fire__red .minifire-flame:nth-child(5) { left: 83px; height: 78px; bottom: 25px; animation: minifire-fire 2s 0.45s ease-in-out infinite alternate; } /* 330/4, 310/4, 100/4 */ +.minifire-fire__red .minifire-flame:nth-child(6) { left: 95px; height: 58px; bottom: 25px; animation: minifire-fire 2s 0.3s ease-in-out infinite alternate; } /* 378/4, 232/4, 100/4 */ +.minifire-fire__red .minifire-flame:nth-child(7) { left: 107px; height: 35px; bottom: 25px; animation: minifire-fire 2s 0.1s ease-in-out infinite alternate; } /* 426/4, 140/4, 100/4 */ + +/* Orange Flames */ +.minifire-fire__orange .minifire-flame { + width: 12px; border-radius: 12px; background: #ff9c00; + box-shadow: 0 0 20px 5px rgba(255,156,0,0.4); +} +.minifire-fire__orange .minifire-flame:nth-child(1) { left: 35px; height: 35px; bottom: 25px; animation: minifire-fire 2s 0.05s ease-in-out infinite alternate; } +.minifire-fire__orange .minifire-flame:nth-child(2) { left: 47px; height: 53px; bottom: 25px; animation: minifire-fire 2s 0.1s ease-in-out infinite alternate; } +.minifire-fire__orange .minifire-flame:nth-child(3) { left: 59px; height: 63px; bottom: 25px; animation: minifire-fire 2s 0.35s ease-in-out infinite alternate; } +.minifire-fire__orange .minifire-flame:nth-child(4) { left: 71px; height: 75px; bottom: 25px; animation: minifire-fire 2s 0.4s ease-in-out infinite alternate; } +.minifire-fire__orange .minifire-flame:nth-child(5) { left: 83px; height: 65px; bottom: 25px; animation: minifire-fire 2s 0.5s ease-in-out infinite alternate; } +.minifire-fire__orange .minifire-flame:nth-child(6) { left: 95px; height: 51px; bottom: 25px; animation: minifire-fire 2s 0.35s ease-in-out infinite alternate; } +.minifire-fire__orange .minifire-flame:nth-child(7) { left: 107px; height: 28px; bottom: 25px; animation: minifire-fire 2s 0.1s ease-in-out infinite alternate; } + +/* Yellow Flames */ +.minifire-fire__yellow .minifire-flame { + width: 12px; border-radius: 12px; background: #ffeb6e; + box-shadow: 0 0 20px 5px rgba(255,235,110,0.4); +} +.minifire-fire__yellow .minifire-flame:nth-child(1) { left: 47px; height: 35px; bottom: 25px; animation: minifire-fire 2s 0.6s ease-in-out infinite alternate; } +.minifire-fire__yellow .minifire-flame:nth-child(2) { left: 59px; height: 43px; bottom: 30px; animation: minifire-fire 2s 0.4s ease-in-out infinite alternate; } /* Adjusted bottom slightly */ +.minifire-fire__yellow .minifire-flame:nth-child(3) { left: 71px; height: 60px; bottom: 25px; animation: minifire-fire 2s 0.38s ease-in-out infinite alternate; } +.minifire-fire__yellow .minifire-flame:nth-child(4) { left: 83px; height: 50px; bottom: 25px; animation: minifire-fire 2s 0.22s ease-in-out infinite alternate; } +.minifire-fire__yellow .minifire-flame:nth-child(5) { left: 95px; height: 36px; bottom: 25px; animation: minifire-fire 2s 0.18s ease-in-out infinite alternate; } + +/* White Flames */ +.minifire-fire__white .minifire-flame { + width: 12px; border-radius: 12px; background: #fef1d9; + box-shadow: 0 0 20px 5px rgba(254,241,217,0.4); +} +.minifire-fire__white .minifire-flame:nth-child(1) { left: 39px; width: 8px; height: 25px; bottom: 25px; animation: minifire-fire 2s 0.22s ease-in-out infinite alternate; } /* Scaled width too */ +.minifire-fire__white .minifire-flame:nth-child(2) { left: 45px; width: 8px; height: 30px; bottom: 25px; animation: minifire-fire 2s 0.42s ease-in-out infinite alternate; } +.minifire-fire__white .minifire-flame:nth-child(3) { left: 59px; height: 43px; bottom: 25px; animation: minifire-fire 2s 0.32s ease-in-out infinite alternate; } +.minifire-fire__white .minifire-flame:nth-child(4) { left: 71px; height: 53px; bottom: 25px; animation: minifire-fire 2s 0.8s ease-in-out infinite alternate; } +.minifire-fire__white .minifire-flame:nth-child(5) { left: 83px; height: 43px; bottom: 25px; animation: minifire-fire 2s 0.85s ease-in-out infinite alternate; } +.minifire-fire__white .minifire-flame:nth-child(6) { left: 95px; width: 8px; height: 28px; bottom: 25px; animation: minifire-fire 2s 0.64s ease-in-out infinite alternate; } +.minifire-fire__white .minifire-flame:nth-child(7) { left: 102px; width: 8px; height: 25px; bottom: 25px; animation: minifire-fire 2s 0.32s ease-in-out infinite alternate; } + +/* --- Scaled Down Sparks --- */ +.minifire-spark { + position: absolute; + width: 1.5px; /* 6/4 */ + height: 5px; /* 20/4 */ + background: #fef1d9; + border-radius: 5px; /* 18/4 -> 4.5 */ + z-index: 50; + transform-origin: bottom center; + transform: scaleY(0); +} +/* Scaled spark positions/animations */ +.minifire-spark:nth-child(1) { left: 40px; bottom: 53px; animation: minifire-spark 1s 0.4s linear infinite; } /* 160/4, 212/4 */ +.minifire-spark:nth-child(2) { left: 45px; bottom: 60px; animation: minifire-spark 1s 1s linear infinite; } /* 180/4, 240/4 */ +.minifire-spark:nth-child(3) { left: 52px; bottom: 80px; animation: minifire-spark 1s 0.8s linear infinite; } /* 208/4, 320/4 */ +.minifire-spark:nth-child(4) { left: 78px; bottom: 100px; animation: minifire-spark 1s 2s linear infinite; } /* 310/4, 400/4 */ +.minifire-spark:nth-child(5) { left: 90px; bottom: 95px; animation: minifire-spark 1s 0.75s linear infinite; } /* 360/4, 380/4 */ +.minifire-spark:nth-child(6) { left: 98px; bottom: 80px; animation: minifire-spark 1s 0.65s linear infinite; } /* 390/4, 320/4 */ +.minifire-spark:nth-child(7) { left: 100px; bottom: 70px; animation: minifire-spark 1s 1s linear infinite; } /* 400/4, 280/4 */ +.minifire-spark:nth-child(8) { left: 108px; bottom: 53px; animation: minifire-spark 1s 1.4s linear infinite; } /* 430/4, 210/4 */ + +/* --- Keyframes (Rename to avoid conflicts) --- */ +/* Use the same keyframe logic, just rename them */ +@keyframes minifire-fire { + 0% { transform: scaleY(1); } 28% { transform: scaleY(0.7); } 38% { transform: scaleY(0.8); } 50% { transform: scaleY(0.6); } 70% { transform: scaleY(0.95); } 82% { transform: scaleY(0.58); } 100% { transform: scaleY(1); } +} +@keyframes minifire-spark { + 0%, 35% { transform: scaleY(0) translateY(0); opacity: 0; } + 50% { transform: scaleY(1) translateY(0); opacity: 1; } + /* Adjusted translateY for smaller scale */ + 70% { transform: scaleY(1) translateY(-3px); opacity: 1; } /* 10/4 -> 2.5 -> 3 */ + 75% { transform: scaleY(1) translateY(-3px); opacity: 0; } + 100% { transform: scaleY(0) translateY(0); opacity: 0; } +} diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..4e5d003 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.ico.old b/static/favicon.ico.old new file mode 100644 index 0000000..fa12c15 Binary files /dev/null and b/static/favicon.ico.old differ diff --git a/static/img/star.png b/static/img/star.png new file mode 100644 index 0000000..1691a45 Binary files /dev/null and b/static/img/star.png differ diff --git a/static/img/wood.png b/static/img/wood.png new file mode 100644 index 0000000..2198677 Binary files /dev/null and b/static/img/wood.png differ diff --git a/static/js/htmx.min.js b/static/js/htmx.min.js new file mode 100644 index 0000000..2d49c56 --- /dev/null +++ b/static/js/htmx.min.js @@ -0,0 +1 @@ +var htmx=function(){"use strict";const Q={onLoad:null,process:null,on:null,off:null,trigger:null,ajax:null,find:null,findAll:null,closest:null,values:function(e,t){const n=cn(e,t||"post");return n.values},remove:null,addClass:null,removeClass:null,toggleClass:null,takeClass:null,swap:null,defineExtension:null,removeExtension:null,logAll:null,logNone:null,logger:null,config:{historyEnabled:true,historyCacheSize:10,refreshOnHistoryMiss:false,defaultSwapStyle:"innerHTML",defaultSwapDelay:0,defaultSettleDelay:20,includeIndicatorStyles:true,indicatorClass:"htmx-indicator",requestClass:"htmx-request",addedClass:"htmx-added",settlingClass:"htmx-settling",swappingClass:"htmx-swapping",allowEval:true,allowScriptTags:true,inlineScriptNonce:"",inlineStyleNonce:"",attributesToSettle:["class","style","width","height"],withCredentials:false,timeout:0,wsReconnectDelay:"full-jitter",wsBinaryType:"blob",disableSelector:"[hx-disable], [data-hx-disable]",scrollBehavior:"instant",defaultFocusScroll:false,getCacheBusterParam:false,globalViewTransitions:false,methodsThatUseUrlParams:["get","delete"],selfRequestsOnly:true,ignoreTitle:false,scrollIntoViewOnBoost:true,triggerSpecsCache:null,disableInheritance:false,responseHandling:[{code:"204",swap:false},{code:"[23]..",swap:true},{code:"[45]..",swap:false,error:true}],allowNestedOobSwaps:true},parseInterval:null,_:null,version:"2.0.0"};Q.onLoad=$;Q.process=Dt;Q.on=be;Q.off=we;Q.trigger=he;Q.ajax=Hn;Q.find=r;Q.findAll=p;Q.closest=g;Q.remove=K;Q.addClass=W;Q.removeClass=o;Q.toggleClass=Y;Q.takeClass=ge;Q.swap=ze;Q.defineExtension=Un;Q.removeExtension=Bn;Q.logAll=z;Q.logNone=J;Q.parseInterval=d;Q._=_;const n={addTriggerHandler:Et,bodyContains:le,canAccessLocalStorage:j,findThisElement:Ee,filterValues:dn,swap:ze,hasAttribute:s,getAttributeValue:te,getClosestAttributeValue:re,getClosestMatch:T,getExpressionVars:Cn,getHeaders:hn,getInputValues:cn,getInternalData:ie,getSwapSpecification:pn,getTriggerSpecs:lt,getTarget:Ce,makeFragment:D,mergeObjects:ue,makeSettleInfo:xn,oobSwap:Te,querySelectorExt:fe,settleImmediately:Gt,shouldCancel:dt,triggerEvent:he,triggerErrorEvent:ae,withExtensions:Ut};const v=["get","post","put","delete","patch"];const R=v.map(function(e){return"[hx-"+e+"], [data-hx-"+e+"]"}).join(", ");const O=e("head");function e(e,t=false){return new RegExp(`<${e}(\\s[^>]*>|>)([\\s\\S]*?)<\\/${e}>`,t?"gim":"im")}function d(e){if(e==undefined){return undefined}let t=NaN;if(e.slice(-2)=="ms"){t=parseFloat(e.slice(0,-2))}else if(e.slice(-1)=="s"){t=parseFloat(e.slice(0,-1))*1e3}else if(e.slice(-1)=="m"){t=parseFloat(e.slice(0,-1))*1e3*60}else{t=parseFloat(e)}return isNaN(t)?undefined:t}function ee(e,t){return e instanceof Element&&e.getAttribute(t)}function s(e,t){return!!e.hasAttribute&&(e.hasAttribute(t)||e.hasAttribute("data-"+t))}function te(e,t){return ee(e,t)||ee(e,"data-"+t)}function u(e){const t=e.parentElement;if(!t&&e.parentNode instanceof ShadowRoot)return e.parentNode;return t}function ne(){return document}function H(e,t){return e.getRootNode?e.getRootNode({composed:t}):ne()}function T(e,t){while(e&&!t(e)){e=u(e)}return e||null}function q(e,t,n){const r=te(t,n);const o=te(t,"hx-disinherit");var i=te(t,"hx-inherit");if(e!==t){if(Q.config.disableInheritance){if(i&&(i==="*"||i.split(" ").indexOf(n)>=0)){return r}else{return null}}if(o&&(o==="*"||o.split(" ").indexOf(n)>=0)){return"unset"}}return r}function re(t,n){let r=null;T(t,function(e){return!!(r=q(t,ce(e),n))});if(r!=="unset"){return r}}function a(e,t){const n=e instanceof Element&&(e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.oMatchesSelector);return!!n&&n.call(e,t)}function L(e){const t=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i;const n=t.exec(e);if(n){return n[1].toLowerCase()}else{return""}}function N(e){const t=new DOMParser;return t.parseFromString(e,"text/html")}function A(e,t){while(t.childNodes.length>0){e.append(t.childNodes[0])}}function I(e){const t=ne().createElement("script");se(e.attributes,function(e){t.setAttribute(e.name,e.value)});t.textContent=e.textContent;t.async=false;if(Q.config.inlineScriptNonce){t.nonce=Q.config.inlineScriptNonce}return t}function P(e){return e.matches("script")&&(e.type==="text/javascript"||e.type==="module"||e.type==="")}function k(e){Array.from(e.querySelectorAll("script")).forEach(e=>{if(P(e)){const t=I(e);const n=e.parentNode;try{n.insertBefore(t,e)}catch(e){w(e)}finally{e.remove()}}})}function D(e){const t=e.replace(O,"");const n=L(t);let r;if(n==="html"){r=new DocumentFragment;const i=N(e);A(r,i.body);r.title=i.title}else if(n==="body"){r=new DocumentFragment;const i=N(t);A(r,i.body);r.title=i.title}else{const i=N('");r=i.querySelector("template").content;r.title=i.title;var o=r.querySelector("title");if(o&&o.parentNode===r){o.remove();r.title=o.innerText}}if(r){if(Q.config.allowScriptTags){k(r)}else{r.querySelectorAll("script").forEach(e=>e.remove())}}return r}function oe(e){if(e){e()}}function t(e,t){return Object.prototype.toString.call(e)==="[object "+t+"]"}function M(e){return typeof e==="function"}function X(e){return t(e,"Object")}function ie(e){const t="htmx-internal-data";let n=e[t];if(!n){n=e[t]={}}return n}function F(t){const n=[];if(t){for(let e=0;e=0}function le(e){const t=e.getRootNode&&e.getRootNode();if(t&&t instanceof window.ShadowRoot){return ne().body.contains(t.host)}else{return ne().body.contains(e)}}function B(e){return e.trim().split(/\s+/)}function ue(e,t){for(const n in t){if(t.hasOwnProperty(n)){e[n]=t[n]}}return e}function S(e){try{return JSON.parse(e)}catch(e){w(e);return null}}function j(){const e="htmx:localStorageTest";try{localStorage.setItem(e,e);localStorage.removeItem(e);return true}catch(e){return false}}function V(t){try{const e=new URL(t);if(e){t=e.pathname+e.search}if(!/^\/$/.test(t)){t=t.replace(/\/+$/,"")}return t}catch(e){return t}}function _(e){return vn(ne().body,function(){return eval(e)})}function $(t){const e=Q.on("htmx:load",function(e){t(e.detail.elt)});return e}function z(){Q.logger=function(e,t,n){if(console){console.log(t,e,n)}}}function J(){Q.logger=null}function r(e,t){if(typeof e!=="string"){return e.querySelector(t)}else{return r(ne(),e)}}function p(e,t){if(typeof e!=="string"){return e.querySelectorAll(t)}else{return p(ne(),e)}}function E(){return window}function K(e,t){e=y(e);if(t){E().setTimeout(function(){K(e);e=null},t)}else{u(e).removeChild(e)}}function ce(e){return e instanceof Element?e:null}function G(e){return e instanceof HTMLElement?e:null}function Z(e){return typeof e==="string"?e:null}function h(e){return e instanceof Element||e instanceof Document||e instanceof DocumentFragment?e:null}function W(e,t,n){e=ce(y(e));if(!e){return}if(n){E().setTimeout(function(){W(e,t);e=null},n)}else{e.classList&&e.classList.add(t)}}function o(e,t,n){let r=ce(y(e));if(!r){return}if(n){E().setTimeout(function(){o(r,t);r=null},n)}else{if(r.classList){r.classList.remove(t);if(r.classList.length===0){r.removeAttribute("class")}}}}function Y(e,t){e=y(e);e.classList.toggle(t)}function ge(e,t){e=y(e);se(e.parentElement.children,function(e){o(e,t)});W(ce(e),t)}function g(e,t){e=ce(y(e));if(e&&e.closest){return e.closest(t)}else{do{if(e==null||a(e,t)){return e}}while(e=e&&ce(u(e)));return null}}function l(e,t){return e.substring(0,t.length)===t}function pe(e,t){return e.substring(e.length-t.length)===t}function i(e){const t=e.trim();if(l(t,"<")&&pe(t,"/>")){return t.substring(1,t.length-2)}else{return t}}function m(e,t,n){e=y(e);if(t.indexOf("closest ")===0){return[g(ce(e),i(t.substr(8)))]}else if(t.indexOf("find ")===0){return[r(h(e),i(t.substr(5)))]}else if(t==="next"){return[ce(e).nextElementSibling]}else if(t.indexOf("next ")===0){return[me(e,i(t.substr(5)),!!n)]}else if(t==="previous"){return[ce(e).previousElementSibling]}else if(t.indexOf("previous ")===0){return[ye(e,i(t.substr(9)),!!n)]}else if(t==="document"){return[document]}else if(t==="window"){return[window]}else if(t==="body"){return[document.body]}else if(t==="root"){return[H(e,!!n)]}else if(t.indexOf("global ")===0){return m(e,t.slice(7),true)}else{return F(h(H(e,!!n)).querySelectorAll(i(t)))}}var me=function(t,e,n){const r=h(H(t,n)).querySelectorAll(e);for(let e=0;e=0;e--){const o=r[e];if(o.compareDocumentPosition(t)===Node.DOCUMENT_POSITION_FOLLOWING){return o}}};function fe(e,t){if(typeof e!=="string"){return m(e,t)[0]}else{return m(ne().body,e)[0]}}function y(e,t){if(typeof e==="string"){return r(h(t)||document,e)}else{return e}}function xe(e,t,n){if(M(t)){return{target:ne().body,event:Z(e),listener:t}}else{return{target:y(e),event:Z(t),listener:n}}}function be(t,n,r){_n(function(){const e=xe(t,n,r);e.target.addEventListener(e.event,e.listener)});const e=M(n);return e?n:r}function we(t,n,r){_n(function(){const e=xe(t,n,r);e.target.removeEventListener(e.event,e.listener)});return M(n)?n:r}const ve=ne().createElement("output");function Se(e,t){const n=re(e,t);if(n){if(n==="this"){return[Ee(e,t)]}else{const r=m(e,n);if(r.length===0){w('The selector "'+n+'" on '+t+" returned no matches!");return[ve]}else{return r}}}}function Ee(e,t){return ce(T(e,function(e){return te(ce(e),t)!=null}))}function Ce(e){const t=re(e,"hx-target");if(t){if(t==="this"){return Ee(e,"hx-target")}else{return fe(e,t)}}else{const n=ie(e);if(n.boosted){return ne().body}else{return e}}}function Re(t){const n=Q.config.attributesToSettle;for(let e=0;e0){s=e.substr(0,e.indexOf(":"));t=e.substr(e.indexOf(":")+1,e.length)}else{s=e}const n=ne().querySelectorAll(t);if(n){se(n,function(e){let t;const n=o.cloneNode(true);t=ne().createDocumentFragment();t.appendChild(n);if(!He(s,e)){t=h(n)}const r={shouldSwap:true,target:e,fragment:t};if(!he(e,"htmx:oobBeforeSwap",r))return;e=r.target;if(r.shouldSwap){_e(s,e,e,t,i)}se(i.elts,function(e){he(e,"htmx:oobAfterSwap",r)})});o.parentNode.removeChild(o)}else{o.parentNode.removeChild(o);ae(ne().body,"htmx:oobErrorNoTarget",{content:o})}return e}function qe(e){se(p(e,"[hx-preserve], [data-hx-preserve]"),function(e){const t=te(e,"id");const n=ne().getElementById(t);if(n!=null){e.parentNode.replaceChild(n,e)}})}function Le(l,e,u){se(e.querySelectorAll("[id]"),function(t){const n=ee(t,"id");if(n&&n.length>0){const r=n.replace("'","\\'");const o=t.tagName.replace(":","\\:");const e=h(l);const i=e&&e.querySelector(o+"[id='"+r+"']");if(i&&i!==e){const s=t.cloneNode();Oe(t,i);u.tasks.push(function(){Oe(t,s)})}}})}function Ne(e){return function(){o(e,Q.config.addedClass);Dt(ce(e));Ae(h(e));he(e,"htmx:load")}}function Ae(e){const t="[autofocus]";const n=G(a(e,t)?e:e.querySelector(t));if(n!=null){n.focus()}}function c(e,t,n,r){Le(e,n,r);while(n.childNodes.length>0){const o=n.firstChild;W(ce(o),Q.config.addedClass);e.insertBefore(o,t);if(o.nodeType!==Node.TEXT_NODE&&o.nodeType!==Node.COMMENT_NODE){r.tasks.push(Ne(o))}}}function Ie(e,t){let n=0;while(n0){E().setTimeout(l,r.settleDelay)}else{l()}}function Je(e,t,n){const r=e.getResponseHeader(t);if(r.indexOf("{")===0){const o=S(r);for(const i in o){if(o.hasOwnProperty(i)){let e=o[i];if(!X(e)){e={value:e}}he(n,i,e)}}}else{const s=r.split(",");for(let e=0;e0){const s=o[0];if(s==="]"){e--;if(e===0){if(n===null){t=t+"true"}o.shift();t+=")})";try{const l=vn(r,function(){return Function(t)()},function(){return true});l.source=t;return l}catch(e){ae(ne().body,"htmx:syntax:error",{error:e,source:t});return null}}}else if(s==="["){e++}if(nt(s,n,i)){t+="(("+i+"."+s+") ? ("+i+"."+s+") : (window."+s+"))"}else{t=t+s}n=o.shift()}}}function b(e,t){let n="";while(e.length>0&&!t.test(e[0])){n+=e.shift()}return n}function ot(e){let t;if(e.length>0&&Qe.test(e[0])){e.shift();t=b(e,et).trim();e.shift()}else{t=b(e,x)}return t}const it="input, textarea, select";function st(e,t,n){const r=[];const o=tt(t);do{b(o,Ye);const l=o.length;const u=b(o,/[,\[\s]/);if(u!==""){if(u==="every"){const c={trigger:"every"};b(o,Ye);c.pollInterval=d(b(o,/[,\[\s]/));b(o,Ye);var i=rt(e,o,"event");if(i){c.eventFilter=i}r.push(c)}else{const f={trigger:u};var i=rt(e,o,"event");if(i){f.eventFilter=i}while(o.length>0&&o[0]!==","){b(o,Ye);const a=o.shift();if(a==="changed"){f.changed=true}else if(a==="once"){f.once=true}else if(a==="consume"){f.consume=true}else if(a==="delay"&&o[0]===":"){o.shift();f.delay=d(b(o,x))}else if(a==="from"&&o[0]===":"){o.shift();if(Qe.test(o[0])){var s=ot(o)}else{var s=b(o,x);if(s==="closest"||s==="find"||s==="next"||s==="previous"){o.shift();const h=ot(o);if(h.length>0){s+=" "+h}}}f.from=s}else if(a==="target"&&o[0]===":"){o.shift();f.target=ot(o)}else if(a==="throttle"&&o[0]===":"){o.shift();f.throttle=d(b(o,x))}else if(a==="queue"&&o[0]===":"){o.shift();f.queue=b(o,x)}else if(a==="root"&&o[0]===":"){o.shift();f[a]=ot(o)}else if(a==="threshold"&&o[0]===":"){o.shift();f[a]=b(o,x)}else{ae(e,"htmx:syntax:error",{token:o.shift()})}}r.push(f)}}if(o.length===l){ae(e,"htmx:syntax:error",{token:o.shift()})}b(o,Ye)}while(o[0]===","&&o.shift());if(n){n[t]=r}return r}function lt(e){const t=te(e,"hx-trigger");let n=[];if(t){const r=Q.config.triggerSpecsCache;n=r&&r[t]||st(e,t,r)}if(n.length>0){return n}else if(a(e,"form")){return[{trigger:"submit"}]}else if(a(e,'input[type="button"], input[type="submit"]')){return[{trigger:"click"}]}else if(a(e,it)){return[{trigger:"change"}]}else{return[{trigger:"click"}]}}function ut(e){ie(e).cancelled=true}function ct(e,t,n){const r=ie(e);r.timeout=E().setTimeout(function(){if(le(e)&&r.cancelled!==true){if(!pt(n,e,Xt("hx:poll:trigger",{triggerSpec:n,target:e}))){t(e)}ct(e,t,n)}},n.pollInterval)}function ft(e){return location.hostname===e.hostname&&ee(e,"href")&&ee(e,"href").indexOf("#")!==0}function at(e){return g(e,Q.config.disableSelector)}function ht(t,n,e){if(t instanceof HTMLAnchorElement&&ft(t)&&(t.target===""||t.target==="_self")||t.tagName==="FORM"){n.boosted=true;let r,o;if(t.tagName==="A"){r="get";o=ee(t,"href")}else{const i=ee(t,"method");r=i?i.toLowerCase():"get";if(r==="get"){}o=ee(t,"action")}e.forEach(function(e){mt(t,function(e,t){const n=ce(e);if(at(n)){f(n);return}de(r,o,n,t)},n,e,true)})}}function dt(e,t){const n=ce(t);if(!n){return false}if(e.type==="submit"||e.type==="click"){if(n.tagName==="FORM"){return true}if(a(n,'input[type="submit"], button')&&g(n,"form")!==null){return true}if(n instanceof HTMLAnchorElement&&n.href&&(n.getAttribute("href")==="#"||n.getAttribute("href").indexOf("#")!==0)){return true}}return false}function gt(e,t){return ie(e).boosted&&e instanceof HTMLAnchorElement&&t.type==="click"&&(t.ctrlKey||t.metaKey)}function pt(e,t,n){const r=e.eventFilter;if(r){try{return r.call(t,n)!==true}catch(e){const o=r.source;ae(ne().body,"htmx:eventFilter:error",{error:e,source:o});return true}}return false}function mt(s,l,e,u,c){const f=ie(s);let t;if(u.from){t=m(s,u.from)}else{t=[s]}if(u.changed){t.forEach(function(e){const t=ie(e);t.lastValue=e.value})}se(t,function(o){const i=function(e){if(!le(s)){o.removeEventListener(u.trigger,i);return}if(gt(s,e)){return}if(c||dt(e,s)){e.preventDefault()}if(pt(u,s,e)){return}const t=ie(e);t.triggerSpec=u;if(t.handledFor==null){t.handledFor=[]}if(t.handledFor.indexOf(s)<0){t.handledFor.push(s);if(u.consume){e.stopPropagation()}if(u.target&&e.target){if(!a(ce(e.target),u.target)){return}}if(u.once){if(f.triggeredOnce){return}else{f.triggeredOnce=true}}if(u.changed){const n=ie(o);const r=o.value;if(n.lastValue===r){return}n.lastValue=r}if(f.delayed){clearTimeout(f.delayed)}if(f.throttle){return}if(u.throttle>0){if(!f.throttle){l(s,e);f.throttle=E().setTimeout(function(){f.throttle=null},u.throttle)}}else if(u.delay>0){f.delayed=E().setTimeout(function(){l(s,e)},u.delay)}else{he(s,"htmx:trigger");l(s,e)}}};if(e.listenerInfos==null){e.listenerInfos=[]}e.listenerInfos.push({trigger:u.trigger,listener:i,on:o});o.addEventListener(u.trigger,i)})}let yt=false;let xt=null;function bt(){if(!xt){xt=function(){yt=true};window.addEventListener("scroll",xt);setInterval(function(){if(yt){yt=false;se(ne().querySelectorAll("[hx-trigger*='revealed'],[data-hx-trigger*='revealed']"),function(e){wt(e)})}},200)}}function wt(e){if(!s(e,"data-hx-revealed")&&U(e)){e.setAttribute("data-hx-revealed","true");const t=ie(e);if(t.initHash){he(e,"revealed")}else{e.addEventListener("htmx:afterProcessNode",function(){he(e,"revealed")},{once:true})}}}function vt(e,t,n,r){const o=function(){if(!n.loaded){n.loaded=true;t(e)}};if(r>0){E().setTimeout(o,r)}else{o()}}function St(t,n,e){let i=false;se(v,function(r){if(s(t,"hx-"+r)){const o=te(t,"hx-"+r);i=true;n.path=o;n.verb=r;e.forEach(function(e){Et(t,e,n,function(e,t){const n=ce(e);if(g(n,Q.config.disableSelector)){f(n);return}de(r,o,n,t)})})}});return i}function Et(r,e,t,n){if(e.trigger==="revealed"){bt();mt(r,n,t,e);wt(ce(r))}else if(e.trigger==="intersect"){const o={};if(e.root){o.root=fe(r,e.root)}if(e.threshold){o.threshold=parseFloat(e.threshold)}const i=new IntersectionObserver(function(t){for(let e=0;e0){t.polling=true;ct(ce(r),n,e)}else{mt(r,n,t,e)}}function Ct(e){const t=ce(e);if(!t){return false}const n=t.attributes;for(let e=0;e", "+e).join(""));return o}else{return[]}}function qt(e){const t=g(ce(e.target),"button, input[type='submit']");const n=Nt(e);if(n){n.lastButtonClicked=t}}function Lt(e){const t=Nt(e);if(t){t.lastButtonClicked=null}}function Nt(e){const t=g(ce(e.target),"button, input[type='submit']");if(!t){return}const n=y("#"+ee(t,"form"),t.getRootNode())||g(t,"form");if(!n){return}return ie(n)}function At(e){e.addEventListener("click",qt);e.addEventListener("focusin",qt);e.addEventListener("focusout",Lt)}function It(t,e,n){const r=ie(t);if(!Array.isArray(r.onHandlers)){r.onHandlers=[]}let o;const i=function(e){vn(t,function(){if(at(t)){return}if(!o){o=new Function("event",n)}o.call(t,e)})};t.addEventListener(e,i);r.onHandlers.push({event:e,listener:i})}function Pt(t){ke(t);for(let e=0;eQ.config.historyCacheSize){i.shift()}while(i.length>0){try{localStorage.setItem("htmx-history-cache",JSON.stringify(i));break}catch(e){ae(ne().body,"htmx:historyCacheError",{cause:e,cache:i});i.shift()}}}function _t(t){if(!j()){return null}t=V(t);const n=S(localStorage.getItem("htmx-history-cache"))||[];for(let e=0;e=200&&this.status<400){he(ne().body,"htmx:historyCacheMissLoad",i);const e=D(this.response);const t=e.querySelector("[hx-history-elt],[data-hx-history-elt]")||e;const n=jt();const r=xn(n);Dn(e.title);Ve(n,t,r);Gt(r.tasks);Bt=o;he(ne().body,"htmx:historyRestore",{path:o,cacheMiss:true,serverResponse:this.response})}else{ae(ne().body,"htmx:historyCacheMissLoadError",i)}};e.send()}function Wt(e){zt();e=e||location.pathname+location.search;const t=_t(e);if(t){const n=D(t.content);const r=jt();const o=xn(r);Dn(n.title);Ve(r,n,o);Gt(o.tasks);E().setTimeout(function(){window.scrollTo(0,t.scroll)},0);Bt=e;he(ne().body,"htmx:historyRestore",{path:e,item:t})}else{if(Q.config.refreshOnHistoryMiss){window.location.reload(true)}else{Zt(e)}}}function Yt(e){let t=Se(e,"hx-indicator");if(t==null){t=[e]}se(t,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)+1;e.classList.add.call(e.classList,Q.config.requestClass)});return t}function Qt(e){let t=Se(e,"hx-disabled-elt");if(t==null){t=[]}se(t,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)+1;e.setAttribute("disabled","")});return t}function en(e,t){se(e,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)-1;if(t.requestCount===0){e.classList.remove.call(e.classList,Q.config.requestClass)}});se(t,function(e){const t=ie(e);t.requestCount=(t.requestCount||0)-1;if(t.requestCount===0){e.removeAttribute("disabled")}})}function tn(t,n){for(let e=0;en.indexOf(e)<0)}else{e=e.filter(e=>e!==n)}r.delete(t);se(e,e=>r.append(t,e))}}function sn(t,n,r,o,i){if(o==null||tn(t,o)){return}else{t.push(o)}if(nn(o)){const s=ee(o,"name");let e=o.value;if(o instanceof HTMLSelectElement&&o.multiple){e=F(o.querySelectorAll("option:checked")).map(function(e){return e.value})}if(o instanceof HTMLInputElement&&o.files){e=F(o.files)}rn(s,e,n);if(i){ln(o,r)}}if(o instanceof HTMLFormElement){se(o.elements,function(e){if(t.indexOf(e)>=0){on(e.name,e.value,n)}else{t.push(e)}if(i){ln(e,r)}});new FormData(o).forEach(function(e,t){if(e instanceof File&&e.name===""){return}rn(t,e,n)})}}function ln(e,t){const n=e;if(n.willValidate){he(n,"htmx:validation:validate");if(!n.checkValidity()){t.push({elt:n,message:n.validationMessage,validity:n.validity});he(n,"htmx:validation:failed",{message:n.validationMessage,validity:n.validity})}}}function un(t,e){for(const n of e.keys()){t.delete(n);e.getAll(n).forEach(function(e){t.append(n,e)})}return t}function cn(e,t){const n=[];const r=new FormData;const o=new FormData;const i=[];const s=ie(e);if(s.lastButtonClicked&&!le(s.lastButtonClicked)){s.lastButtonClicked=null}let l=e instanceof HTMLFormElement&&e.noValidate!==true||te(e,"hx-validate")==="true";if(s.lastButtonClicked){l=l&&s.lastButtonClicked.formNoValidate!==true}if(t!=="get"){sn(n,o,i,g(e,"form"),l)}sn(n,r,i,e,l);if(s.lastButtonClicked||e.tagName==="BUTTON"||e.tagName==="INPUT"&&ee(e,"type")==="submit"){const c=s.lastButtonClicked||e;const f=ee(c,"name");rn(f,c.value,o)}const u=Se(e,"hx-include");se(u,function(e){sn(n,r,i,ce(e),l);if(!a(e,"form")){se(h(e).querySelectorAll(it),function(e){sn(n,r,i,e,l)})}});un(r,o);return{errors:i,formData:r,values:An(r)}}function fn(e,t,n){if(e!==""){e+="&"}if(String(n)==="[object Object]"){n=JSON.stringify(n)}const r=encodeURIComponent(n);e+=encodeURIComponent(t)+"="+r;return e}function an(e){e=Ln(e);let n="";e.forEach(function(e,t){n=fn(n,t,e)});return n}function hn(e,t,n){const r={"HX-Request":"true","HX-Trigger":ee(e,"id"),"HX-Trigger-Name":ee(e,"name"),"HX-Target":te(t,"id"),"HX-Current-URL":ne().location.href};wn(e,"hx-headers",false,r);if(n!==undefined){r["HX-Prompt"]=n}if(ie(e).boosted){r["HX-Boosted"]="true"}return r}function dn(n,e){const t=re(e,"hx-params");if(t){if(t==="none"){return new FormData}else if(t==="*"){return n}else if(t.indexOf("not ")===0){se(t.substr(4).split(","),function(e){e=e.trim();n.delete(e)});return n}else{const r=new FormData;se(t.split(","),function(t){t=t.trim();if(n.has(t)){n.getAll(t).forEach(function(e){r.append(t,e)})}});return r}}else{return n}}function gn(e){return!!ee(e,"href")&&ee(e,"href").indexOf("#")>=0}function pn(e,t){const n=t||re(e,"hx-swap");const r={swapStyle:ie(e).boosted?"innerHTML":Q.config.defaultSwapStyle,swapDelay:Q.config.defaultSwapDelay,settleDelay:Q.config.defaultSettleDelay};if(Q.config.scrollIntoViewOnBoost&&ie(e).boosted&&!gn(e)){r.show="top"}if(n){const s=B(n);if(s.length>0){for(let e=0;e0?o.join(":"):null;r.scroll=c;r.scrollTarget=i}else if(l.indexOf("show:")===0){const f=l.substr(5);var o=f.split(":");const a=o.pop();var i=o.length>0?o.join(":"):null;r.show=a;r.showTarget=i}else if(l.indexOf("focus-scroll:")===0){const h=l.substr("focus-scroll:".length);r.focusScroll=h=="true"}else if(e==0){r.swapStyle=l}else{w("Unknown modifier in hx-swap: "+l)}}}}return r}function mn(e){return re(e,"hx-encoding")==="multipart/form-data"||a(e,"form")&&ee(e,"enctype")==="multipart/form-data"}function yn(t,n,r){let o=null;Ut(n,function(e){if(o==null){o=e.encodeParameters(t,r,n)}});if(o!=null){return o}else{if(mn(n)){return un(new FormData,Ln(r))}else{return an(r)}}}function xn(e){return{tasks:[],elts:[e]}}function bn(e,t){const n=e[0];const r=e[e.length-1];if(t.scroll){var o=null;if(t.scrollTarget){o=ce(fe(n,t.scrollTarget))}if(t.scroll==="top"&&(n||o)){o=o||n;o.scrollTop=0}if(t.scroll==="bottom"&&(r||o)){o=o||r;o.scrollTop=o.scrollHeight}}if(t.show){var o=null;if(t.showTarget){let e=t.showTarget;if(t.showTarget==="window"){e="body"}o=ce(fe(n,e))}if(t.show==="top"&&(n||o)){o=o||n;o.scrollIntoView({block:"start",behavior:Q.config.scrollBehavior})}if(t.show==="bottom"&&(r||o)){o=o||r;o.scrollIntoView({block:"end",behavior:Q.config.scrollBehavior})}}}function wn(r,e,o,i){if(i==null){i={}}if(r==null){return i}const s=te(r,e);if(s){let e=s.trim();let t=o;if(e==="unset"){return null}if(e.indexOf("javascript:")===0){e=e.substr(11);t=true}else if(e.indexOf("js:")===0){e=e.substr(3);t=true}if(e.indexOf("{")!==0){e="{"+e+"}"}let n;if(t){n=vn(r,function(){return Function("return ("+e+")")()},{})}else{n=S(e)}for(const l in n){if(n.hasOwnProperty(l)){if(i[l]==null){i[l]=n[l]}}}}return wn(ce(u(r)),e,o,i)}function vn(e,t,n){if(Q.config.allowEval){return t()}else{ae(e,"htmx:evalDisallowedError");return n}}function Sn(e,t){return wn(e,"hx-vars",true,t)}function En(e,t){return wn(e,"hx-vals",false,t)}function Cn(e){return ue(Sn(e),En(e))}function Rn(t,n,r){if(r!==null){try{t.setRequestHeader(n,r)}catch(e){t.setRequestHeader(n,encodeURIComponent(r));t.setRequestHeader(n+"-URI-AutoEncoded","true")}}}function On(t){if(t.responseURL&&typeof URL!=="undefined"){try{const e=new URL(t.responseURL);return e.pathname+e.search}catch(e){ae(ne().body,"htmx:badResponseUrl",{url:t.responseURL})}}}function C(e,t){return t.test(e.getAllResponseHeaders())}function Hn(e,t,n){e=e.toLowerCase();if(n){if(n instanceof Element||typeof n==="string"){return de(e,t,null,null,{targetOverride:y(n),returnPromise:true})}else{return de(e,t,y(n.source),n.event,{handler:n.handler,headers:n.headers,values:n.values,targetOverride:y(n.target),swapOverride:n.swap,select:n.select,returnPromise:true})}}else{return de(e,t,null,null,{returnPromise:true})}}function Tn(e){const t=[];while(e){t.push(e);e=e.parentElement}return t}function qn(e,t,n){let r;let o;if(typeof URL==="function"){o=new URL(t,document.location.href);const i=document.location.origin;r=i===o.origin}else{o=t;r=l(t,document.location.origin)}if(Q.config.selfRequestsOnly){if(!r){return false}}return he(e,"htmx:validateUrl",ue({url:o,sameHost:r},n))}function Ln(e){if(e instanceof FormData)return e;const t=new FormData;for(const n in e){if(e.hasOwnProperty(n)){if(typeof e[n].forEach==="function"){e[n].forEach(function(e){t.append(n,e)})}else if(typeof e[n]==="object"){t.append(n,JSON.stringify(e[n]))}else{t.append(n,e[n])}}}return t}function Nn(r,o,e){return new Proxy(e,{get:function(t,e){if(typeof e==="number")return t[e];if(e==="length")return t.length;if(e==="push"){return function(e){t.push(e);r.append(o,e)}}if(typeof t[e]==="function"){return function(){t[e].apply(t,arguments);r.delete(o);t.forEach(function(e){r.append(o,e)})}}if(t[e]&&t[e].length===1){return t[e][0]}else{return t[e]}},set:function(e,t,n){e[t]=n;r.delete(o);e.forEach(function(e){r.append(o,e)});return true}})}function An(r){return new Proxy(r,{get:function(e,t){if(typeof t==="symbol"){return Reflect.get(e,t)}if(t==="toJSON"){return()=>Object.fromEntries(r)}if(t in e){if(typeof e[t]==="function"){return function(){return r[t].apply(r,arguments)}}else{return e[t]}}const n=r.getAll(t);if(n.length===0){return undefined}else if(n.length===1){return n[0]}else{return Nn(e,t,n)}},set:function(t,n,e){if(typeof n!=="string"){return false}t.delete(n);if(typeof e.forEach==="function"){e.forEach(function(e){t.append(n,e)})}else{t.append(n,e)}return true},deleteProperty:function(e,t){if(typeof t==="string"){e.delete(t)}return true},ownKeys:function(e){return Reflect.ownKeys(Object.fromEntries(e))},getOwnPropertyDescriptor:function(e,t){return Reflect.getOwnPropertyDescriptor(Object.fromEntries(e),t)}})}function de(t,n,r,o,i,D){let s=null;let l=null;i=i!=null?i:{};if(i.returnPromise&&typeof Promise!=="undefined"){var e=new Promise(function(e,t){s=e;l=t})}if(r==null){r=ne().body}const M=i.handler||Mn;const X=i.select||null;if(!le(r)){oe(s);return e}const u=i.targetOverride||ce(Ce(r));if(u==null||u==ve){ae(r,"htmx:targetError",{target:te(r,"hx-target")});oe(l);return e}let c=ie(r);const f=c.lastButtonClicked;if(f){const L=ee(f,"formaction");if(L!=null){n=L}const N=ee(f,"formmethod");if(N!=null){if(N.toLowerCase()!=="dialog"){t=N}}}const a=re(r,"hx-confirm");if(D===undefined){const K=function(e){return de(t,n,r,o,i,!!e)};const G={target:u,elt:r,path:n,verb:t,triggeringEvent:o,etc:i,issueRequest:K,question:a};if(he(r,"htmx:confirm",G)===false){oe(s);return e}}let h=r;let d=re(r,"hx-sync");let g=null;let F=false;if(d){const A=d.split(":");const I=A[0].trim();if(I==="this"){h=Ee(r,"hx-sync")}else{h=ce(fe(r,I))}d=(A[1]||"drop").trim();c=ie(h);if(d==="drop"&&c.xhr&&c.abortable!==true){oe(s);return e}else if(d==="abort"){if(c.xhr){oe(s);return e}else{F=true}}else if(d==="replace"){he(h,"htmx:abort")}else if(d.indexOf("queue")===0){const Z=d.split(" ");g=(Z[1]||"last").trim()}}if(c.xhr){if(c.abortable){he(h,"htmx:abort")}else{if(g==null){if(o){const P=ie(o);if(P&&P.triggerSpec&&P.triggerSpec.queue){g=P.triggerSpec.queue}}if(g==null){g="last"}}if(c.queuedRequests==null){c.queuedRequests=[]}if(g==="first"&&c.queuedRequests.length===0){c.queuedRequests.push(function(){de(t,n,r,o,i)})}else if(g==="all"){c.queuedRequests.push(function(){de(t,n,r,o,i)})}else if(g==="last"){c.queuedRequests=[];c.queuedRequests.push(function(){de(t,n,r,o,i)})}oe(s);return e}}const p=new XMLHttpRequest;c.xhr=p;c.abortable=F;const m=function(){c.xhr=null;c.abortable=false;if(c.queuedRequests!=null&&c.queuedRequests.length>0){const e=c.queuedRequests.shift();e()}};const U=re(r,"hx-prompt");if(U){var y=prompt(U);if(y===null||!he(r,"htmx:prompt",{prompt:y,target:u})){oe(s);m();return e}}if(a&&!D){if(!confirm(a)){oe(s);m();return e}}let x=hn(r,u,y);if(t!=="get"&&!mn(r)){x["Content-Type"]="application/x-www-form-urlencoded"}if(i.headers){x=ue(x,i.headers)}const B=cn(r,t);let b=B.errors;const j=B.formData;if(i.values){un(j,Ln(i.values))}const V=Ln(Cn(r));const w=un(j,V);let v=dn(w,r);if(Q.config.getCacheBusterParam&&t==="get"){v.set("org.htmx.cache-buster",ee(u,"id")||"true")}if(n==null||n===""){n=ne().location.href}const S=wn(r,"hx-request");const _=ie(r).boosted;let E=Q.config.methodsThatUseUrlParams.indexOf(t)>=0;const C={boosted:_,useUrlParams:E,formData:v,parameters:An(v),unfilteredFormData:w,unfilteredParameters:An(w),headers:x,target:u,verb:t,errors:b,withCredentials:i.credentials||S.credentials||Q.config.withCredentials,timeout:i.timeout||S.timeout||Q.config.timeout,path:n,triggeringEvent:o};if(!he(r,"htmx:configRequest",C)){oe(s);m();return e}n=C.path;t=C.verb;x=C.headers;v=Ln(C.parameters);b=C.errors;E=C.useUrlParams;if(b&&b.length>0){he(r,"htmx:validation:halted",C);oe(s);m();return e}const $=n.split("#");const z=$[0];const R=$[1];let O=n;if(E){O=z;const W=!v.keys().next().done;if(W){if(O.indexOf("?")<0){O+="?"}else{O+="&"}O+=an(v);if(R){O+="#"+R}}}if(!qn(r,O,C)){ae(r,"htmx:invalidPath",C);oe(l);return e}p.open(t.toUpperCase(),O,true);p.overrideMimeType("text/html");p.withCredentials=C.withCredentials;p.timeout=C.timeout;if(S.noHeaders){}else{for(const k in x){if(x.hasOwnProperty(k)){const Y=x[k];Rn(p,k,Y)}}}const H={xhr:p,target:u,requestConfig:C,etc:i,boosted:_,select:X,pathInfo:{requestPath:n,finalRequestPath:O,responsePath:null,anchor:R}};p.onload=function(){try{const t=Tn(r);H.pathInfo.responsePath=On(p);M(r,H);en(T,q);he(r,"htmx:afterRequest",H);he(r,"htmx:afterOnLoad",H);if(!le(r)){let e=null;while(t.length>0&&e==null){const n=t.shift();if(le(n)){e=n}}if(e){he(e,"htmx:afterRequest",H);he(e,"htmx:afterOnLoad",H)}}oe(s);m()}catch(e){ae(r,"htmx:onLoadError",ue({error:e},H));throw e}};p.onerror=function(){en(T,q);ae(r,"htmx:afterRequest",H);ae(r,"htmx:sendError",H);oe(l);m()};p.onabort=function(){en(T,q);ae(r,"htmx:afterRequest",H);ae(r,"htmx:sendAbort",H);oe(l);m()};p.ontimeout=function(){en(T,q);ae(r,"htmx:afterRequest",H);ae(r,"htmx:timeout",H);oe(l);m()};if(!he(r,"htmx:beforeRequest",H)){oe(s);m();return e}var T=Yt(r);var q=Qt(r);se(["loadstart","loadend","progress","abort"],function(t){se([p,p.upload],function(e){e.addEventListener(t,function(e){he(r,"htmx:xhr:"+t,{lengthComputable:e.lengthComputable,loaded:e.loaded,total:e.total})})})});he(r,"htmx:beforeSend",H);const J=E?null:yn(p,r,v);p.send(J);return e}function In(e,t){const n=t.xhr;let r=null;let o=null;if(C(n,/HX-Push:/i)){r=n.getResponseHeader("HX-Push");o="push"}else if(C(n,/HX-Push-Url:/i)){r=n.getResponseHeader("HX-Push-Url");o="push"}else if(C(n,/HX-Replace-Url:/i)){r=n.getResponseHeader("HX-Replace-Url");o="replace"}if(r){if(r==="false"){return{}}else{return{type:o,path:r}}}const i=t.pathInfo.finalRequestPath;const s=t.pathInfo.responsePath;const l=re(e,"hx-push-url");const u=re(e,"hx-replace-url");const c=ie(e).boosted;let f=null;let a=null;if(l){f="push";a=l}else if(u){f="replace";a=u}else if(c){f="push";a=s||i}if(a){if(a==="false"){return{}}if(a==="true"){a=s||i}if(t.pathInfo.anchor&&a.indexOf("#")===-1){a=a+"#"+t.pathInfo.anchor}return{type:f,path:a}}else{return{}}}function Pn(e,t){var n=new RegExp(e.code);return n.test(t.toString(10))}function kn(e){for(var t=0;t0){E().setTimeout(e,y.swapDelay)}else{e()}}if(a){ae(o,"htmx:responseError",ue({error:"Response Status Error Code "+s.status+" from "+i.pathInfo.requestPath},i))}}const Xn={};function Fn(){return{init:function(e){return null},getSelectors:function(){return null},onEvent:function(e,t){return true},transformResponse:function(e,t,n){return e},isInlineSwap:function(e){return false},handleSwap:function(e,t,n,r){return false},encodeParameters:function(e,t,n){return null}}}function Un(e,t){if(t.init){t.init(n)}Xn[e]=ue(Fn(),t)}function Bn(e){delete Xn[e]}function jn(e,n,r){if(n==undefined){n=[]}if(e==undefined){return n}if(r==undefined){r=[]}const t=te(e,"hx-ext");if(t){se(t.split(","),function(e){e=e.replace(/ /g,"");if(e.slice(0,7)=="ignore:"){r.push(e.slice(7));return}if(r.indexOf(e)<0){const t=Xn[e];if(t&&n.indexOf(t)<0){n.push(t)}}})}return jn(ce(u(e)),n,r)}var Vn=false;ne().addEventListener("DOMContentLoaded",function(){Vn=true});function _n(e){if(Vn||ne().readyState==="complete"){e()}else{ne().addEventListener("DOMContentLoaded",e)}}function $n(){if(Q.config.includeIndicatorStyles!==false){const e=Q.config.inlineStyleNonce?` nonce="${Q.config.inlineStyleNonce}"`:"";ne().head.insertAdjacentHTML("beforeend"," ."+Q.config.indicatorClass+"{opacity:0} ."+Q.config.requestClass+" ."+Q.config.indicatorClass+"{opacity:1; transition: opacity 200ms ease-in;} ."+Q.config.requestClass+"."+Q.config.indicatorClass+"{opacity:1; transition: opacity 200ms ease-in;} ")}}function zn(){const e=ne().querySelector('meta[name="htmx-config"]');if(e){return S(e.content)}else{return null}}function Jn(){const e=zn();if(e){Q.config=ue(Q.config,e)}}_n(function(){Jn();$n();let e=ne().body;Dt(e);const t=ne().querySelectorAll("[hx-trigger='restored'],[data-hx-trigger='restored']");e.addEventListener("htmx:abort",function(e){const t=e.target;const n=ie(t);if(n&&n.xhr){n.xhr.abort()}});const n=window.onpopstate?window.onpopstate.bind(window):null;window.onpopstate=function(e){if(e.state&&e.state.htmx){Wt();se(t,function(e){he(e,"htmx:restored",{document:ne(),triggerEvent:he})})}else{if(n){n(e)}}};E().setTimeout(function(){he(e,"htmx:load",{});e=null},0)});return Q}(); \ No newline at end of file diff --git a/static/js/lottie.min.js b/static/js/lottie.min.js new file mode 100644 index 0000000..db3599b --- /dev/null +++ b/static/js/lottie.min.js @@ -0,0 +1 @@ +"undefined"!=typeof navigator&&function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).lottie=e()}(this,(function(){"use strict";var svgNS="http://www.w3.org/2000/svg",locationHref="",_useWebWorker=!1,initialDefaultFrame=-999999,setWebWorker=function(t){_useWebWorker=!!t},getWebWorker=function(){return _useWebWorker},setLocationHref=function(t){locationHref=t},getLocationHref=function(){return locationHref};function createTag(t){return document.createElement(t)}function extendPrototype(t,e){var i,r,s=t.length;for(i=0;i1?i[1]=1:i[1]<=0&&(i[1]=0),HSVtoRGB(i[0],i[1],i[2])}function addBrightnessToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[2]+=e,i[2]>1?i[2]=1:i[2]<0&&(i[2]=0),HSVtoRGB(i[0],i[1],i[2])}function addHueToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[0]+=e/360,i[0]>1?i[0]-=1:i[0]<0&&(i[0]+=1),HSVtoRGB(i[0],i[1],i[2])}var rgbToHex=function(){var t,e,i=[];for(t=0;t<256;t+=1)e=t.toString(16),i[t]=1===e.length?"0"+e:e;return function(t,e,r){return t<0&&(t=0),e<0&&(e=0),r<0&&(r=0),"#"+i[t]+i[e]+i[r]}}(),setSubframeEnabled=function(t){subframeEnabled=!!t},getSubframeEnabled=function(){return subframeEnabled},setExpressionsPlugin=function(t){expressionsPlugin=t},getExpressionsPlugin=function(){return expressionsPlugin},setExpressionInterfaces=function(t){expressionsInterfaces=t},getExpressionInterfaces=function(){return expressionsInterfaces},setDefaultCurveSegments=function(t){defaultCurveSegments=t},getDefaultCurveSegments=function(){return defaultCurveSegments},setIdPrefix=function(t){idPrefix$1=t},getIdPrefix=function(){return idPrefix$1};function createNS(t){return document.createElementNS(svgNS,t)}function _typeof$5(t){return _typeof$5="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$5(t)}var dataManager=function(){var t,e,i=1,r=[],s={onmessage:function(){},postMessage:function(e){t({data:e})}},a={postMessage:function(t){s.onmessage({data:t})}};function n(){e||(e=function(e){if(window.Worker&&window.Blob&&getWebWorker()){var i=new Blob(["var _workerSelf = self; self.onmessage = ",e.toString()],{type:"text/javascript"}),r=URL.createObjectURL(i);return new Worker(r)}return t=e,s}((function(t){if(a.dataManager||(a.dataManager=function(){function t(s,a){var n,o,h,l,p,m,c=s.length;for(o=0;o=0;e-=1)if("sh"===t[e].ty)if(t[e].ks.k.i)r(t[e].ks.k);else for(a=t[e].ks.k.length,s=0;si[0]||!(i[0]>t[0])&&(t[1]>i[1]||!(i[1]>t[1])&&(t[2]>i[2]||!(i[2]>t[2])&&null))}var a,n=function(){var t=[4,4,14];function e(t){var e,i,r,s=t.length;for(e=0;e=0;i-=1)if("sh"===t[i].ty)if(t[i].ks.k.i)t[i].ks.k.c=t[i].closed;else for(s=t[i].ks.k.length,r=0;r500)&&(this._imageLoaded(),clearInterval(i)),e+=1}.bind(this),50)}function a(t){var e={assetData:t},i=r(t,this.assetsPath,this.path);return dataManager.loadData(i,function(t){e.img=t,this._footageLoaded()}.bind(this),function(){e.img={},this._footageLoaded()}.bind(this)),e}function n(){this._imageLoaded=e.bind(this),this._footageLoaded=i.bind(this),this.testImageLoaded=s.bind(this),this.createFootageData=a.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return n.prototype={loadAssets:function(t,e){var i;this.imagesLoadedCb=e;var r=t.length;for(i=0;ithis.animationData.op&&(this.animationData.op=t.op,this.totalFrames=Math.floor(t.op-this.animationData.ip));var e,i,r=this.animationData.layers,s=r.length,a=t.layers,n=a.length;for(i=0;ithis.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},AnimationItem.prototype.renderFrame=function(){if(!1!==this.isLoaded&&this.renderer)try{this.expressionsPlugin&&this.expressionsPlugin.resetFrame(),this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(t){this.triggerRenderFrameError(t)}},AnimationItem.prototype.play=function(t){t&&this.name!==t||!0===this.isPaused&&(this.isPaused=!1,this.trigger("_play"),this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},AnimationItem.prototype.pause=function(t){t&&this.name!==t||!1===this.isPaused&&(this.isPaused=!0,this.trigger("_pause"),this._idle=!0,this.trigger("_idle"),this.audioController.pause())},AnimationItem.prototype.togglePause=function(t){t&&this.name!==t||(!0===this.isPaused?this.play():this.pause())},AnimationItem.prototype.stop=function(t){t&&this.name!==t||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.getMarkerData=function(t){for(var e,i=0;i=this.totalFrames-1&&this.frameModifier>0?this.loop&&this.playCount!==this.loop?e>=this.totalFrames?(this.playCount+=1,this.checkSegments(e%this.totalFrames)||(this.setCurrentRawFrameValue(e%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(e):this.checkSegments(e>this.totalFrames?e%this.totalFrames:0)||(i=!0,e=this.totalFrames-1):e<0?this.checkSegments(e%this.totalFrames)||(!this.loop||this.playCount--<=0&&!0!==this.loop?(i=!0,e=0):(this.setCurrentRawFrameValue(this.totalFrames+e%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0)):this.setCurrentRawFrameValue(e),i&&(this.setCurrentRawFrameValue(e),this.pause(),this.trigger("complete"))}},AnimationItem.prototype.adjustSegment=function(t,e){this.playCount=0,t[1]0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=t[0]-t[1],this.timeCompleted=this.totalFrames,this.firstFrame=t[1],this.setCurrentRawFrameValue(this.totalFrames-.001-e)):t[1]>t[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=t[1]-t[0],this.timeCompleted=this.totalFrames,this.firstFrame=t[0],this.setCurrentRawFrameValue(.001+e)),this.trigger("segmentStart")},AnimationItem.prototype.setSegment=function(t,e){var i=-1;this.isPaused&&(this.currentRawFrame+this.firstFramee&&(i=e-t)),this.firstFrame=t,this.totalFrames=e-t,this.timeCompleted=this.totalFrames,-1!==i&&this.goToAndStop(i,!0)},AnimationItem.prototype.playSegments=function(t,e){if(e&&(this.segments.length=0),"object"===_typeof$4(t[0])){var i,r=t.length;for(i=0;i=0;i-=1)e[i].animation.destroy(t)},t.freeze=function(){n=!0},t.unfreeze=function(){n=!1,d()},t.setVolume=function(t,i){var s;for(s=0;s=.001?function(t,e,i,r){for(var s=0;s<4;++s){var a=h(e,i,r);if(0===a)return e;e-=(o(e,i,r)-t)/a}return e}(t,l,e,r):0===p?l:function(t,e,i,r,s){var a,n,h=0;do{(a=o(n=e+(i-e)/2,r,s)-t)>0?i=n:e=n}while(Math.abs(a)>1e-7&&++h<10);return n}(t,a,a+i,e,r)}},t}(),pooling={double:function(t){return t.concat(createSizedArray(t.length))}},poolFactory=function(t,e,i){var r=0,s=t,a=createSizedArray(s);return{newElement:function(){return r?a[r-=1]:e()},release:function(t){r===s&&(a=pooling.double(a),s*=2),i&&i(t),a[r]=t,r+=1}}},bezierLengthPool=poolFactory(8,(function(){return{addedLength:0,percents:createTypedArray("float32",getDefaultCurveSegments()),lengths:createTypedArray("float32",getDefaultCurveSegments())}})),segmentsLengthPool=poolFactory(8,(function(){return{lengths:[],totalLength:0}}),(function(t){var e,i=t.lengths.length;for(e=0;e-.001&&n<.001}var i=function(t,e,i,r){var s,a,n,o,h,l,p=getDefaultCurveSegments(),f=0,m=[],c=[],d=bezierLengthPool.newElement();for(n=i.length,s=0;sn?-1:1,l=!0;l;)if(r[a]<=n&&r[a+1]>n?(o=(n-r[a])/(r[a+1]-r[a]),l=!1):a+=h,a<0||a>=s-1){if(a===s-1)return i[a];l=!1}return i[a]+(i[a+1]-i[a])*o}var h=createTypedArray("float32",8);return{getSegmentsLength:function(t){var e,r=segmentsLengthPool.newElement(),s=t.c,a=t.v,n=t.o,o=t.i,h=t._length,l=r.lengths,p=0;for(e=0;e1&&(a=1);var p,f=o(a,l),m=o(n=n>1?1:n,l),c=e.length,d=1-f,u=1-m,y=d*d*d,g=f*d*d*3,v=f*f*d*3,b=f*f*f,x=d*d*u,P=f*d*u+d*f*u+d*d*m,E=f*f*u+d*f*m+f*d*m,S=f*f*m,C=d*u*u,_=f*u*u+d*m*u+d*u*m,A=f*m*u+d*m*m+f*u*m,T=f*m*m,M=u*u*u,k=m*u*u+u*m*u+u*u*m,D=m*m*u+u*m*m+m*u*m,F=m*m*m;for(p=0;pc?m>d?m-c-d:d-c-m:d>c?d-c-m:c-m-d)>-1e-4&&f<1e-4}}}var bez=bezFunction(),initFrame=initialDefaultFrame,mathAbs=Math.abs;function interpolateValue(t,e){var i,r=this.offsetTime;"multidimensional"===this.propType&&(i=createTypedArray("float32",this.pv.length));for(var s,a,n,o,h,l,p,f,m,c=e.lastIndex,d=c,u=this.keyframes.length-1,y=!0;y;){if(s=this.keyframes[d],a=this.keyframes[d+1],d===u-1&&t>=a.t-r){s.h&&(s=a),c=0;break}if(a.t-r>t){c=d;break}d=v||t=v?x.points.length-1:0;for(h=x.points[P].point.length,o=0;o=C&&S=v)i[0]=g[0],i[1]=g[1],i[2]=g[2];else if(t<=b)i[0]=s.s[0],i[1]=s.s[1],i[2]=s.s[2];else{quaternionToEuler(i,slerp(createQuaternion(s.s),createQuaternion(g),(t-b)/(v-b)))}else for(d=0;d=v?l=1:t1e-6?(r=Math.acos(s),a=Math.sin(r),n=Math.sin((1-i)*r)/a,o=Math.sin(i*r)/a):(n=1-i,o=i),h[0]=n*l+o*c,h[1]=n*p+o*d,h[2]=n*f+o*u,h[3]=n*m+o*y,h}function quaternionToEuler(t,e){var i=e[0],r=e[1],s=e[2],a=e[3],n=Math.atan2(2*r*a-2*i*s,1-2*r*r-2*s*s),o=Math.asin(2*i*r+2*s*a),h=Math.atan2(2*i*a-2*r*s,1-2*i*i-2*s*s);t[0]=n/degToRads,t[1]=o/degToRads,t[2]=h/degToRads}function createQuaternion(t){var e=t[0]*degToRads,i=t[1]*degToRads,r=t[2]*degToRads,s=Math.cos(e/2),a=Math.cos(i/2),n=Math.cos(r/2),o=Math.sin(e/2),h=Math.sin(i/2),l=Math.sin(r/2);return[o*h*n+s*a*l,o*a*n+s*h*l,s*h*n-o*a*l,s*a*n-o*h*l]}function getValueAtCurrentTime(){var t=this.comp.renderedFrame-this.offsetTime,e=this.keyframes[0].t-this.offsetTime,i=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(t===this._caching.lastFrame||this._caching.lastFrame!==initFrame&&(this._caching.lastFrame>=i&&t>=i||this._caching.lastFrame=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var r=this.interpolateValue(t,this._caching);this.pv=r}return this._caching.lastFrame=t,this.pv}function setVValue(t){var e;if("unidimensional"===this.propType)e=t*this.mult,mathAbs(this.v-e)>1e-5&&(this.v=e,this._mdf=!0);else for(var i=0,r=this.v.length;i1e-5&&(this.v[i]=e,this._mdf=!0),i+=1}function processEffectsSequence(){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var t;this.lock=!0,this._mdf=this._isFirstFrame;var e=this.effectsSequence.length,i=this.kf?this.pv:this.data.k;for(t=0;t=this._maxLength&&this.doubleArrayLength(),i){case"v":a=this.v;break;case"i":a=this.i;break;case"o":a=this.o;break;default:a=[]}(!a[r]||a[r]&&!s)&&(a[r]=pointPool.newElement()),a[r][0]=t,a[r][1]=e},ShapePath.prototype.setTripleAt=function(t,e,i,r,s,a,n,o){this.setXYAt(t,e,"v",n,o),this.setXYAt(i,r,"o",n,o),this.setXYAt(s,a,"i",n,o)},ShapePath.prototype.reverse=function(){var t=new ShapePath;t.setPathData(this.c,this._length);var e=this.v,i=this.o,r=this.i,s=0;this.c&&(t.setTripleAt(e[0][0],e[0][1],r[0][0],r[0][1],i[0][0],i[0][1],0,!1),s=1);var a,n=this._length-1,o=this._length;for(a=s;a=c[c.length-1].t-this.offsetTime)r=c[c.length-1].s?c[c.length-1].s[0]:c[c.length-2].e[0],a=!0;else{for(var d,u,y,g=m,v=c.length-1,b=!0;b&&(d=c[g],!((u=c[g+1]).t-this.offsetTime>t));)g=u.t-this.offsetTime)p=1;else if(tr&&e>r)||(this._caching.lastIndex=s0||t>-1e-6&&t<0?r(1e4*t)/1e4:t}function I(){var t=this.props;return"matrix("+w(t[0])+","+w(t[1])+","+w(t[4])+","+w(t[5])+","+w(t[12])+","+w(t[13])+")"}return function(){this.reset=s,this.rotate=a,this.rotateX=n,this.rotateY=o,this.rotateZ=h,this.skew=p,this.skewFromAxis=f,this.shear=l,this.scale=m,this.setTransform=c,this.translate=d,this.transform=u,this.multiply=y,this.applyToPoint=P,this.applyToX=E,this.applyToY=S,this.applyToZ=C,this.applyToPointArray=k,this.applyToTriplePoints=M,this.applyToPointStringified=D,this.toCSS=F,this.to2dCSS=I,this.clone=b,this.cloneFromProps=x,this.equals=v,this.inversePoints=T,this.inversePoint=A,this.getInverseMatrix=_,this._t=this.transform,this.isIdentity=g,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray("float32",16),this.reset()}}();function _typeof$3(t){return _typeof$3="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$3(t)}var lottie={},standalone="__[STANDALONE]__",animationData="__[ANIMATIONDATA]__",renderer="";function setLocation(t){setLocationHref(t)}function searchAnimations(){!0===standalone?animationManager.searchAnimations(animationData,standalone,renderer):animationManager.searchAnimations()}function setSubframeRendering(t){setSubframeEnabled(t)}function setPrefix(t){setIdPrefix(t)}function loadAnimation(t){return!0===standalone&&(t.animationData=JSON.parse(animationData)),animationManager.loadAnimation(t)}function setQuality(t){if("string"==typeof t)switch(t){case"high":setDefaultCurveSegments(200);break;default:case"medium":setDefaultCurveSegments(50);break;case"low":setDefaultCurveSegments(10)}else!isNaN(t)&&t>1&&setDefaultCurveSegments(t);getDefaultCurveSegments()>=50?roundValues(!1):roundValues(!0)}function inBrowser(){return"undefined"!=typeof navigator}function installPlugin(t,e){"expressions"===t&&setExpressionsPlugin(e)}function getFactory(t){switch(t){case"propertyFactory":return PropertyFactory;case"shapePropertyFactory":return ShapePropertyFactory;case"matrix":return Matrix;default:return null}}function checkReady(){"complete"===document.readyState&&(clearInterval(readyStateCheckInterval),searchAnimations())}function getQueryVariable(t){for(var e=queryString.split("&"),i=0;i=1?a.push({s:t-1,e:e-1}):(a.push({s:t,e:1}),a.push({s:0,e:e-1}));var n,o,h=[],l=a.length;for(n=0;nr+i))p=o.s*s<=r?0:(o.s*s-r)/i,f=o.e*s>=r+i?1:(o.e*s-r)/i,h.push([p,f])}return h.length||h.push([0,0]),h},TrimModifier.prototype.releasePathsData=function(t){var e,i=t.length;for(e=0;e1?1+a:this.s.v<0?0+a:this.s.v+a)>(i=this.e.v>1?1+a:this.e.v<0?0+a:this.e.v+a)){var n=e;e=i,i=n}e=1e-4*Math.round(1e4*e),i=1e-4*Math.round(1e4*i),this.sValue=e,this.eValue=i}else e=this.sValue,i=this.eValue;var o,h,l,p,f,m=this.shapes.length,c=0;if(i===e)for(s=0;s=0;s-=1)if((d=this.shapes[s]).shape._mdf){for((u=d.localShapeCollection).releaseShapes(),2===this.m&&m>1?(g=this.calculateShapeEdges(e,i,d.totalShapeLength,x,c),x+=d.totalShapeLength):g=[[v,b]],h=g.length,o=0;o=1?y.push({s:d.totalShapeLength*(v-1),e:d.totalShapeLength*(b-1)}):(y.push({s:d.totalShapeLength*v,e:d.totalShapeLength}),y.push({s:0,e:d.totalShapeLength*(b-1)}));var P=this.addShapes(d,y[0]);if(y[0].s!==y[0].e){if(y.length>1)if(d.shape.paths.shapes[d.shape.paths._length-1].c){var E=P.pop();this.addPaths(P,u),P=this.addShapes(d,y[1],E)}else this.addPaths(P,u),P=this.addShapes(d,y[1]);this.addPaths(P,u)}}d.shape.paths=u}}},TrimModifier.prototype.addPaths=function(t,e){var i,r=t.length;for(i=0;ie.e){i.c=!1;break}e.s<=d&&e.e>=d+n.addedLength?(this.addSegment(m[r].v[s-1],m[r].o[s-1],m[r].i[s],m[r].v[s],i,o,y),y=!1):(l=bez.getNewSegment(m[r].v[s-1],m[r].v[s],m[r].o[s-1],m[r].i[s],(e.s-d)/n.addedLength,(e.e-d)/n.addedLength,h[s-1]),this.addSegmentFromArray(l,i,o,y),y=!1,i.c=!1),d+=n.addedLength,o+=1}if(m[r].c&&h.length){if(n=h[s-1],d<=e.e){var g=h[s-1].addedLength;e.s<=d&&e.e>=d+g?(this.addSegment(m[r].v[s-1],m[r].o[s-1],m[r].i[0],m[r].v[0],i,o,y),y=!1):(l=bez.getNewSegment(m[r].v[s-1],m[r].v[0],m[r].o[s-1],m[r].i[0],(e.s-d)/g,(e.e-d)/g,h[s-1]),this.addSegmentFromArray(l,i,o,y),y=!1,i.c=!1)}else i.c=!1;d+=n.addedLength,o+=1}if(i._length&&(i.setXYAt(i.v[p][0],i.v[p][1],"i",p),i.setXYAt(i.v[i._length-1][0],i.v[i._length-1][1],"o",i._length-1)),d>e.e)break;r=this.p.keyframes[this.p.keyframes.length-1].t?(r=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/i,0),s=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/i,0)):(r=this.p.pv,s=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/i,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){r=[],s=[];var a=this.px,n=this.py;a._caching.lastFrame+a.offsetTime<=a.keyframes[0].t?(r[0]=a.getValueAtTime((a.keyframes[0].t+.01)/i,0),r[1]=n.getValueAtTime((n.keyframes[0].t+.01)/i,0),s[0]=a.getValueAtTime(a.keyframes[0].t/i,0),s[1]=n.getValueAtTime(n.keyframes[0].t/i,0)):a._caching.lastFrame+a.offsetTime>=a.keyframes[a.keyframes.length-1].t?(r[0]=a.getValueAtTime(a.keyframes[a.keyframes.length-1].t/i,0),r[1]=n.getValueAtTime(n.keyframes[n.keyframes.length-1].t/i,0),s[0]=a.getValueAtTime((a.keyframes[a.keyframes.length-1].t-.01)/i,0),s[1]=n.getValueAtTime((n.keyframes[n.keyframes.length-1].t-.01)/i,0)):(r=[a.pv,n.pv],s[0]=a.getValueAtTime((a._caching.lastFrame+a.offsetTime-.01)/i,a.offsetTime),s[1]=n.getValueAtTime((n._caching.lastFrame+n.offsetTime-.01)/i,n.offsetTime))}else r=s=t;this.v.rotate(-Math.atan2(r[1]-s[1],r[0]-s[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}},precalculateMatrix:function(){if(this.appliedTransformations=0,this.pre.reset(),!this.a.effectsSequence.length&&(this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1,!this.s.effectsSequence.length)){if(this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2,this.sk){if(this.sk.effectsSequence.length||this.sa.effectsSequence.length)return;this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3}this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):this.rz.effectsSequence.length||this.ry.effectsSequence.length||this.rx.effectsSequence.length||this.or.effectsSequence.length||(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}},autoOrient:function(){}},extendPrototype([DynamicPropertyContainer],e),e.prototype.addDynamicProperty=function(t){this._addDynamicProperty(t),this.elem.addDynamicProperty(t),this._isDirty=!0},e.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty,{getTransformProperty:function(t,i,r){return new e(t,i,r)}}}();function RepeaterModifier(){}function RoundCornersModifier(){}function floatEqual(t,e){return 1e5*Math.abs(t-e)<=Math.min(Math.abs(t),Math.abs(e))}function floatZero(t){return Math.abs(t)<=1e-5}function lerp(t,e,i){return t*(1-i)+e*i}function lerpPoint(t,e,i){return[lerp(t[0],e[0],i),lerp(t[1],e[1],i)]}function quadRoots(t,e,i){if(0===t)return[];var r=e*e-4*t*i;if(r<0)return[];var s=-e/(2*t);if(0===r)return[s];var a=Math.sqrt(r)/(2*t);return[s-a,s+a]}function polynomialCoefficients(t,e,i,r){return[3*e-t-3*i+r,3*t-6*e+3*i,-3*t+3*e,t]}function singlePoint(t){return new PolynomialBezier(t,t,t,t,!1)}function PolynomialBezier(t,e,i,r,s){s&&pointEqual(t,e)&&(e=lerpPoint(t,r,1/3)),s&&pointEqual(i,r)&&(i=lerpPoint(t,r,2/3));var a=polynomialCoefficients(t[0],e[0],i[0],r[0]),n=polynomialCoefficients(t[1],e[1],i[1],r[1]);this.a=[a[0],n[0]],this.b=[a[1],n[1]],this.c=[a[2],n[2]],this.d=[a[3],n[3]],this.points=[t,e,i,r]}function extrema(t,e){var i=t.points[0][e],r=t.points[t.points.length-1][e];if(i>r){var s=r;r=i,i=s}for(var a=quadRoots(3*t.a[e],2*t.b[e],t.c[e]),n=0;n0&&a[n]<1){var o=t.point(a[n])[e];or&&(r=o)}return{min:i,max:r}}function intersectData(t,e,i){var r=t.boundingBox();return{cx:r.cx,cy:r.cy,width:r.width,height:r.height,bez:t,t:(e+i)/2,t1:e,t2:i}}function splitData(t){var e=t.bez.split(.5);return[intersectData(e[0],t.t1,t.t),intersectData(e[1],t.t,t.t2)]}function boxIntersect(t,e){return 2*Math.abs(t.cx-e.cx)=a||t.width<=r&&t.height<=r&&e.width<=r&&e.height<=r)s.push([t.t,e.t]);else{var n=splitData(t),o=splitData(e);intersectsImpl(n[0],o[0],i+1,r,s,a),intersectsImpl(n[0],o[1],i+1,r,s,a),intersectsImpl(n[1],o[0],i+1,r,s,a),intersectsImpl(n[1],o[1],i+1,r,s,a)}}function crossProduct(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}function lineIntersection(t,e,i,r){var s=[t[0],t[1],1],a=[e[0],e[1],1],n=[i[0],i[1],1],o=[r[0],r[1],1],h=crossProduct(crossProduct(s,a),crossProduct(n,o));return floatZero(h[2])?null:[h[0]/h[2],h[1]/h[2]]}function polarOffset(t,e,i){return[t[0]+Math.cos(e)*i,t[1]-Math.sin(e)*i]}function pointDistance(t,e){return Math.hypot(t[0]-e[0],t[1]-e[1])}function pointEqual(t,e){return floatEqual(t[0],e[0])&&floatEqual(t[1],e[1])}function ZigZagModifier(){}function setPoint(t,e,i,r,s,a,n){var o=i-Math.PI/2,h=i+Math.PI/2,l=e[0]+Math.cos(i)*r*s,p=e[1]-Math.sin(i)*r*s;t.setTripleAt(l,p,l+Math.cos(o)*a,p-Math.sin(o)*a,l+Math.cos(h)*n,p-Math.sin(h)*n,t.length())}function getPerpendicularVector(t,e){var i=[e[0]-t[0],e[1]-t[1]],r=.5*-Math.PI;return[Math.cos(r)*i[0]-Math.sin(r)*i[1],Math.sin(r)*i[0]+Math.cos(r)*i[1]]}function getProjectingAngle(t,e){var i=0===e?t.length()-1:e-1,r=(e+1)%t.length(),s=getPerpendicularVector(t.v[i],t.v[r]);return Math.atan2(0,1)-Math.atan2(s[1],s[0])}function zigZagCorner(t,e,i,r,s,a,n){var o=getProjectingAngle(e,i),h=e.v[i%e._length],l=e.v[0===i?e._length-1:i-1],p=e.v[(i+1)%e._length],f=2===a?Math.sqrt(Math.pow(h[0]-l[0],2)+Math.pow(h[1]-l[1],2)):0,m=2===a?Math.sqrt(Math.pow(h[0]-p[0],2)+Math.pow(h[1]-p[1],2)):0;setPoint(t,e.v[i%e._length],o,n,r,m/(2*(s+1)),f/(2*(s+1)),a)}function zigZagSegment(t,e,i,r,s,a){for(var n=0;n1&&e.length>1&&(s=getIntersection(t[0],e[e.length-1]))?[[t[0].split(s[0])[0]],[e[e.length-1].split(s[1])[1]]]:[i,r]}function pruneIntersections(t){for(var e,i=1;i1&&(e=pruneSegmentIntersection(t[t.length-1],t[0]),t[t.length-1]=e[0],t[0]=e[1]),t}function offsetSegmentSplit(t,e){var i,r,s,a,n=t.inflectionPoints();if(0===n.length)return[offsetSegment(t,e)];if(1===n.length||floatEqual(n[1],1))return i=(s=t.split(n[0]))[0],r=s[1],[offsetSegment(i,e),offsetSegment(r,e)];i=(s=t.split(n[0]))[0];var o=(n[1]-n[0])/(1-n[0]);return a=(s=s[1].split(o))[0],r=s[1],[offsetSegment(i,e),offsetSegment(a,e),offsetSegment(r,e)]}function OffsetPathModifier(){}function getFontProperties(t){for(var e=t.fStyle?t.fStyle.split(" "):[],i="normal",r="normal",s=e.length,a=0;a0;)i-=1,this._elements.unshift(e[i]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(t){var e,i=t.length;for(e=0;e0?Math.floor(m):Math.ceil(m),u=this.pMatrix.props,y=this.rMatrix.props,g=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var v,b,x=0;if(m>0){for(;xd;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),x-=1;c&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-c,!0),x-=c)}for(r=1===this.data.m?0:this._currentCopies-1,s=1===this.data.m?1:-1,a=this._currentCopies;a;){if(b=(i=(e=this.elemsData[r].it)[e.length-1].transform.mProps.v.props).length,e[e.length-1].transform.mProps._mdf=!0,e[e.length-1].transform.op._mdf=!0,e[e.length-1].transform.op.v=1===this._currentCopies?this.so.v:this.so.v+(this.eo.v-this.so.v)*(r/(this._currentCopies-1)),0!==x){for((0!==r&&1===s||r!==this._currentCopies-1&&-1===s)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15]),this.matrix.transform(g[0],g[1],g[2],g[3],g[4],g[5],g[6],g[7],g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]),this.matrix.transform(u[0],u[1],u[2],u[3],u[4],u[5],u[6],u[7],u[8],u[9],u[10],u[11],u[12],u[13],u[14],u[15]),v=0;v0&&r<1?[e]:[]:[e-r,e+r].filter((function(t){return t>0&&t<1}))},PolynomialBezier.prototype.split=function(t){if(t<=0)return[singlePoint(this.points[0]),this];if(t>=1)return[this,singlePoint(this.points[this.points.length-1])];var e=lerpPoint(this.points[0],this.points[1],t),i=lerpPoint(this.points[1],this.points[2],t),r=lerpPoint(this.points[2],this.points[3],t),s=lerpPoint(e,i,t),a=lerpPoint(i,r,t),n=lerpPoint(s,a,t);return[new PolynomialBezier(this.points[0],e,s,n,!0),new PolynomialBezier(n,a,r,this.points[3],!0)]},PolynomialBezier.prototype.bounds=function(){return{x:extrema(this,0),y:extrema(this,1)}},PolynomialBezier.prototype.boundingBox=function(){var t=this.bounds();return{left:t.x.min,right:t.x.max,top:t.y.min,bottom:t.y.max,width:t.x.max-t.x.min,height:t.y.max-t.y.min,cx:(t.x.max+t.x.min)/2,cy:(t.y.max+t.y.min)/2}},PolynomialBezier.prototype.intersections=function(t,e,i){void 0===e&&(e=2),void 0===i&&(i=7);var r=[];return intersectsImpl(intersectData(this,0,1),intersectData(t,0,1),0,e,r,i),r},PolynomialBezier.shapeSegment=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[e],t.o[e],t.i[i],t.v[i],!0)},PolynomialBezier.shapeSegmentInverted=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[i],t.i[i],t.o[e],t.v[e],!0)},extendPrototype([ShapeModifier],ZigZagModifier),ZigZagModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amplitude=PropertyFactory.getProp(t,e.s,0,null,this),this.frequency=PropertyFactory.getProp(t,e.r,0,null,this),this.pointsType=PropertyFactory.getProp(t,e.pt,0,null,this),this._isAnimated=0!==this.amplitude.effectsSequence.length||0!==this.frequency.effectsSequence.length||0!==this.pointsType.effectsSequence.length},ZigZagModifier.prototype.processPath=function(t,e,i,r){var s=t._length,a=shapePool.newElement();if(a.c=t.c,t.c||(s-=1),0===s)return a;var n=-1,o=PolynomialBezier.shapeSegment(t,0);zigZagCorner(a,t,0,e,i,r,n);for(var h=0;h=0;a-=1)o=PolynomialBezier.shapeSegmentInverted(t,a),l.push(offsetSegmentSplit(o,e));l=pruneIntersections(l);var p=null,f=null;for(a=0;a=55296&&i<=56319){var r=t.charCodeAt(1);r>=56320&&r<=57343&&(e=1024*(i-55296)+r-56320+65536)}return e}function o(t){var e=n(t);return e>=127462&&e<=127487}var h=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};h.isModifier=function(t,e){var i=t.toString(16)+e.toString(16);return-1!==r.indexOf(i)},h.isZeroWidthJoiner=function(t){return 8205===t},h.isFlagEmoji=function(t){return o(t.substr(0,2))&&o(t.substr(2,2))},h.isRegionalCode=o,h.isCombinedCharacter=function(t){return-1!==e.indexOf(t)},h.isRegionalFlag=function(t,e){var r=n(t.substr(e,2));if(r!==i)return!1;var s=0;for(e+=2;s<5;){if((r=n(t.substr(e,2)))<917601||r>917626)return!1;s+=1,e+=2}return 917631===n(t.substr(e,2))},h.isVariationSelector=function(t){return 65039===t},h.BLACK_FLAG_CODE_POINT=i;var l={addChars:function(t){if(t){var e;this.chars||(this.chars=[]);var i,r,s=t.length,a=this.chars.length;for(e=0;e0&&(p=!1),p){var f=createTag("style");f.setAttribute("f-forigin",r[i].fOrigin),f.setAttribute("f-origin",r[i].origin),f.setAttribute("f-family",r[i].fFamily),f.type="text/css",f.innerText="@font-face {font-family: "+r[i].fFamily+"; font-style: normal; src: url('"+r[i].fPath+"');}",e.appendChild(f)}}else if("g"===r[i].fOrigin||1===r[i].origin){for(h=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),l=0;lt?!0!==this.isInRange&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):!1!==this.isInRange&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var t,e=this.renderableComponents.length;for(t=0;t.1)&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},AudioElement.prototype.show=function(){},AudioElement.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},AudioElement.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},AudioElement.prototype.resume=function(){this._canPlay=!0},AudioElement.prototype.setRate=function(t){this.audio.rate(t)},AudioElement.prototype.volume=function(t){this._volumeMultiplier=t,this._previousVolume=t*this._volume,this.audio.volume(this._previousVolume)},AudioElement.prototype.getBaseElement=function(){return null},AudioElement.prototype.destroy=function(){},AudioElement.prototype.sourceRectAtTime=function(){},AudioElement.prototype.initExpressions=function(){},BaseRenderer.prototype.checkLayers=function(t){var e,i,r=this.layers.length;for(this.completeLayers=!0,e=r-1;e>=0;e-=1)this.elements[e]||(i=this.layers[e]).ip-i.st<=t-this.layers[e].st&&i.op-i.st>t-this.layers[e].st&&this.buildItem(e),this.completeLayers=!!this.elements[e]&&this.completeLayers;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(t){switch(t.ty){case 2:return this.createImage(t);case 0:return this.createComp(t);case 1:return this.createSolid(t);case 3:default:return this.createNull(t);case 4:return this.createShape(t);case 5:return this.createText(t);case 6:return this.createAudio(t);case 13:return this.createCamera(t);case 15:return this.createFootage(t)}},BaseRenderer.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},BaseRenderer.prototype.createAudio=function(t){return new AudioElement(t,this.globalData,this)},BaseRenderer.prototype.createFootage=function(t){return new FootageElement(t,this.globalData,this)},BaseRenderer.prototype.buildAllItems=function(){var t,e=this.layers.length;for(t=0;t0&&(this.maskElement.setAttribute("id",y),this.element.maskedElement.setAttribute(v,"url("+getLocationHref()+"#"+y+")"),a.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}TransformElement.prototype={initTransform:function(){var t=new Matrix;this.finalTransform={mProp:this.data.ks?TransformPropertyFactory.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_localMatMdf:!1,_opMdf:!1,mat:t,localMat:t,localOpacity:1},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var t,e=this.finalTransform.mat,i=0,r=this.hierarchy.length;if(!this.finalTransform._matMdf)for(;i1&&(a+=" C"+e.o[r-1][0]+","+e.o[r-1][1]+" "+e.i[0][0]+","+e.i[0][1]+" "+e.v[0][0]+","+e.v[0][1]),i.lastPath!==a){var n="";i.elem&&(e.c&&(n=t.inv?this.solidPath+a:a),i.elem.setAttribute("d",n)),i.lastPath=a}},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null};var filtersFactory=function(){var t={};return t.createFilter=function(t,e){var i=createNS("filter");i.setAttribute("id",t),!0!==e&&(i.setAttribute("filterUnits","objectBoundingBox"),i.setAttribute("x","0%"),i.setAttribute("y","0%"),i.setAttribute("width","100%"),i.setAttribute("height","100%"));return i},t.createAlphaToLuminanceFilter=function(){var t=createNS("feColorMatrix");return t.setAttribute("type","matrix"),t.setAttribute("color-interpolation-filters","sRGB"),t.setAttribute("values","0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"),t},t}(),featureSupport=function(){var t={maskType:!0,svgLumaHidden:!0,offscreenCanvas:"undefined"!=typeof OffscreenCanvas};return(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(t.maskType=!1),/firefox/i.test(navigator.userAgent)&&(t.svgLumaHidden=!1),t}(),registeredEffects$1={},idPrefix="filter_result_";function SVGEffects(t){var e,i,r="SourceGraphic",s=t.data.ef?t.data.ef.length:0,a=createElementID(),n=filtersFactory.createFilter(a,!0),o=0;for(this.filters=[],e=0;e=0&&!this.shapeModifiers[t].processShapes(this._isFirstFrame);t-=1);}},searchProcessedElement:function(t){for(var e=this.processedElements,i=0,r=e.length;i.01)return!1;i+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!=this.c.length/4)return!1;if(this.data.k.k[0].s)for(var t=0,e=this.data.k.k.length;t0;)h=r.transformers[d].mProps._mdf||h,c-=1,d-=1;if(h)for(c=y-r.styles[p].lvl,d=r.transformers.length-1;c>0;)m.multiply(r.transformers[d].mProps.v),c-=1,d-=1}else m=t;if(n=(f=r.sh.paths)._length,h){for(o="",a=0;a=1?v=.99:v<=-1&&(v=-.99);var b=o*v,x=Math.cos(g+e.a.v)*b+p[0],P=Math.sin(g+e.a.v)*b+p[1];h.setAttribute("fx",x),h.setAttribute("fy",P),l&&!e.g._collapsable&&(e.of.setAttribute("fx",x),e.of.setAttribute("fy",P))}}function h(t,e,i){var r=e.style,s=e.d;s&&(s._mdf||i)&&s.dashStr&&(r.pElem.setAttribute("stroke-dasharray",s.dashStr),r.pElem.setAttribute("stroke-dashoffset",s.dashoffset[0])),e.c&&(e.c._mdf||i)&&r.pElem.setAttribute("stroke","rgb("+bmFloor(e.c.v[0])+","+bmFloor(e.c.v[1])+","+bmFloor(e.c.v[2])+")"),(e.o._mdf||i)&&r.pElem.setAttribute("stroke-opacity",e.o.v),(e.w._mdf||i)&&(r.pElem.setAttribute("stroke-width",e.w.v),r.msElem&&r.msElem.setAttribute("stroke-width",e.w.v))}return{createRenderFunction:function(t){switch(t.ty){case"fl":return a;case"gf":return o;case"gs":return n;case"st":return h;case"sh":case"el":case"rc":case"sr":return s;case"tr":return i;case"no":return r;default:return null}}}}();function SVGShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(t,e,i),this.prevViewData=[]}function LetterProps(t,e,i,r,s,a){this.o=t,this.sw=e,this.sc=i,this.fc=r,this.m=s,this.p=a,this._mdf={o:!0,sw:!!e,sc:!!i,fc:!!r,m:!0,p:!0}}function TextProperty(t,e){this._frameId=initialDefaultFrame,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,e.d&&e.d.sid&&(e.d=t.globalData.slotManager.getProp(e.d)),this.data=e,this.elem=t,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}extendPrototype([BaseElement,TransformElement,SVGBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableDOMElement],SVGShapeElement),SVGShapeElement.prototype.initSecondaryElement=function(){},SVGShapeElement.prototype.identityMatrix=new Matrix,SVGShapeElement.prototype.buildExpressionInterface=function(){},SVGShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},SVGShapeElement.prototype.filterUniqueShapes=function(){var t,e,i,r,s=this.shapes.length,a=this.stylesList.length,n=[],o=!1;for(i=0;i1&&o&&this.setShapesAsAnimated(n)}},SVGShapeElement.prototype.setShapesAsAnimated=function(t){var e,i=t.length;for(e=0;e=0;o-=1){if((m=this.searchProcessedElement(t[o]))?e[o]=i[m-1]:t[o]._render=n,"fl"===t[o].ty||"st"===t[o].ty||"gf"===t[o].ty||"gs"===t[o].ty||"no"===t[o].ty)m?e[o].style.closed=!1:e[o]=this.createStyleElement(t[o],s),t[o]._render&&e[o].style.pElem.parentNode!==r&&r.appendChild(e[o].style.pElem),u.push(e[o].style);else if("gr"===t[o].ty){if(m)for(l=e[o].it.length,h=0;h1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(t){this.effectsSequence.push(t),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(t){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length||t){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var e=this.currentData,i=this.keysIndex;if(this.lock)this.setCurrentData(this.currentData);else{var r;this.lock=!0,this._mdf=!1;var s=this.effectsSequence.length,a=t||this.data.d.k[this.keysIndex].s;for(r=0;re);)i+=1;return this.keysIndex!==i&&(this.keysIndex=i),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(t){for(var e,i,r=[],s=0,a=t.length,n=!1,o=!1,h="";s=55296&&e<=56319?FontManager.isRegionalFlag(t,s)?h=t.substr(s,14):(i=t.charCodeAt(s+1))>=56320&&i<=57343&&(FontManager.isModifier(e,i)?(h=t.substr(s,2),n=!0):h=FontManager.isFlagEmoji(t.substr(s,4))?t.substr(s,4):t.substr(s,2)):e>56319?(i=t.charCodeAt(s+1),FontManager.isVariationSelector(e)&&(n=!0)):FontManager.isZeroWidthJoiner(e)&&(n=!0,o=!0),n?(r[r.length-1]+=h,n=!1):r.push(h),s+=h.length;return r},TextProperty.prototype.completeTextData=function(t){t.__complete=!0;var e,i,r,s,a,n,o,h=this.elem.globalData.fontManager,l=this.data,p=[],f=0,m=l.m.g,c=0,d=0,u=0,y=[],g=0,v=0,b=h.getFontByName(t.f),x=0,P=getFontProperties(b);t.fWeight=P.weight,t.fStyle=P.style,t.finalSize=t.s,t.finalText=this.buildFinalText(t.t),i=t.finalText.length,t.finalLineHeight=t.lh;var E,S=t.tr/1e3*t.finalSize;if(t.sz)for(var C,_,A=!0,T=t.sz[0],M=t.sz[1];A;){C=0,g=0,i=(_=this.buildFinalText(t.t)).length,S=t.tr/1e3*t.finalSize;var k=-1;for(e=0;eT&&" "!==_[e]?(-1===k?i+=1:e=k,C+=t.finalLineHeight||1.2*t.finalSize,_.splice(e,k===e?1:0,"\r"),k=-1,g=0):(g+=x,g+=S);C+=b.ascent*t.finalSize/100,this.canResize&&t.finalSize>this.minimumFontSize&&Mv?g:v,g=-2*S,s="",r=!0,u+=1):s=D,h.chars?(o=h.getCharData(D,b.fStyle,h.getFontByName(t.f).fFamily),x=r?0:o.w*t.finalSize/100):x=h.measureText(s,t.f,t.finalSize)," "===D?F+=x+S:(g+=x+S+F,F=0),p.push({l:x,an:x,add:c,n:r,anIndexes:[],val:s,line:u,animatorJustifyOffset:0}),2==m){if(c+=x,""===s||" "===s||e===i-1){for(""!==s&&" "!==s||(c-=x);d<=e;)p[d].an=c,p[d].ind=f,p[d].extra=x,d+=1;f+=1,c=0}}else if(3==m){if(c+=x,""===s||e===i-1){for(""===s&&(c-=x);d<=e;)p[d].an=c,p[d].ind=f,p[d].extra=x,d+=1;c=0,f+=1}}else p[f].ind=f,p[f].extra=0,f+=1;if(t.l=p,v=g>v?g:v,y.push(g),t.sz)t.boxWidth=t.sz[0],t.justifyOffset=0;else switch(t.boxWidth=v,t.j){case 1:t.justifyOffset=-t.boxWidth;break;case 2:t.justifyOffset=-t.boxWidth/2;break;default:t.justifyOffset=0}t.lineWidths=y;var w,I,V,B,R=l.a;n=R.length;var L=[];for(a=0;a0?s=this.ne.v/100:a=-this.ne.v/100,this.xe.v>0?n=1-this.xe.v/100:o=1+this.xe.v/100;var h=BezierFactory.getBezierEasing(s,a,n,o).get,l=0,p=this.finalS,f=this.finalE,m=this.data.sh;if(2===m)l=h(l=f===p?r>=f?1:0:t(0,e(.5/(f-p)+(r-p)/(f-p),1)));else if(3===m)l=h(l=f===p?r>=f?0:1:1-t(0,e(.5/(f-p)+(r-p)/(f-p),1)));else if(4===m)f===p?l=0:(l=t(0,e(.5/(f-p)+(r-p)/(f-p),1)))<.5?l*=2:l=1-2*(l-.5),l=h(l);else if(5===m){if(f===p)l=0;else{var c=f-p,d=-c/2+(r=e(t(0,r+.5-p),f-p)),u=c/2;l=Math.sqrt(1-d*d/(u*u))}l=h(l)}else 6===m?(f===p?l=0:(r=e(t(0,r+.5-p),f-p),l=(1+Math.cos(Math.PI+2*Math.PI*r/(f-p)))/2),l=h(l)):(r>=i(p)&&(l=t(0,e(r-p<0?e(f,1)-(p-r):f-r,1))),l=h(l));if(100!==this.sm.v){var y=.01*this.sm.v;0===y&&(y=1e-8);var g=.5-.5*y;l1&&(l=1)}return l*this.a.v},getValue:function(t){this.iterateDynamicProperties(),this._mdf=t||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,t&&2===this.data.r&&(this.e.v=this._currentTextLength);var e=2===this.data.r?1:100/this.data.totalChars,i=this.o.v/e,r=this.s.v/e+i,s=this.e.v/e+i;if(r>s){var a=r;r=s,s=a}this.finalS=r,this.finalE=s}},extendPrototype([DynamicPropertyContainer],r),{getTextSelectorProp:function(t,e,i){return new r(t,e,i)}}}();function TextAnimatorDataProperty(t,e,i){var r={propType:!1},s=PropertyFactory.getProp,a=e.a;this.a={r:a.r?s(t,a.r,0,degToRads,i):r,rx:a.rx?s(t,a.rx,0,degToRads,i):r,ry:a.ry?s(t,a.ry,0,degToRads,i):r,sk:a.sk?s(t,a.sk,0,degToRads,i):r,sa:a.sa?s(t,a.sa,0,degToRads,i):r,s:a.s?s(t,a.s,1,.01,i):r,a:a.a?s(t,a.a,1,0,i):r,o:a.o?s(t,a.o,0,.01,i):r,p:a.p?s(t,a.p,1,0,i):r,sw:a.sw?s(t,a.sw,0,0,i):r,sc:a.sc?s(t,a.sc,1,0,i):r,fc:a.fc?s(t,a.fc,1,0,i):r,fh:a.fh?s(t,a.fh,0,0,i):r,fs:a.fs?s(t,a.fs,0,.01,i):r,fb:a.fb?s(t,a.fb,0,.01,i):r,t:a.t?s(t,a.t,0,0,i):r},this.s=TextSelectorProp.getTextSelectorProp(t,e.s,i),this.s.t=e.s.t}function TextAnimatorProperty(t,e,i){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=t,this._renderType=e,this._elem=i,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(i)}function ITextElement(){}TextAnimatorProperty.prototype.searchProperties=function(){var t,e,i=this._textData.a.length,r=PropertyFactory.getProp;for(t=0;t=o+ot||!d?(v=(o+ot-l)/h.partialLength,G=c.point[0]+(h.point[0]-c.point[0])*v,z=c.point[1]+(h.point[1]-c.point[1])*v,C.translate(-P[0]*T[s].an*.005,-P[1]*B*.01),p=!1):d&&(l+=h.partialLength,(f+=1)>=d.length&&(f=0,u[m+=1]?d=u[m].points:x.v.c?(f=0,d=u[m=0].points):(l-=h.partialLength,d=null)),d&&(c=h,y=(h=d[f]).partialLength));L=T[s].an/2-T[s].add,C.translate(-L,0,0)}else L=T[s].an/2-T[s].add,C.translate(-L,0,0),C.translate(-P[0]*T[s].an*.005,-P[1]*B*.01,0);for(F=0;Ft?this.textSpans[t].span:createNS(h?"g":"text"),y<=t){if(n.setAttribute("stroke-linecap","butt"),n.setAttribute("stroke-linejoin","round"),n.setAttribute("stroke-miterlimit","4"),this.textSpans[t].span=n,h){var g=createNS("g");n.appendChild(g),this.textSpans[t].childSpan=g}this.textSpans[t].span=n,this.layerElement.appendChild(n)}n.style.display="inherit"}if(l.reset(),p&&(o[t].n&&(f=-d,m+=i.yOffset,m+=c?1:0,c=!1),this.applyTextPropertiesToMatrix(i,l,o[t].line,f,m),f+=o[t].l||0,f+=d),h){var v;if(1===(u=this.globalData.fontManager.getCharData(i.finalText[t],r.fStyle,this.globalData.fontManager.getFontByName(i.f).fFamily)).t)v=new SVGCompElement(u.data,this.globalData,this);else{var b=emptyShapeData;u.data&&u.data.shapes&&(b=this.buildShapeData(u.data,i.finalSize)),v=new SVGShapeElement(b,this.globalData,this)}if(this.textSpans[t].glyph){var x=this.textSpans[t].glyph;this.textSpans[t].childSpan.removeChild(x.layerElement),x.destroy()}this.textSpans[t].glyph=v,v._debug=!0,v.prepareFrame(0),v.renderFrame(),this.textSpans[t].childSpan.appendChild(v.layerElement),1===u.t&&this.textSpans[t].childSpan.setAttribute("transform","scale("+i.finalSize/100+","+i.finalSize/100+")")}else p&&n.setAttribute("transform","translate("+l.props[12]+","+l.props[13]+")"),n.textContent=o[t].val,n.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve")}p&&n&&n.setAttribute("d","")}else{var P=this.textContainer,E="start";switch(i.j){case 1:E="end";break;case 2:E="middle";break;default:E="start"}P.setAttribute("text-anchor",E),P.setAttribute("letter-spacing",d);var S=this.buildTextContents(i.finalText);for(e=S.length,m=i.ps?i.ps[1]+i.ascent:0,t=0;t=0;e-=1)(this.completeLayers||this.elements[e])&&this.elements[e].prepareFrame(t-this.layers[e].st);if(this.globalData._mdf)for(e=0;e=0;i-=1)(this.completeLayers||this.elements[i])&&(this.elements[i].prepareFrame(this.renderedFrame-this.layers[i].st),this.elements[i]._mdf&&(this._mdf=!0))}},ICompElement.prototype.renderInnerContent=function(){var t,e=this.layers.length;for(t=0;t=0;i-=1)t.finalTransform.multiply(t.transforms[i].transform.mProps.v);t._mdf=s},processSequences:function(t){var e,i=this.sequenceList.length;for(e=0;e=1){this.buffers=[];var t=this.globalData.canvasContext,e=assetLoader.createCanvas(t.canvas.width,t.canvas.height);this.buffers.push(e);var i=assetLoader.createCanvas(t.canvas.width,t.canvas.height);this.buffers.push(i),this.data.tt>=3&&!document._isProxy&&assetLoader.loadLumaCanvas()}this.canvasContext=this.globalData.canvasContext,this.transformCanvas=this.globalData.transformCanvas,this.renderableEffectsManager=new CVEffects(this),this.searchEffectTransforms()},createContent:function(){},setBlendMode:function(){var t=this.globalData;if(t.blendMode!==this.data.bm){t.blendMode=this.data.bm;var e=getBlendMode(this.data.bm);t.canvasContext.globalCompositeOperation=e}},createRenderableComponents:function(){this.maskManager=new CVMaskElement(this.data,this),this.transformEffects=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT)},hideElement:function(){this.hidden||this.isInRange&&!this.isTransparent||(this.hidden=!0)},showElement:function(){this.isInRange&&!this.isTransparent&&(this.hidden=!1,this._isFirstFrame=!0,this.maskManager._isFirstFrame=!0)},clearCanvas:function(t){t.clearRect(this.transformCanvas.tx,this.transformCanvas.ty,this.transformCanvas.w*this.transformCanvas.sx,this.transformCanvas.h*this.transformCanvas.sy)},prepareLayer:function(){if(this.data.tt>=1){var t=this.buffers[0].getContext("2d");this.clearCanvas(t),t.drawImage(this.canvasContext.canvas,0,0),this.currentTransform=this.canvasContext.getTransform(),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform)}},exitLayer:function(){if(this.data.tt>=1){var t=this.buffers[1],e=t.getContext("2d");if(this.clearCanvas(e),e.drawImage(this.canvasContext.canvas,0,0),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform),this.comp.getElementById("tp"in this.data?this.data.tp:this.data.ind-1).renderFrame(!0),this.canvasContext.setTransform(1,0,0,1,0,0),this.data.tt>=3&&!document._isProxy){var i=assetLoader.getLumaCanvas(this.canvasContext.canvas);i.getContext("2d").drawImage(this.canvasContext.canvas,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.drawImage(i,0,0)}this.canvasContext.globalCompositeOperation=operationsMap[this.data.tt],this.canvasContext.drawImage(t,0,0),this.canvasContext.globalCompositeOperation="destination-over",this.canvasContext.drawImage(this.buffers[0],0,0),this.canvasContext.setTransform(this.currentTransform),this.canvasContext.globalCompositeOperation="source-over"}},renderFrame:function(t){if(!this.hidden&&!this.data.hd&&(1!==this.data.td||t)){this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.setBlendMode();var e=0===this.data.ty;this.prepareLayer(),this.globalData.renderer.save(e),this.globalData.renderer.ctxTransform(this.finalTransform.localMat.props),this.globalData.renderer.ctxOpacity(this.finalTransform.localOpacity),this.renderInnerContent(),this.globalData.renderer.restore(e),this.exitLayer(),this.maskManager.hasMasks&&this.globalData.renderer.restore(!0),this._isFirstFrame&&(this._isFirstFrame=!1)}},destroy:function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager.destroy()},mHelper:new Matrix},CVBaseElement.prototype.hide=CVBaseElement.prototype.hideElement,CVBaseElement.prototype.show=CVBaseElement.prototype.showElement,CVShapeData.prototype.setAsAnimated=SVGShapeData.prototype.setAsAnimated,extendPrototype([BaseElement,TransformElement,CVBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableElement],CVShapeElement),CVShapeElement.prototype.initElement=RenderableDOMElement.prototype.initElement,CVShapeElement.prototype.transformHelper={opacity:1,_opMdf:!1},CVShapeElement.prototype.dashResetter=[],CVShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[])},CVShapeElement.prototype.createStyleElement=function(t,e){var i={data:t,type:t.ty,preTransforms:this.transformsManager.addTransformSequence(e),transforms:[],elements:[],closed:!0===t.hd},r={};if("fl"===t.ty||"st"===t.ty?(r.c=PropertyFactory.getProp(this,t.c,1,255,this),r.c.k||(i.co="rgb("+bmFloor(r.c.v[0])+","+bmFloor(r.c.v[1])+","+bmFloor(r.c.v[2])+")")):"gf"!==t.ty&&"gs"!==t.ty||(r.s=PropertyFactory.getProp(this,t.s,1,null,this),r.e=PropertyFactory.getProp(this,t.e,1,null,this),r.h=PropertyFactory.getProp(this,t.h||{k:0},0,.01,this),r.a=PropertyFactory.getProp(this,t.a||{k:0},0,degToRads,this),r.g=new GradientProperty(this,t.g,this)),r.o=PropertyFactory.getProp(this,t.o,0,.01,this),"st"===t.ty||"gs"===t.ty){if(i.lc=lineCapEnum[t.lc||2],i.lj=lineJoinEnum[t.lj||2],1==t.lj&&(i.ml=t.ml),r.w=PropertyFactory.getProp(this,t.w,0,null,this),r.w.k||(i.wi=r.w.v),t.d){var s=new DashProperty(this,t.d,"canvas",this);r.d=s,r.d.k||(i.da=r.d.dashArray,i.do=r.d.dashoffset[0])}}else i.r=2===t.r?"evenodd":"nonzero";return this.stylesList.push(i),r.style=i,r},CVShapeElement.prototype.createGroupElement=function(){return{it:[],prevViewData:[]}},CVShapeElement.prototype.createTransformElement=function(t){return{transform:{opacity:1,_opMdf:!1,key:this.transformsManager.getNewKey(),op:PropertyFactory.getProp(this,t.o,0,.01,this),mProps:TransformPropertyFactory.getTransformProperty(this,t,this)}}},CVShapeElement.prototype.createShapeElement=function(t){var e=new CVShapeData(this,t,this.stylesList,this.transformsManager);return this.shapes.push(e),this.addShapeToModifiers(e),e},CVShapeElement.prototype.reloadShapes=function(){var t;this._isFirstFrame=!0;var e=this.itemsData.length;for(t=0;t=0;a-=1){if((h=this.searchProcessedElement(t[a]))?e[a]=i[h-1]:t[a]._shouldRender=r,"fl"===t[a].ty||"st"===t[a].ty||"gf"===t[a].ty||"gs"===t[a].ty)h?e[a].style.closed=!1:e[a]=this.createStyleElement(t[a],d),m.push(e[a].style);else if("gr"===t[a].ty){if(h)for(o=e[a].it.length,n=0;n=0;s-=1)"tr"===e[s].ty?(a=i[s].transform,this.renderShapeTransform(t,a)):"sh"===e[s].ty||"el"===e[s].ty||"rc"===e[s].ty||"sr"===e[s].ty?this.renderPath(e[s],i[s]):"fl"===e[s].ty?this.renderFill(e[s],i[s],a):"st"===e[s].ty?this.renderStroke(e[s],i[s],a):"gf"===e[s].ty||"gs"===e[s].ty?this.renderGradientFill(e[s],i[s],a):"gr"===e[s].ty?this.renderShape(a,e[s].it,i[s].it):e[s].ty;r&&this.drawLayer()},CVShapeElement.prototype.renderStyledShape=function(t,e){if(this._isFirstFrame||e._mdf||t.transforms._mdf){var i,r,s,a=t.trNodes,n=e.paths,o=n._length;a.length=0;var h=t.transforms.finalTransform;for(s=0;s=1?f=.99:f<=-1&&(f=-.99);var m=l*f,c=Math.cos(p+e.a.v)*m+o[0],d=Math.sin(p+e.a.v)*m+o[1];r=n.createRadialGradient(c,d,0,o[0],o[1],l)}var u=t.g.p,y=e.g.c,g=1;for(a=0;ao&&"xMidYMid slice"===h||ns&&"meet"===o||as&&"slice"===o)?(i-this.transformCanvas.w*(r/this.transformCanvas.h))/2*this.renderConfig.dpr:"xMax"===l&&(as&&"slice"===o)?(i-this.transformCanvas.w*(r/this.transformCanvas.h))*this.renderConfig.dpr:0,this.transformCanvas.ty="YMid"===p&&(a>s&&"meet"===o||as&&"meet"===o||a=0;t-=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRendererBase.prototype.renderFrame=function(t,e){if((this.renderedFrame!==t||!0!==this.renderConfig.clearCanvas||e)&&!this.destroyed&&-1!==t){var i;this.renderedFrame=t,this.globalData.frameNum=t-this.animationItem._isFirstFrame,this.globalData.frameId+=1,this.globalData._mdf=!this.renderConfig.clearCanvas||e,this.globalData.projectInterface.currentFrame=t;var r=this.layers.length;for(this.completeLayers||this.checkLayers(t),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].prepareFrame(t-this.layers[i].st);if(this.globalData._mdf){for(!0===this.renderConfig.clearCanvas?this.canvasContext.clearRect(0,0,this.transformCanvas.w,this.transformCanvas.h):this.save(),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].renderFrame();!0!==this.renderConfig.clearCanvas&&this.restore()}}},CanvasRendererBase.prototype.buildItem=function(t){var e=this.elements;if(!e[t]&&99!==this.layers[t].ty){var i=this.createItem(this.layers[t],this,this.globalData);e[t]=i,i.initExpressions()}},CanvasRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){this.pendingElements.pop().checkParenting()}},CanvasRendererBase.prototype.hide=function(){this.animationItem.container.style.display="none"},CanvasRendererBase.prototype.show=function(){this.animationItem.container.style.display="block"},CVContextData.prototype.duplicate=function(){var t=2*this._length,e=0;for(e=this._length;e=0;t-=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},CVCompElement.prototype.destroy=function(){var t;for(t=this.layers.length-1;t>=0;t-=1)this.elements[t]&&this.elements[t].destroy();this.layers=null,this.elements=null},CVCompElement.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)},extendPrototype([CanvasRendererBase],CanvasRenderer),CanvasRenderer.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)},HBaseElement.prototype={checkBlendMode:function(){},initRendererElement:function(){this.baseElement=createTag(this.data.tg||"div"),this.data.hasMask?(this.svgElement=createNS("svg"),this.layerElement=createNS("g"),this.maskedElement=this.layerElement,this.svgElement.appendChild(this.layerElement),this.baseElement.appendChild(this.svgElement)):this.layerElement=this.baseElement,styleDiv(this.baseElement)},createContainerElements:function(){this.renderableEffectsManager=new CVEffects(this),this.transformedElement=this.baseElement,this.maskedElement=this.layerElement,this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),0!==this.data.bm&&this.setBlendMode()},renderElement:function(){var t=this.transformedElement?this.transformedElement.style:{};if(this.finalTransform._matMdf){var e=this.finalTransform.mat.toCSS();t.transform=e,t.webkitTransform=e}this.finalTransform._opMdf&&(t.opacity=this.finalTransform.mProp.o.v)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},destroy:function(){this.layerElement=null,this.transformedElement=null,this.matteElement&&(this.matteElement=null),this.maskManager&&(this.maskManager.destroy(),this.maskManager=null)},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData)},addEffects:function(){},setMatte:function(){}},HBaseElement.prototype.getBaseElement=SVGBaseElement.prototype.getBaseElement,HBaseElement.prototype.destroyBaseElement=HBaseElement.prototype.destroy,HBaseElement.prototype.buildElementParenting=BaseRenderer.prototype.buildElementParenting,extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],HSolidElement),HSolidElement.prototype.createContent=function(){var t;this.data.hasMask?((t=createNS("rect")).setAttribute("width",this.data.sw),t.setAttribute("height",this.data.sh),t.setAttribute("fill",this.data.sc),this.svgElement.setAttribute("width",this.data.sw),this.svgElement.setAttribute("height",this.data.sh)):((t=createTag("div")).style.width=this.data.sw+"px",t.style.height=this.data.sh+"px",t.style.backgroundColor=this.data.sc),this.layerElement.appendChild(t)},extendPrototype([BaseElement,TransformElement,HSolidElement,SVGShapeElement,HBaseElement,HierarchyElement,FrameElement,RenderableElement],HShapeElement),HShapeElement.prototype._renderShapeFrame=HShapeElement.prototype.renderInnerContent,HShapeElement.prototype.createContent=function(){var t;if(this.baseElement.style.fontSize=0,this.data.hasMask)this.layerElement.appendChild(this.shapesContainer),t=this.svgElement;else{t=createNS("svg");var e=this.comp.data?this.comp.data:this.globalData.compSize;t.setAttribute("width",e.w),t.setAttribute("height",e.h),t.appendChild(this.shapesContainer),this.layerElement.appendChild(t)}this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.shapesContainer,0,[],!0),this.filterUniqueShapes(),this.shapeCont=t},HShapeElement.prototype.getTransformedPoint=function(t,e){var i,r=t.length;for(i=0;i0&&o<1&&f[m].push(this.calculateF(o,t,e,i,r,m)):(h=a*a-4*n*s)>=0&&((l=(-a+bmSqrt(h))/(2*s))>0&&l<1&&f[m].push(this.calculateF(l,t,e,i,r,m)),(p=(-a-bmSqrt(h))/(2*s))>0&&p<1&&f[m].push(this.calculateF(p,t,e,i,r,m))));this.shapeBoundingBox.left=bmMin.apply(null,f[0]),this.shapeBoundingBox.top=bmMin.apply(null,f[1]),this.shapeBoundingBox.right=bmMax.apply(null,f[0]),this.shapeBoundingBox.bottom=bmMax.apply(null,f[1])},HShapeElement.prototype.calculateF=function(t,e,i,r,s,a){return bmPow(1-t,3)*e[a]+3*bmPow(1-t,2)*t*i[a]+3*(1-t)*bmPow(t,2)*r[a]+bmPow(t,3)*s[a]},HShapeElement.prototype.calculateBoundingBox=function(t,e){var i,r=t.length;for(i=0;ii&&(i=s)}i*=t.mult}else i=t.v*t.mult;e.x-=i,e.xMax+=i,e.y-=i,e.yMax+=i},HShapeElement.prototype.currentBoxContains=function(t){return this.currentBBox.x<=t.x&&this.currentBBox.y<=t.y&&this.currentBBox.width+this.currentBBox.x>=t.x+t.width&&this.currentBBox.height+this.currentBBox.y>=t.y+t.height},HShapeElement.prototype.renderInnerContent=function(){if(this._renderShapeFrame(),!this.hidden&&(this._isFirstFrame||this._mdf)){var t=this.tempBoundingBox,e=999999;if(t.x=e,t.xMax=-e,t.y=e,t.yMax=-e,this.calculateBoundingBox(this.itemsData,t),t.width=t.xMax=0;t-=1){var r=this.hierarchy[t].finalTransform.mProp;this.mat.translate(-r.p.v[0],-r.p.v[1],r.p.v[2]),this.mat.rotateX(-r.or.v[0]).rotateY(-r.or.v[1]).rotateZ(r.or.v[2]),this.mat.rotateX(-r.rx.v).rotateY(-r.ry.v).rotateZ(r.rz.v),this.mat.scale(1/r.s.v[0],1/r.s.v[1],1/r.s.v[2]),this.mat.translate(r.a.v[0],r.a.v[1],r.a.v[2])}if(this.p?this.mat.translate(-this.p.v[0],-this.p.v[1],this.p.v[2]):this.mat.translate(-this.px.v,-this.py.v,this.pz.v),this.a){var s;s=this.p?[this.p.v[0]-this.a.v[0],this.p.v[1]-this.a.v[1],this.p.v[2]-this.a.v[2]]:[this.px.v-this.a.v[0],this.py.v-this.a.v[1],this.pz.v-this.a.v[2]];var a=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)+Math.pow(s[2],2)),n=[s[0]/a,s[1]/a,s[2]/a],o=Math.sqrt(n[2]*n[2]+n[0]*n[0]),h=Math.atan2(n[1],o),l=Math.atan2(n[0],-n[2]);this.mat.rotateY(l).rotateX(-h)}this.mat.rotateX(-this.rx.v).rotateY(-this.ry.v).rotateZ(this.rz.v),this.mat.rotateX(-this.or.v[0]).rotateY(-this.or.v[1]).rotateZ(this.or.v[2]),this.mat.translate(this.globalData.compSize.w/2,this.globalData.compSize.h/2,0),this.mat.translate(0,0,this.pe.v);var p=!this._prevMat.equals(this.mat);if((p||this.pe._mdf)&&this.comp.threeDElements){var f,m,c;for(e=this.comp.threeDElements.length,t=0;t=t)return this.threeDElements[e].perspectiveElem;e+=1}return null},HybridRendererBase.prototype.createThreeDContainer=function(t,e){var i,r,s=createTag("div");styleDiv(s);var a=createTag("div");if(styleDiv(a),"3d"===e){(i=s.style).width=this.globalData.compSize.w+"px",i.height=this.globalData.compSize.h+"px";var n="50% 50%";i.webkitTransformOrigin=n,i.mozTransformOrigin=n,i.transformOrigin=n;var o="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";(r=a.style).transform=o,r.webkitTransform=o}s.appendChild(a);var h={container:a,perspectiveElem:s,startPos:t,endPos:t,type:e};return this.threeDElements.push(h),h},HybridRendererBase.prototype.build3dContainers=function(){var t,e,i=this.layers.length,r="";for(t=0;t=0;t-=1)this.resizerElem.appendChild(this.threeDElements[t].perspectiveElem)},HybridRendererBase.prototype.addTo3dContainer=function(t,e){for(var i=0,r=this.threeDElements.length;in?(t=s/this.globalData.compSize.w,e=s/this.globalData.compSize.w,i=0,r=(a-this.globalData.compSize.h*(s/this.globalData.compSize.w))/2):(t=a/this.globalData.compSize.h,e=a/this.globalData.compSize.h,i=(s-this.globalData.compSize.w*(a/this.globalData.compSize.h))/2,r=0);var o=this.resizerElem.style;o.webkitTransform="matrix3d("+t+",0,0,0,0,"+e+",0,0,0,0,1,0,"+i+","+r+",0,1)",o.transform=o.webkitTransform},HybridRendererBase.prototype.renderFrame=SVGRenderer.prototype.renderFrame,HybridRendererBase.prototype.hide=function(){this.resizerElem.style.display="none"},HybridRendererBase.prototype.show=function(){this.resizerElem.style.display="block"},HybridRendererBase.prototype.initItems=function(){if(this.buildAllItems(),this.camera)this.camera.setup();else{var t,e=this.globalData.compSize.w,i=this.globalData.compSize.h,r=this.threeDElements.length;for(t=0;t=o;)t/=2,e/=2,i>>>=1;return(t+i)/e};return b.int32=function(){return 0|v.g(4)},b.quick=function(){return v.g(4)/4294967296},b.double=b,m(c(v.S),t),(d.pass||u||function(t,i,r,s){return s&&(s.S&&p(s,v),t.state=function(){return p(v,{})}),r?(e.random=t,i):t})(b,g,"global"in d?d.global:this==e,d.state)},m(e.random(),t)}function initialize$2(t){seedRandom([],t)}var propTypes={SHAPE:"shape"};function _typeof$1(t){return _typeof$1="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof$1(t)}var ExpressionManager=function(){var ob={},Math=BMMath,window=null,document=null,XMLHttpRequest=null,fetch=null,frames=null,_lottieGlobal={};function resetFrame(){_lottieGlobal={}}function $bm_isInstanceOfArray(t){return t.constructor===Array||t.constructor===Float32Array}function isNumerable(t,e){return"number"===t||e instanceof Number||"boolean"===t||"string"===t}function $bm_neg(t){var e=_typeof$1(t);if("number"===e||t instanceof Number||"boolean"===e)return-t;if($bm_isInstanceOfArray(t)){var i,r=t.length,s=[];for(i=0;ii){var r=i;i=e,e=r}return Math.min(Math.max(t,e),i)}function radiansToDegrees(t){return t/degToRads}var radians_to_degrees=radiansToDegrees;function degreesToRadians(t){return t*degToRads}var degrees_to_radians=radiansToDegrees,helperLengthArray=[0,0,0,0,0,0];function length(t,e){if("number"==typeof t||t instanceof Number)return e=e||0,Math.abs(t-e);var i;e||(e=helperLengthArray);var r=Math.min(t.length,e.length),s=0;for(i=0;i.5?l/(2-n-o):l/(n+o),n){case r:e=(s-a)/l+(s1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function hslToRgb(t){var e,i,r,s=t[0],a=t[1],n=t[2];if(0===a)e=n,r=n,i=n;else{var o=n<.5?n*(1+a):n+a-n*a,h=2*n-o;e=hue2rgb(h,o,s+1/3),i=hue2rgb(h,o,s),r=hue2rgb(h,o,s-1/3)}return[e,i,r,t[3]]}function linear(t,e,i,r,s){if(void 0!==r&&void 0!==s||(r=e,s=i,e=0,i=1),i=i)return s;var n,o=i===e?0:(t-e)/(i-e);if(!r.length)return r+(s-r)*o;var h=r.length,l=createTypedArray("float32",h);for(n=0;n1){for(r=0;r1?e=1:e<0&&(e=0);var n=t(e);if($bm_isInstanceOfArray(s)){var o,h=s.length,l=createTypedArray("float32",h);for(o=0;odata.k[e].t&&tdata.k[e+1].t-t?(i=e+2,r=data.k[e+1].t):(i=e+1,r=data.k[e].t);break}}-1===i&&(i=e+1,r=data.k[e].t)}else i=0,r=0;var a={};return a.index=i,a.time=r/elem.comp.globalData.frameRate,a}function key(t){var e,i,r;if(!data.k.length||"number"==typeof data.k[0])throw new Error("The property has no keyframe at index "+t);t-=1,e={time:data.k[t].t/elem.comp.globalData.frameRate,value:[]};var s=Object.prototype.hasOwnProperty.call(data.k[t],"s")?data.k[t].s:data.k[t-1].e;for(r=s.length,i=0;il.length-1)&&(e=l.length-1),r=p-(s=l[l.length-1-e].t)),"pingpong"===t){if(Math.floor((h-s)/r)%2!=0)return this.getValueAtTime((r-(h-s)%r+s)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var f=this.getValueAtTime(s/this.comp.globalData.frameRate,0),m=this.getValueAtTime(p/this.comp.globalData.frameRate,0),c=this.getValueAtTime(((h-s)%r+s)/this.comp.globalData.frameRate,0),d=Math.floor((h-s)/r);if(this.pv.length){for(n=(o=new Array(f.length)).length,a=0;a=p)return this.pv;if(i?s=p+(r=e?Math.abs(this.elem.comp.globalData.frameRate*e):Math.max(0,this.elem.data.op-p)):((!e||e>l.length-1)&&(e=l.length-1),r=(s=l[e].t)-p),"pingpong"===t){if(Math.floor((p-h)/r)%2==0)return this.getValueAtTime(((p-h)%r+p)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var f=this.getValueAtTime(p/this.comp.globalData.frameRate,0),m=this.getValueAtTime(s/this.comp.globalData.frameRate,0),c=this.getValueAtTime((r-(p-h)%r+p)/this.comp.globalData.frameRate,0),d=Math.floor((p-h)/r)+1;if(this.pv.length){for(n=(o=new Array(f.length)).length,a=0;a1?(s+t-a)/(e-1):1,o=0,h=0;for(i=this.pv.length?createTypedArray("float32",this.pv.length):0;on){var p=o,f=i.c&&o===h-1?0:o+1,m=(n-l)/a[o].addedLength;r=bez.getPointInSegment(i.v[p],i.v[f],i.o[p],i.i[f],m,a[o]);break}l+=a[o].addedLength,o+=1}return r||(r=i.c?[i.v[0][0],i.v[0][1]]:[i.v[i._length-1][0],i.v[i._length-1][1]]),r},vectorOnPath:function(t,e,i){1==t?t=this.v.c:0==t&&(t=.999);var r=this.pointOnPath(t,e),s=this.pointOnPath(t+.001,e),a=s[0]-r[0],n=s[1]-r[1],o=Math.sqrt(Math.pow(a,2)+Math.pow(n,2));return 0===o?[0,0]:"tangent"===i?[a/o,n/o]:[-n/o,a/o]},tangentOnPath:function(t,e){return this.vectorOnPath(t,e,"tangent")},normalOnPath:function(t,e){return this.vectorOnPath(t,e,"normal")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([l],o),extendPrototype([l],h),h.prototype.getValueAtTime=function(t){return this._cachingAtTime||(this._cachingAtTime={shapeValue:shapePool.clone(this.pv),lastIndex:0,lastTime:initialDefaultFrame}),t*=this.elem.globalData.frameRate,(t-=this.offsetTime)!==this._cachingAtTime.lastTime&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastTime=l?c<0?r:s:r+m*Math.pow((a-t)/c,1/i),p[f]=n,f+=1,o+=256/255;return p.join(" ")},SVGProLevelsFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e,i=this.filterManager.effectElements;this.feFuncRComposed&&(t||i[3].p._mdf||i[4].p._mdf||i[5].p._mdf||i[6].p._mdf||i[7].p._mdf)&&(e=this.getTableValue(i[3].p.v,i[4].p.v,i[5].p.v,i[6].p.v,i[7].p.v),this.feFuncRComposed.setAttribute("tableValues",e),this.feFuncGComposed.setAttribute("tableValues",e),this.feFuncBComposed.setAttribute("tableValues",e)),this.feFuncR&&(t||i[10].p._mdf||i[11].p._mdf||i[12].p._mdf||i[13].p._mdf||i[14].p._mdf)&&(e=this.getTableValue(i[10].p.v,i[11].p.v,i[12].p.v,i[13].p.v,i[14].p.v),this.feFuncR.setAttribute("tableValues",e)),this.feFuncG&&(t||i[17].p._mdf||i[18].p._mdf||i[19].p._mdf||i[20].p._mdf||i[21].p._mdf)&&(e=this.getTableValue(i[17].p.v,i[18].p.v,i[19].p.v,i[20].p.v,i[21].p.v),this.feFuncG.setAttribute("tableValues",e)),this.feFuncB&&(t||i[24].p._mdf||i[25].p._mdf||i[26].p._mdf||i[27].p._mdf||i[28].p._mdf)&&(e=this.getTableValue(i[24].p.v,i[25].p.v,i[26].p.v,i[27].p.v,i[28].p.v),this.feFuncB.setAttribute("tableValues",e)),this.feFuncA&&(t||i[31].p._mdf||i[32].p._mdf||i[33].p._mdf||i[34].p._mdf||i[35].p._mdf)&&(e=this.getTableValue(i[31].p.v,i[32].p.v,i[33].p.v,i[34].p.v,i[35].p.v),this.feFuncA.setAttribute("tableValues",e))}},extendPrototype([SVGComposableEffect],SVGDropShadowEffect),SVGDropShadowEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){if((t||this.filterManager.effectElements[4].p._mdf)&&this.feGaussianBlur.setAttribute("stdDeviation",this.filterManager.effectElements[4].p.v/4),t||this.filterManager.effectElements[0].p._mdf){var e=this.filterManager.effectElements[0].p.v;this.feFlood.setAttribute("flood-color",rgbToHex(Math.round(255*e[0]),Math.round(255*e[1]),Math.round(255*e[2])))}if((t||this.filterManager.effectElements[1].p._mdf)&&this.feFlood.setAttribute("flood-opacity",this.filterManager.effectElements[1].p.v/255),t||this.filterManager.effectElements[2].p._mdf||this.filterManager.effectElements[3].p._mdf){var i=this.filterManager.effectElements[3].p.v,r=(this.filterManager.effectElements[2].p.v-90)*degToRads,s=i*Math.cos(r),a=i*Math.sin(r);this.feOffset.setAttribute("dx",s),this.feOffset.setAttribute("dy",a)}}};var _svgMatteSymbols=[];function SVGMatte3Effect(t,e,i){this.initialized=!1,this.filterManager=e,this.filterElem=t,this.elem=i,i.matteElement=createNS("g"),i.matteElement.appendChild(i.layerElement),i.matteElement.appendChild(i.transformedElement),i.baseElement=i.matteElement}function SVGGaussianBlurEffect(t,e,i,r){t.setAttribute("x","-100%"),t.setAttribute("y","-100%"),t.setAttribute("width","300%"),t.setAttribute("height","300%"),this.filterManager=e;var s=createNS("feGaussianBlur");s.setAttribute("result",r),t.appendChild(s),this.feGaussianBlur=s}function TransformEffect(){}function SVGTransformEffect(t,e){this.init(e)}function CVTransformEffect(t){this.init(t)}return SVGMatte3Effect.prototype.findSymbol=function(t){for(var e=0,i=_svgMatteSymbols.length;e + + + + FSHing Trip Comparison + + + + + + +

FSHing Trip Comparison

+ +
+
+
+ Files changed (1) + hide + show +
+
    +
  1. + + ../tmp/{tmpkn9pyg0k/input.json → tmpb_q8uf73/fsh-generated/data}/fsh-index.json + + +10 + -0 + + +
  2. +
+
+
+
+ + ../tmp/{tmpkn9pyg0k/input.json → tmpb_q8uf73/fsh-generated/data}/fsh-index.json + RENAMED + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
@@ -0,0 +1,10 @@
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+ + +
+   +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
 
+
+ 1 + +
+ + + [ +
+
+ 2 + +
+ + + { +
+
+ 3 + +
+ + + "outputFile": "Encounter-discharge-1.json", +
+
+ 4 + +
+ + + "fshName": "discharge-1", +
+
+ 5 + +
+ + + "fshType": "Instance", +
+
+ 6 + +
+ + + "fshFile": "instances/discharge-1.fsh", +
+
+ 7 + +
+ + + "startLine": 1, +
+
+ 8 + +
+ + + "endLine": 12 +
+
+ 9 + +
+ + + } +
+
+ 10 + +
+ + + ] +
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/static/uploads/fsh_output/input/fsh/aliases.fsh b/static/uploads/fsh_output/input/fsh/aliases.fsh new file mode 100644 index 0000000..af798fa --- /dev/null +++ b/static/uploads/fsh_output/input/fsh/aliases.fsh @@ -0,0 +1 @@ +Alias: $v3-ActCode = http://terminology.hl7.org/CodeSystem/v3-ActCode \ No newline at end of file diff --git a/static/uploads/fsh_output/input/fsh/index.txt b/static/uploads/fsh_output/input/fsh/index.txt new file mode 100644 index 0000000..4ee6caf --- /dev/null +++ b/static/uploads/fsh_output/input/fsh/index.txt @@ -0,0 +1,2 @@ +Name Type File +banks-mia-leanne Instance instances/banks-mia-leanne.fsh \ No newline at end of file diff --git a/static/uploads/fsh_output/input/fsh/instances/aspirin.fsh b/static/uploads/fsh_output/input/fsh/instances/aspirin.fsh new file mode 100644 index 0000000..5247059 --- /dev/null +++ b/static/uploads/fsh_output/input/fsh/instances/aspirin.fsh @@ -0,0 +1,16 @@ +Instance: aspirin +InstanceOf: AllergyIntolerance +Usage: #example +* meta.profile = "http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance" +* clinicalStatus = $allergyintolerance-clinical#active +* clinicalStatus.text = "Active" +* verificationStatus = $allergyintolerance-verification#confirmed +* verificationStatus.text = "Confirmed" +* category = #medication +* criticality = #unable-to-assess +* code = $sct#387458008 +* code.text = "Aspirin allergy" +* patient = Reference(Patient/hayes-arianne) +* recordedDate = "2024-02-10" +* recorder = Reference(PractitionerRole/specialistphysicians-swanborough-erick) +* asserter = Reference(PractitionerRole/specialistphysicians-swanborough-erick) \ No newline at end of file diff --git a/static/uploads/fsh_output/input/fsh/instances/banks-mia-leanne.fsh b/static/uploads/fsh_output/input/fsh/instances/banks-mia-leanne.fsh new file mode 100644 index 0000000..d90a724 --- /dev/null +++ b/static/uploads/fsh_output/input/fsh/instances/banks-mia-leanne.fsh @@ -0,0 +1,49 @@ +Instance: banks-mia-leanne +InstanceOf: Patient +Usage: #example +* meta.profile = "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient" +* extension[0].url = "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity" +* extension[=].extension.url = "value" +* extension[=].extension.valueCodeableConcept = $sct#446141000124107 "Identifies as female gender" +* extension[+].url = "http://hl7.org/fhir/StructureDefinition/individual-pronouns" +* extension[=].extension.url = "value" +* extension[=].extension.valueCodeableConcept = $loinc#LA29519-8 "she/her/her/hers/herself" +* extension[+].url = "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender" +* extension[=].extension[0].url = "value" +* extension[=].extension[=].valueCodeableConcept = $sct#248152002 +* extension[=].extension[=].valueCodeableConcept.text = "Female" +* extension[=].extension[+].url = "type" +* extension[=].extension[=].valueCodeableConcept = $sct#1515311000168102 "Biological sex at birth" +* identifier.extension[0].url = "http://hl7.org.au/fhir/StructureDefinition/ihi-status" +* identifier.extension[=].valueCoding = $ihi-status-1#active +* identifier.extension[+].url = "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status" +* identifier.extension[=].valueCoding = $ihi-record-status-1#verified "verified" +* identifier.type = $v2-0203#NI +* identifier.type.text = "IHI" +* identifier.system = "http://ns.electronichealth.net.au/id/hi/ihi/1.0" +* identifier.value = "8003608333647261" +* name.use = #usual +* name.family = "Banks" +* name.given[0] = "Mia" +* name.given[+] = "Leanne" +* telecom[0].system = #phone +* telecom[=].value = "0270102724" +* telecom[=].use = #work +* telecom[+].system = #phone +* telecom[=].value = "0491574632" +* telecom[=].use = #mobile +* telecom[+].system = #phone +* telecom[=].value = "0270107520" +* telecom[=].use = #home +* telecom[+].system = #email +* telecom[=].value = "mia.banks@myownpersonaldomain.com" +* telecom[+].system = #phone +* telecom[=].value = "270107520" +* telecom[=].use = #home +* gender = #female +* birthDate = "1983-08-25" +* address.line = "50 Sebastien St" +* address.city = "Minjary" +* address.state = "NSW" +* address.postalCode = "2720" +* address.country = "AU" \ No newline at end of file diff --git a/static/uploads/fsh_output/input/fsh/instances/discharge-1.fsh b/static/uploads/fsh_output/input/fsh/instances/discharge-1.fsh new file mode 100644 index 0000000..fb00e88 --- /dev/null +++ b/static/uploads/fsh_output/input/fsh/instances/discharge-1.fsh @@ -0,0 +1,12 @@ +Instance: discharge-1 +InstanceOf: Encounter +Usage: #example +* meta.profile = "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter" +* status = #finished +* class = $v3-ActCode#EMER "emergency" +* subject = Reference(Patient/ronny-irvine) +* period + * start = "2023-02-20T06:15:00+10:00" + * end = "2023-02-20T18:19:00+10:00" +* location.location = Reference(Location/murrabit-hospital) +* serviceProvider = Reference(Organization/murrabit-hospital) \ No newline at end of file diff --git a/static/uploads/fsh_output/input/fsh/instances/vkc.fsh b/static/uploads/fsh_output/input/fsh/instances/vkc.fsh new file mode 100644 index 0000000..5502e86 --- /dev/null +++ b/static/uploads/fsh_output/input/fsh/instances/vkc.fsh @@ -0,0 +1,15 @@ +Instance: vkc +InstanceOf: Condition +Usage: #example +* meta.profile = "http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition" +* clinicalStatus = $condition-clinical#active "Active" +* category = $condition-category#encounter-diagnosis "Encounter Diagnosis" +* severity = $sct#24484000 "Severe" +* code = $sct#317349009 "Vernal keratoconjunctivitis" +* bodySite = $sct#368601006 "Entire conjunctiva of left eye" +* subject = Reference(Patient/italia-sofia) +* onsetDateTime = "2023-10-01" +* recordedDate = "2023-10-02" +* recorder = Reference(PractitionerRole/generalpractitioner-guthridge-jarred) +* asserter = Reference(PractitionerRole/generalpractitioner-guthridge-jarred) +* note.text = "Itchy and burning eye, foreign body sensation. Mucoid discharge." \ No newline at end of file diff --git a/static/uploads/fsh_output/input/input.json b/static/uploads/fsh_output/input/input.json new file mode 100644 index 0000000..e0c1989 --- /dev/null +++ b/static/uploads/fsh_output/input/input.json @@ -0,0 +1 @@ +{"resourceType":"Encounter","id":"discharge-1","meta":{"profile":["http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"]},"text":{"status":"generated","div":"

Generated Narrative: Encounter discharge-1

status: Finished

class: ActCode EMER: emergency

subject: Ronny Lawrence Irvine Male, DoB: ( DVA Number:\u00a0QX827261)

period: 2023-02-20 06:15:00+1000 --> 2023-02-20 18:19:00+1000

Locations

-Location
*Location Murrabit Public Hospital

serviceProvider: Organization Murrabit Public Hospital

"},"status":"finished","class":{"system":"http://terminology.hl7.org/CodeSystem/v3-ActCode","code":"EMER","display":"emergency"},"subject":{"reference":"Patient/ronny-irvine"},"period":{"start":"2023-02-20T06:15:00+10:00","end":"2023-02-20T18:19:00+10:00"},"location":[{"location":{"reference":"Location/murrabit-hospital"}}],"serviceProvider":{"reference":"Organization/murrabit-hospital"}} \ No newline at end of file diff --git a/static/uploads/fsh_output/sushi-config.yaml b/static/uploads/fsh_output/sushi-config.yaml new file mode 100644 index 0000000..64e06fe --- /dev/null +++ b/static/uploads/fsh_output/sushi-config.yaml @@ -0,0 +1,8 @@ +canonical: http://example.org +fhirVersion: 4.3.0 +FSHOnly: true +applyExtensionMetadataToRoot: false +id: example +name: Example +dependencies: + hl7.fhir.us.core: 6.1.0 diff --git a/static/uploads/output.fsh b/static/uploads/output.fsh new file mode 100644 index 0000000..705f93b --- /dev/null +++ b/static/uploads/output.fsh @@ -0,0 +1,55 @@ +Alias: $sct = http://snomed.info/sct +Alias: $loinc = http://loinc.org +Alias: $ihi-status-1 = https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1 +Alias: $ihi-record-status-1 = https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1 +Alias: $v2-0203 = http://terminology.hl7.org/CodeSystem/v2-0203 + +Instance: banks-mia-leanne +InstanceOf: Patient +Usage: #example +* meta.profile = "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient" +* extension[0].url = "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity" +* extension[=].extension.url = "value" +* extension[=].extension.valueCodeableConcept = $sct#446141000124107 "Identifies as female gender" +* extension[+].url = "http://hl7.org/fhir/StructureDefinition/individual-pronouns" +* extension[=].extension.url = "value" +* extension[=].extension.valueCodeableConcept = $loinc#LA29519-8 "she/her/her/hers/herself" +* extension[+].url = "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender" +* extension[=].extension[0].url = "value" +* extension[=].extension[=].valueCodeableConcept = $sct#248152002 +* extension[=].extension[=].valueCodeableConcept.text = "Female" +* extension[=].extension[+].url = "type" +* extension[=].extension[=].valueCodeableConcept = $sct#1515311000168102 "Biological sex at birth" +* identifier.extension[0].url = "http://hl7.org.au/fhir/StructureDefinition/ihi-status" +* identifier.extension[=].valueCoding = $ihi-status-1#active +* identifier.extension[+].url = "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status" +* identifier.extension[=].valueCoding = $ihi-record-status-1#verified "verified" +* identifier.type = $v2-0203#NI +* identifier.type.text = "IHI" +* identifier.system = "http://ns.electronichealth.net.au/id/hi/ihi/1.0" +* identifier.value = "8003608333647261" +* name.use = #usual +* name.family = "Banks" +* name.given[0] = "Mia" +* name.given[+] = "Leanne" +* telecom[0].system = #phone +* telecom[=].value = "0270102724" +* telecom[=].use = #work +* telecom[+].system = #phone +* telecom[=].value = "0491574632" +* telecom[=].use = #mobile +* telecom[+].system = #phone +* telecom[=].value = "0270107520" +* telecom[=].use = #home +* telecom[+].system = #email +* telecom[=].value = "mia.banks@myownpersonaldomain.com" +* telecom[+].system = #phone +* telecom[=].value = "270107520" +* telecom[=].use = #home +* gender = #female +* birthDate = "1983-08-25" +* address.line = "50 Sebastien St" +* address.city = "Minjary" +* address.state = "NSW" +* address.postalCode = "2720" +* address.country = "AU" \ No newline at end of file