diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7d51aa6..a194a66 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,29 +1,37 @@ # Pull Request Template 🚀 ## Description + Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Related Issue + Fixes # (issue number) or Closes # (issue number) ## Type of Change + Please delete options that are not relevant: + - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update ## Screenshots / Videos (if applicable) + Please add screenshots or screen recordings to demonstrate the visual changes. ## Testing Done + Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. + - [ ] Command run: `npm run test` - [ ] Command run: `npm run lint` - [ ] Command run: `npm run build` - [ ] Visual verification on local dev server (`http://localhost:5173`) ## Checklist + - [ ] My code follows the style guidelines of this project. - [ ] I have performed a self-review of my own code. - [ ] I have commented my code, particularly in hard-to-understand areas. @@ -34,6 +42,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] Any dependent changes have been merged and published in downstream modules. ## Contributor Declaration + - [ ] I confirm that this contribution is made under the rules of **GSSoC 2026** and **NSoC 2026**. - [ ] I confirm that I have been assigned the related issue by a maintainer before opening this PR. - [ ] I have read the [Contributing Guidelines](https://github.com/indresh404/RankerHub/blob/main/docs/CONTRIBUTING.md) and [Code of Conduct](https://github.com/indresh404/RankerHub/blob/main/docs/CODE_OF_CONDUCT.md). diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef1bf50..fadb031 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI Checks on: pull_request: push: - branches: [ main ] + branches: [main] jobs: lint: @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: 20 - cache: 'npm' + cache: "npm" - name: Install dependencies run: npm ci @@ -38,7 +38,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: 20 - cache: 'npm' + cache: "npm" - name: Install dependencies run: npm ci @@ -58,7 +58,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: 20 - cache: 'npm' + cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index bdbb4fb..eeefe14 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -5,7 +5,7 @@ name: Lock Closed Threads on: schedule: - - cron: '0 2 * * *' # Run daily at 2:00 AM + - cron: "0 2 * * *" # Run daily at 2:00 AM workflow_dispatch: permissions: @@ -20,7 +20,7 @@ jobs: uses: dessant/lock-threads@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} - issue-inactive-days: '14' - pr-inactive-days: '14' - issue-comment: 'This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.' - pr-comment: 'This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussions.' + issue-inactive-days: "14" + pr-inactive-days: "14" + issue-comment: "This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs." + pr-comment: "This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussions." diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 87d19ec..d653b93 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -2,7 +2,7 @@ name: Quality & Formatting Checks on: push: - branches: [ main ] + branches: [main] pull_request: issues: types: [opened] @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: 20 - cache: 'npm' + cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e4eb080..fa967ae 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -5,7 +5,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: '30 1 * * *' # Run daily + - cron: "30 1 * * *" # Run daily workflow_dispatch: permissions: @@ -19,11 +19,11 @@ jobs: - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!' - stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!' + stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!" + stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!" days-before-stale: 20 days-before-close: 7 - stale-issue-label: 'stale' - stale-pr-label: 'stale' - exempt-pr-labels: 'keep-open,pinned,security' - exempt-issue-labels: 'keep-open,pinned,security' + stale-issue-label: "stale" + stale-pr-label: "stale" + exempt-pr-labels: "keep-open,pinned,security" + exempt-issue-labels: "keep-open,pinned,security" diff --git a/BRANCH_PROTECTION.md b/BRANCH_PROTECTION.md index 470cd2d..b2e5794 100644 --- a/BRANCH_PROTECTION.md +++ b/BRANCH_PROTECTION.md @@ -6,7 +6,7 @@ To ensure repository integrity and maintain high code quality standards, please 1. Navigate to the repository page on GitHub. 2. Click on the **Settings** tab at the top. -3. In the left sidebar, click on **Branches** (under *Code and automation*). +3. In the left sidebar, click on **Branches** (under _Code and automation_). 4. Under **Branch protection rules**, click **Add rule** (or edit the existing rule for `main`). 5. Set the **Branch name pattern** to `main` (or the default branch name). 6. Enable the following recommended settings: @@ -14,13 +14,15 @@ To ensure repository integrity and maintain high code quality standards, please --- ### 1. Require a Pull Request Before Merging + - [x] Check **Require a pull request before merging**. - [x] Check **Require approvals**. - - Set *Required number of approvals before merging* to **1**. + - Set _Required number of approvals before merging_ to **1**. - [x] Check **Dismiss stale pull request approvals when new commits are pushed**. - [x] Check **Require review from Code Owners**. (Forces PRs to be approved by owner of code owners path). ### 2. Require Status Checks to Pass Before Merging + - [x] Check **Require status checks to pass before merging**. - [x] Check **Require branches to be up to date before merging**. - In the search box, find and select the following status checks (they will appear after running the workflows at least once): @@ -29,6 +31,7 @@ To ensure repository integrity and maintain high code quality standards, please - `Build Application` ### 3. Block Force Pushes & Deletions + - [x] Check **Restrict who can push to matching branches**. (Ensures write-access users can only merge via PRs). - [x] (Enabled by default) **Block force pushes** and **Block deletions**. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6c4086d..bb7f02a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a professional setting +- The use of sexualized language or imagery and unwelcome sexual attention or advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1afeed9..02c6397 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,11 +15,14 @@ Please maintain a respectful, welcoming, and inclusive environment. Be helpful t ## Getting Started ### 1. Prerequisites + Ensure you have the following installed on your local machine: + - [Node.js](https://nodejs.org/) (v20.0.0 or higher recommended) - [Git](https://git-scm.com/) ### 2. Fork & Clone + 1. Fork the [RankerHub Repository](https://github.com/indresh404/RankerHub) to your own GitHub account. 2. Clone your fork locally: ```bash @@ -28,12 +31,15 @@ Ensure you have the following installed on your local machine: ``` ### 3. Install Dependencies + Run the following command to install the project dependencies: + ```bash npm install ``` ### 4. Setup Environment Variables + 1. Copy the `.env.example` file to create a `.env` file in the root directory: ```bash cp .env.example .env @@ -41,10 +47,13 @@ npm install 2. Open the `.env` file and fill in your Firebase configuration keys (see the [Firebase Setup](#firebase-setup) below). ### 5. Run the Project + Start the local development server: + ```bash npm run dev ``` + The application will be running locally at `http://localhost:5173`. --- @@ -52,6 +61,7 @@ The application will be running locally at `http://localhost:5173`. ## Firebase Setup To get your own Firebase credentials for local development: + 1. Go to the [Firebase Console](https://console.firebase.google.com/). 2. Create a new Firebase project (e.g., `rankerhub-dev`). 3. Add a **Web App** to your project. @@ -116,7 +126,9 @@ For the private repo sync feature to work, the OAuth App needs the `repo` scope: To keep the repository history clean, please follow these branching and commit message conventions: ### Branch Naming + Create a new branch from `main` before starting your work: + - `feat/feature-name` – for new features - `fix/bug-name` – for bug fixes - `docs/doc-updates` – for documentation changes @@ -124,12 +136,15 @@ Create a new branch from `main` before starting your work: - `chore/task-name` – for maintenance tasks or package upgrades Example: + ```bash git checkout -b feat/user-leaderboard ``` ### Commit Messages (Semantic Commits) + Write clear and descriptive commit messages following the semantic commit pattern: + - `feat: add female developer ranking page` - `fix: resolve auth validation issue` - `docs: update setup steps in README` diff --git a/README.md b/README.md index 1079c2a..8ca0f73 100644 --- a/README.md +++ b/README.md @@ -14,24 +14,24 @@ RankerHub is a developer ranking and coding platform that helps students and dev ## ✨ Features -* 🔐 GitHub Authentication -* 🏆 GitHub Contribution Rankings -* 👩 RankHer – Female Developer Leaderboard -* 💻 Coding Theory + Practical Questions -* 🎖️ Badge & Achievement System -* 🔥 Daily Activity Streaks -* 🏫 College-based Rankings -* 👤 Developer Profiles -* 📊 Community Leaderboards +- 🔐 GitHub Authentication +- 🏆 GitHub Contribution Rankings +- 👩 RankHer – Female Developer Leaderboard +- 💻 Coding Theory + Practical Questions +- 🎖️ Badge & Achievement System +- 🔥 Daily Activity Streaks +- 🏫 College-based Rankings +- 👤 Developer Profiles +- 📊 Community Leaderboards --- ## 🛠️ Tech Stack -* **Frontend**: React + Vite -* **Styling**: Tailwind CSS -* **Database & Auth**: Firebase Auth & Firestore Database -* **Integration**: GitHub API +- **Frontend**: React + Vite +- **Styling**: Tailwind CSS +- **Database & Auth**: Firebase Auth & Firestore Database +- **Integration**: GitHub API --- @@ -40,18 +40,21 @@ RankerHub is a developer ranking and coding platform that helps students and dev To set up RankerHub locally on your machine, follow these steps: 1. **Clone the Repository**: + ```bash git clone https://github.com/indresh404/RankerHub.git cd RankerHub ``` 2. **Install Dependencies**: + ```bash npm install ``` 3. **Configure Environment Variables**: Create a `.env` file in the root directory and add your Firebase credentials: + ```env VITE_FIREBASE_API_KEY=your_api_key VITE_FIREBASE_AUTH_DOMAIN=your_auth_domain @@ -84,22 +87,24 @@ To set up RankerHub locally on your machine, follow these steps: If you see errors like `Firebase config error: apiKey is missing` or `FirebaseError: Firebase: Error (auth/invalid-api-key)` in production, this is due to how Vite compiles environment variables. ### The Problem -* The `.env` file containing your keys is excluded from git (`.gitignore`). -* When the project builds on a production deployment server (such as **GitHub Actions** for Firebase Hosting), Vite cannot read the `.env` file, and compiles the bundle with `undefined` values. + +- The `.env` file containing your keys is excluded from git (`.gitignore`). +- When the project builds on a production deployment server (such as **GitHub Actions** for Firebase Hosting), Vite cannot read the `.env` file, and compiles the bundle with `undefined` values. ### The Solution (For Firebase Hosting via GitHub Actions) + To fix this, you must feed the environment variables to the GitHub Actions build pipeline: 1. **Add Repository Secrets to GitHub**: - Go to your GitHub repository -> **Settings** -> **Secrets and variables** -> **Actions**. - Under **Repository secrets**, click **New repository secret** and add each variable: - * `VITE_FIREBASE_API_KEY` - * `VITE_FIREBASE_AUTH_DOMAIN` - * `VITE_FIREBASE_PROJECT_ID` - * `VITE_FIREBASE_STORAGE_BUCKET` - * `VITE_FIREBASE_MESSAGING_SENDER_ID` - * `VITE_FIREBASE_APP_ID` - * `VITE_FIREBASE_MEASUREMENT_ID` + - `VITE_FIREBASE_API_KEY` + - `VITE_FIREBASE_AUTH_DOMAIN` + - `VITE_FIREBASE_PROJECT_ID` + - `VITE_FIREBASE_STORAGE_BUCKET` + - `VITE_FIREBASE_MESSAGING_SENDER_ID` + - `VITE_FIREBASE_APP_ID` + - `VITE_FIREBASE_MEASUREMENT_ID` 2. **Workflows Update**: Our deployment workflows in [.github/workflows/firebase-hosting-merge.yml](.github/workflows/firebase-hosting-merge.yml) and [.github/workflows/firebase-hosting-pull-request.yml](.github/workflows/firebase-hosting-pull-request.yml) are set up to pass these secrets into Vite during the build phase: @@ -115,11 +120,11 @@ To fix this, you must feed the environment variables to the GitHub Actions build ## 🚀 Future Plans -* Real-time coding contests -* AI-powered coding insights -* Multi-language compiler support -* Advanced leaderboard algorithms -* Open-source contribution scoring +- Real-time coding contests +- AI-powered coding insights +- Multi-language compiler support +- Advanced leaderboard algorithms +- Open-source contribution scoring --- diff --git a/SUPPORT.md b/SUPPORT.md index 9228d4c..9a29c02 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -5,6 +5,7 @@ Thank you for using RankerHub! If you need help, have questions, or would like t ## 💬 GitHub Discussions (Recommended) For general questions, idea proposals, show & tell, and discussions, please use the [Discussions Tab](https://github.com/indresh404/RankerHub/discussions) on our GitHub repository. This is the best place to: + - Ask "How do I do X?" - Discuss design patterns. - Propose new features before creating issues. @@ -13,6 +14,7 @@ For general questions, idea proposals, show & tell, and discussions, please use ## 🐛 Bug Reports & Feature Requests If you have confirmed a bug or have a specific, structured feature request: + 1. Search the [Issues Tab](https://github.com/indresh404/RankerHub/issues) to ensure it hasn't been reported yet. 2. Open a new issue using the appropriate template (e.g., Bug Report or Feature Request). 3. Provide as much detail as possible to help us triage it quickly. @@ -20,10 +22,12 @@ If you have confirmed a bug or have a specific, structured feature request: ## 📚 Documentation For guides on getting started, setting up Firebase, and local installation, please refer to: + - Our main [README.md](README.md) - Our [Contributing Guide](CONTRIBUTING.md) ## ✉️ Direct Contact If you have a query that cannot be discussed publicly (e.g., security vulnerabilities or code of conduct violations), you can contact the maintainer directly at: + - **Email**: [indresh.sharma404@gmail.com] diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 8e33e01..d8eb386 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -47,21 +47,25 @@ RankerHub is a gamified GitHub developer ranking platform built with modern web ## Technology Stack ### Frontend Framework & Build Tools + - **React 19**: Core UI framework with modern hooks - **Vite 8**: Next-generation build tool for fast development - **React Router 7**: Client-side routing and navigation - **TypeScript Ready**: ESLint support for code quality ### State Management + - **Context API**: Global state (Authentication, Theme, Rate Limiting) - **React Hooks**: Component-level state management ### Styling & Animation + - **Tailwind CSS 3.4**: Utility-first CSS framework - **Framer Motion 12**: Animation library for smooth transitions - **PostCSS**: CSS preprocessing and optimization ### Backend & Data + - **Firebase 12**: Complete backend-as-a-service solution - Authentication: GitHub OAuth - Realtime Database: Firestore @@ -70,11 +74,13 @@ RankerHub is a gamified GitHub developer ranking platform built with modern web - **Axios**: HTTP client for API calls ### UI Components & Icons + - **Lucide React**: Modern icon library (1.17k+ icons) - **React Icons**: Additional icon variants - **Lottie React**: Complex animations support ### Testing & Development + - **Vitest 4**: Fast unit testing framework - **ESLint 10**: Code linting and style enforcement - **Autoprefixer**: CSS vendor prefix automation @@ -84,133 +90,134 @@ RankerHub is a gamified GitHub developer ranking platform built with modern web ## Directory Structure ### Root Level + \\\ rankerhub/ -├── docs/ # Documentation -│ ├── ARCHITECTURE.md # This file -│ └── CONTRIBUTING.md # Contribution guidelines -├── public/ # Static assets (favicons, robots.txt) -├── src/ # Source code -├── .env.example # Environment variables template -├── .firebase.rc # Firebase configuration -├── .gitignore # Git ignore rules -├── .markdownlint.json # Markdown linting rules -├── eslint.config.js # ESLint configuration -├── firebase.json # Firebase deployment config -├── firestore.rules # Firestore security rules -├── index.html # HTML entry point -├── package.json # NPM dependencies -├── postcss.config.js # PostCSS configuration -├── tailwind.config.js # Tailwind CSS configuration -├── vite.config.js # Vite configuration -├── vercel.json # Vercel deployment config -└── README.md # Project overview +├── docs/ # Documentation +│ ├── ARCHITECTURE.md # This file +│ └── CONTRIBUTING.md # Contribution guidelines +├── public/ # Static assets (favicons, robots.txt) +├── src/ # Source code +├── .env.example # Environment variables template +├── .firebase.rc # Firebase configuration +├── .gitignore # Git ignore rules +├── .markdownlint.json # Markdown linting rules +├── eslint.config.js # ESLint configuration +├── firebase.json # Firebase deployment config +├── firestore.rules # Firestore security rules +├── index.html # HTML entry point +├── package.json # NPM dependencies +├── postcss.config.js # PostCSS configuration +├── tailwind.config.js # Tailwind CSS configuration +├── vite.config.js # Vite configuration +├── vercel.json # Vercel deployment config +└── README.md # Project overview \\\ ### src/ Directory Structure \\\ src/ -├── assets/ # Static and animated assets -│ └── animations/ # Lottie animation files +├── assets/ # Static and animated assets +│ └── animations/ # Lottie animation files │ -├── components/ # React components -│ ├── about/ # About page components -│ │ ├── ContributorCard.jsx # Individual contributor card -│ │ ├── ContributorsGrid.jsx # Grid layout for contributors -│ │ ├── ContributionCTA.jsx # Call-to-action component -│ │ └── TeamCard.jsx # Team member showcase -│ │ -│ ├── dashboard/ # Dashboard-specific components -│ │ ├── ActivityFeed.jsx # User activity timeline -│ │ ├── RankPreview.jsx # Rank score display -│ │ ├── StatsCards.jsx # Statistics cards -│ │ └── StreakCard.jsx # Streak tracking component -│ │ -│ ├── friends/ # Friend-related components -│ │ └── DeveloperCard.jsx # Developer profile card -│ │ -│ ├── layout/ # Layout components -│ │ ├── Navbar.jsx # Authenticated user navbar -│ │ ├── PublicNavbar.jsx # Public site navbar -│ │ ├── PublicFooter.jsx # Public site footer -│ │ ├── Sidebar.jsx # Desktop sidebar navigation -│ │ └── MobileSidebar.jsx # Mobile drawer navigation -│ │ -│ └── ui/ # Reusable UI components -│ ├── Card.jsx # Generic card wrapper -│ ├── ErrorBoundary.jsx # Error fallback component -│ ├── Toast.jsx # Toast notification system -│ ├── Loader.jsx # Loading spinner -│ ├── GradientButton.jsx # Styled button component -│ ├── ThemeToggle.jsx # Dark/light theme switcher -│ ├── Icons.jsx # Custom icon set -│ ├── LottiePlayer.jsx # Animation player wrapper -│ ├── SectionHeader.jsx # Section title component -│ ├── RateLimitBanner.jsx # API rate limit indicator -│ ├── HowItWorksModal.jsx # Feature explanation modal -│ ├── AboutModal.jsx # About information modal -│ ├── LogoutConfirmModal.jsx # Confirmation dialog -│ ├── ComingSoonCard.jsx # Coming soon feature card -│ └── GlobalModals.jsx # Global modal provider +├── components/ # React components +│ ├── about/ # About page components +│ │ ├── ContributorCard.jsx # Individual contributor card +│ │ ├── ContributorsGrid.jsx # Grid layout for contributors +│ │ ├── ContributionCTA.jsx # Call-to-action component +│ │ └── TeamCard.jsx # Team member showcase +│ │ +│ ├── dashboard/ # Dashboard-specific components +│ │ ├── ActivityFeed.jsx # User activity timeline +│ │ ├── RankPreview.jsx # Rank score display +│ │ ├── StatsCards.jsx # Statistics cards +│ │ └── StreakCard.jsx # Streak tracking component +│ │ +│ ├── friends/ # Friend-related components +│ │ └── DeveloperCard.jsx # Developer profile card +│ │ +│ ├── layout/ # Layout components +│ │ ├── Navbar.jsx # Authenticated user navbar +│ │ ├── PublicNavbar.jsx # Public site navbar +│ │ ├── PublicFooter.jsx # Public site footer +│ │ ├── Sidebar.jsx # Desktop sidebar navigation +│ │ └── MobileSidebar.jsx # Mobile drawer navigation +│ │ +│ └── ui/ # Reusable UI components +│ ├── Card.jsx # Generic card wrapper +│ ├── ErrorBoundary.jsx # Error fallback component +│ ├── Toast.jsx # Toast notification system +│ ├── Loader.jsx # Loading spinner +│ ├── GradientButton.jsx # Styled button component +│ ├── ThemeToggle.jsx # Dark/light theme switcher +│ ├── Icons.jsx # Custom icon set +│ ├── LottiePlayer.jsx # Animation player wrapper +│ ├── SectionHeader.jsx # Section title component +│ ├── RateLimitBanner.jsx # API rate limit indicator +│ ├── HowItWorksModal.jsx # Feature explanation modal +│ ├── AboutModal.jsx # About information modal +│ ├── LogoutConfirmModal.jsx # Confirmation dialog +│ ├── ComingSoonCard.jsx # Coming soon feature card +│ └── GlobalModals.jsx # Global modal provider │ -├── context/ # React Context providers -│ ├── AuthContext.jsx # Authentication state & methods -│ ├── ThemeContext.jsx # Theme toggle state -│ ├── RateLimitContext.jsx # API rate limit tracking -│ └── rateLimitContextValue.js # Rate limit utilities +├── context/ # React Context providers +│ ├── AuthContext.jsx # Authentication state & methods +│ ├── ThemeContext.jsx # Theme toggle state +│ ├── RateLimitContext.jsx # API rate limit tracking +│ └── rateLimitContextValue.js # Rate limit utilities │ -├── data/ # Static data files -│ ├── activities.js # Sample activity data -│ ├── leaderboard.js # Leaderboard data -│ └── streaks.js # Streak data +├── data/ # Static data files +│ ├── activities.js # Sample activity data +│ ├── leaderboard.js # Leaderboard data +│ └── streaks.js # Streak data │ -├── hooks/ # Custom React hooks -│ ├── useTheme.js # Theme context hook -│ └── useSidebar.js # Sidebar state hook +├── hooks/ # Custom React hooks +│ ├── useTheme.js # Theme context hook +│ └── useSidebar.js # Sidebar state hook │ -├── layouts/ # Page layout templates -│ ├── DashboardLayout.jsx # Authenticated user layout -│ └── PublicLayout.jsx # Public website layout +├── layouts/ # Page layout templates +│ ├── DashboardLayout.jsx # Authenticated user layout +│ └── PublicLayout.jsx # Public website layout │ -├── lib/ # Library integrations -│ └── firebase.js # Firebase configuration & helpers +├── lib/ # Library integrations +│ └── firebase.js # Firebase configuration & helpers │ -├── pages/ # Page components (routes) -│ ├── Home.jsx # Landing page -│ ├── Login.jsx # GitHub OAuth login -│ ├── Onboarding.jsx # User setup wizard -│ ├── Dashboard.jsx # Main dashboard view -│ ├── Profile.jsx # User profile (self & others) -│ ├── Friends.jsx # Friends list and followers -│ ├── Achievements.jsx # Badges and milestones -│ ├── GitRank.jsx # GitHub ranking details -│ ├── RankHer.jsx # Women developers ranking -│ ├── CodingVerse.jsx # Alternative ranking category -│ ├── CodingOwl.jsx # Night owl ranking -│ ├── About.jsx # About the project -│ ├── Terms.jsx # Terms of service -│ ├── Privacy.jsx # Privacy policy -│ └── NotFound.jsx # 404 error page +├── pages/ # Page components (routes) +│ ├── Home.jsx # Landing page +│ ├── Login.jsx # GitHub OAuth login +│ ├── Onboarding.jsx # User setup wizard +│ ├── Dashboard.jsx # Main dashboard view +│ ├── Profile.jsx # User profile (self & others) +│ ├── Friends.jsx # Friends list and followers +│ ├── Achievements.jsx # Badges and milestones +│ ├── GitRank.jsx # GitHub ranking details +│ ├── RankHer.jsx # Women developers ranking +│ ├── CodingVerse.jsx # Alternative ranking category +│ ├── CodingOwl.jsx # Night owl ranking +│ ├── About.jsx # About the project +│ ├── Terms.jsx # Terms of service +│ ├── Privacy.jsx # Privacy policy +│ └── NotFound.jsx # 404 error page │ -├── routes/ # Routing configuration -│ └── AppRoutes.jsx # Centralized route definitions +├── routes/ # Routing configuration +│ └── AppRoutes.jsx # Centralized route definitions │ -├── services/ # Business logic services -│ └── friendsService.js # Friend operations (add, remove, list) +├── services/ # Business logic services +│ └── friendsService.js # Friend operations (add, remove, list) │ -├── utils/ # Utility functions -│ ├── motion.js # Framer Motion animations -│ ├── motion.test.js # Animation tests -│ └── searchUtils.js # Search functionality helpers +├── utils/ # Utility functions +│ ├── motion.js # Framer Motion animations +│ ├── motion.test.js # Animation tests +│ └── searchUtils.js # Search functionality helpers │ -├── constants/ # Application constants -│ └── index.js # Centralized constants +├── constants/ # Application constants +│ └── index.js # Centralized constants │ -├── App.jsx # Root app component -├── App.css # Global app styles -├── main.jsx # React DOM entry point -└── index.css # Global stylesheet +├── App.jsx # Root app component +├── App.css # Global app styles +├── main.jsx # React DOM entry point +└── index.css # Global stylesheet \\\ @@ -222,16 +229,16 @@ src/ \\\mermaid graph TD - A[main.jsx] -->|imports| B[App.jsx] - B -->|wraps with| C[ErrorBoundary] - C -->|wraps with| D[ThemeProvider] - D -->|wraps with| E[AuthProvider] - E -->|wraps with| F[RateLimitProvider] - F -->|wraps with| G[HashRouter] - G -->|renders| H[AppRoutes] - H -->|contains| I[Route Guards
ProtectedRoute
OnboardingRoute
GuestRoute] - I -->|routes to| J[Page Components] - I -->|routes to| K[Layout Components] +A[main.jsx] -->|imports| B[App.jsx] +B -->|wraps with| C[ErrorBoundary] +C -->|wraps with| D[ThemeProvider] +D -->|wraps with| E[AuthProvider] +E -->|wraps with| F[RateLimitProvider] +F -->|wraps with| G[HashRouter] +G -->|renders| H[AppRoutes] +H -->|contains| I[Route Guards
ProtectedRoute
OnboardingRoute
GuestRoute] +I -->|routes to| J[Page Components] +I -->|routes to| K[Layout Components] \\\ ### Provider Hierarchy @@ -254,17 +261,17 @@ This hierarchy ensures proper state initialization and dependency ordering. \\\mermaid graph TD - App["App
(Root Component)"] - App -->|children| EB["ErrorBoundary"] - EB -->|children| Theme["ThemeProvider"] - Theme -->|children| Auth["AuthProvider"] - Auth -->|children| Rate["RateLimitProvider"] - Rate -->|children| Router["HashRouter"] - Router -->|contains| Routes["Routes Component"] - Routes -->|public routes| PL["PublicLayout"] - Routes -->|protected routes| PR["ProtectedRoute"] - Routes -->|guest only| GR["GuestRoute"] - Routes -->|onboarding| OR["OnboardingRoute"] +App["App
(Root Component)"] +App -->|children| EB["ErrorBoundary"] +EB -->|children| Theme["ThemeProvider"] +Theme -->|children| Auth["AuthProvider"] +Auth -->|children| Rate["RateLimitProvider"] +Rate -->|children| Router["HashRouter"] +Router -->|contains| Routes["Routes Component"] +Routes -->|public routes| PL["PublicLayout"] +Routes -->|protected routes| PR["ProtectedRoute"] +Routes -->|guest only| GR["GuestRoute"] +Routes -->|onboarding| OR["OnboardingRoute"] PL -->|outlets| PB["Page Body"] PL -->|has| PNav["PublicNavbar"] @@ -285,6 +292,7 @@ graph TD style Router fill:#06b6d4 style PL fill:#f59e0b style DL fill:#8b5cf6 + \\\ ### Dashboard Component Tree (Example) @@ -292,26 +300,26 @@ graph TD \\\ DashboardLayout ├── Navbar -│ ├── Theme Toggle -│ ├── User Menu -│ └── Notifications +│ ├── Theme Toggle +│ ├── User Menu +│ └── Notifications ├── Sidebar -│ ├── Logo -│ ├── Navigation Links -│ └── Collapse Toggle +│ ├── Logo +│ ├── Navigation Links +│ └── Collapse Toggle ├── Main Content (Outlet) -│ └── Dashboard Page -│ ├── StatsCards -│ │ ├── Card (GitRank Points) -│ │ ├── Card (Achievements) -│ │ └── Card (Followers) -│ ├── StreakCard -│ └── ActivityFeed -│ ├── Activity Item -│ ├── Activity Item -│ └── Activity Item +│ └── Dashboard Page +│ ├── StatsCards +│ │ ├── Card (GitRank Points) +│ │ ├── Card (Achievements) +│ │ └── Card (Followers) +│ ├── StreakCard +│ └── ActivityFeed +│ ├── Activity Item +│ ├── Activity Item +│ └── Activity Item └── MobileSidebar (Drawer) - └── Navigation Links +└── Navigation Links \\\ --- @@ -322,12 +330,12 @@ DashboardLayout \\\mermaid sequenceDiagram - participant Browser - participant Vite as Vite Dev Server - participant main.jsx - participant App.jsx - participant AuthContext - participant Firebase +participant Browser +participant Vite as Vite Dev Server +participant main.jsx +participant App.jsx +participant AuthContext +participant Firebase Browser->>Vite: Request application Vite->>main.jsx: Load entry point @@ -339,11 +347,13 @@ sequenceDiagram AuthContext-->>App.jsx: Provide auth state App.jsx->>App.jsx: Render UI with context App.jsx-->>Browser: Display application + \\\ ### Page Load Sequence for Authenticated User \\\ + 1. User visits application ↓ 2. React mounts App component @@ -356,7 +366,7 @@ sequenceDiagram - Calls onAuthStateChanged() to check Firebase session - If user exists, fetches Firestore user profile in real-time - Sets loading=false when complete - ↓ + ↓ 6. RateLimitProvider initializes ↓ 7. HashRouter mounted with routes @@ -366,11 +376,11 @@ sequenceDiagram 9. If ProtectedRoute and user authenticated: - Load DashboardLayout - Render corresponding page - ↓ + ↓ 10. Page renders with all context available ↓ 11. Components can now use useAuth(), useTheme(), etc. -\\\ + \\\ --- @@ -387,20 +397,22 @@ RankerHub uses React Context API for global state with three main contexts: **State:** \\\ { - user: FirebaseUser | null, // Current Firebase auth user - userData: Object | null, // Firestore user profile document - loading: boolean, // Auth state loading indicator - isOnboarding: boolean, // Profile setup incomplete flag - ghAccessToken: string | null, // GitHub OAuth token (memory only) +user: FirebaseUser | null, // Current Firebase auth user +userData: Object | null, // Firestore user profile document +loading: boolean, // Auth state loading indicator +isOnboarding: boolean, // Profile setup incomplete flag +ghAccessToken: string | null, // GitHub OAuth token (memory only) } \\\ **Methods:** + - \login(requestRepoScope: boolean)\ - GitHub OAuth sign-in - \logout()\ - Sign out and clear state - \ etchGitHubStats(uid, username)\ - Call GitHub API for user stats **Key Security Features:** + - GitHub access token stored ONLY in React memory (not localStorage) - Prevents XSS attacks that could steal tokens from Web Storage - Token lost on page refresh, but only needed once after login @@ -413,12 +425,13 @@ RankerHub uses React Context API for global state with three main contexts: **State:** \\\ { - theme: 'light' | 'dark', // Current theme - isDark: boolean, // Convenience boolean +theme: 'light' | 'dark', // Current theme +isDark: boolean, // Convenience boolean } \\\ **Features:** + - Persists to localStorage - Respects system color scheme on first load - Updates root HTML element class @@ -430,14 +443,15 @@ RankerHub uses React Context API for global state with three main contexts: **State:** \\\ { - remaining: number, // Remaining API calls - limit: number, // Total API limit - resetTime: Date, // Rate limit reset timestamp - isLimited: boolean, // Exceeded rate limit flag +remaining: number, // Remaining API calls +limit: number, // Total API limit +resetTime: Date, // Rate limit reset timestamp +isLimited: boolean, // Exceeded rate limit flag } \\\ **Usage:** + - Monitors GitHub API response headers - Displays banner warning when rate limited - Prevents unnecessary API calls @@ -446,13 +460,13 @@ RankerHub uses React Context API for global state with three main contexts: \\\mermaid graph LR - A["User Action
(Login, Theme Toggle)"] - A -->|dispatch| B["Context Update"] - B -->|persist| C["localStorage/
Firestore"] - B -->|set state| D["Context Provider"] - D -->|provide via| E["useContext Hook"] - E -->|trigger| F["Component Re-render"] - F -->|display| G["Updated UI"] +A["User Action
(Login, Theme Toggle)"] +A -->|dispatch| B["Context Update"] +B -->|persist| C["localStorage/
Firestore"] +B -->|set state| D["Context Provider"] +D -->|provide via| E["useContext Hook"] +E -->|trigger| F["Component Re-render"] +F -->|display| G["Updated UI"] \\\ --- @@ -463,13 +477,13 @@ graph LR \\\mermaid graph TD - AppRoutes["AppRoutes Component"] - AppRoutes -->|PublicLayout| PL["Public Pages"] - PL -->|/| Home["Home"] - PL -->|/gitrank| GitRankPub["GitRank Info"] - PL -->|/rankher| RankHer["RankHer Info"] - PL -->|/codingverse| CodingVerse["CodingVerse Info"] - PL -->|/codingowl| CodingOwl["CodingOwl Info"] +AppRoutes["AppRoutes Component"] +AppRoutes -->|PublicLayout| PL["Public Pages"] +PL -->|/| Home["Home"] +PL -->|/gitrank| GitRankPub["GitRank Info"] +PL -->|/rankher| RankHer["RankHer Info"] +PL -->|/codingverse| CodingVerse["CodingVerse Info"] +PL -->|/codingowl| CodingOwl["CodingOwl Info"] AppRoutes -->|GuestRoute| Guest["Guest Only"] Guest -->|/login| Login["Login Page"] @@ -494,6 +508,7 @@ graph TD Legal -->|/privacy| Privacy["Privacy"] AppRoutes -->|Catch-all| NotFound["404 Page"] + \\\ ### Route Guards @@ -501,6 +516,7 @@ graph TD Three route guard components protect access: #### ProtectedRoute + \\\javascript // Only accessible if: // 1. User is authenticated @@ -509,6 +525,7 @@ Three route guard components protect access: \\\ #### OnboardingRoute + \\\javascript // Only accessible if: // 1. User is authenticated @@ -517,6 +534,7 @@ Three route guard components protect access: \\\ #### GuestRoute + \\\javascript // Only accessible if NOT authenticated // Used for: /login page @@ -527,11 +545,11 @@ Three route guard components protect access: \\\mermaid sequenceDiagram - participant User - participant Browser - participant React as React Router - participant Guard as Route Guard - participant Page as Page Component +participant User +participant Browser +participant React as React Router +participant Guard as Route Guard +participant Page as Page Component User->>Browser: Click navigation link Browser->>React: Update URL hash @@ -547,6 +565,7 @@ sequenceDiagram Guard->>React: Redirect to /login React->>Page: Render login page end + \\\ --- @@ -557,11 +576,11 @@ sequenceDiagram \\\mermaid sequenceDiagram - participant User - participant Browser as Browser/App - participant Firebase as Firebase Auth - participant GitHub as GitHub OAuth - participant Firestore as Firestore +participant User +participant Browser as Browser/App +participant Firebase as Firebase Auth +participant GitHub as GitHub OAuth +participant Firestore as Firestore User->>Browser: Click "Login with GitHub" Browser->>Firebase: signInWithGitHub() @@ -584,6 +603,7 @@ sequenceDiagram Browser->>Browser: Set isOnboarding = false Browser->>Browser: Redirect to /dashboard end + \\\ ### User Data Structure @@ -591,46 +611,46 @@ sequenceDiagram **Firestore User Document** (users/{uid}): \\\javascript { - // Core Identity - uid: "firebase-uid", - githubUsername: "developer-handle", - githubId: 12345678, - email: "", - name: "Developer Name", - avatar: "", - - // Status - onboardingStatus: "complete" | "incomplete", - lastLogin: "2026-05-31T23:41:48Z", - createdAt: "2026-05-31T23:41:48Z", - - // GitHub Stats - commits: 1250, - prs: 150, - reviews: 300, - publicRepos: 25, - stars: 5000, - followers: 500, - primaryLanguage: "JavaScript", - - // Points System - points: { - gitRankPoints: 4250, // (commits*2) + (prs*5) + (reviews*10) - codingVersePoints: 0, - streakPoints: 0, - referralPoints: 0, - totalPoints: 4250 - }, - - // Profile Data - city: "San Francisco, CA", - bio: "Open source enthusiast", - website: "", - streak: 42, - - // Privacy & Settings - profileVisibility: "public" | "private", - privateRepoSyncEnabled: false, +// Core Identity +uid: "firebase-uid", +githubUsername: "developer-handle", +githubId: 12345678, +email: "", +name: "Developer Name", +avatar: "", + +// Status +onboardingStatus: "complete" | "incomplete", +lastLogin: "2026-05-31T23:41:48Z", +createdAt: "2026-05-31T23:41:48Z", + +// GitHub Stats +commits: 1250, +prs: 150, +reviews: 300, +publicRepos: 25, +stars: 5000, +followers: 500, +primaryLanguage: "JavaScript", + +// Points System +points: { +gitRankPoints: 4250, // (commits*2) + (prs*5) + (reviews\*10) +codingVersePoints: 0, +streakPoints: 0, +referralPoints: 0, +totalPoints: 4250 +}, + +// Profile Data +city: "San Francisco, CA", +bio: "Open source enthusiast", +website: "", +streak: 42, + +// Privacy & Settings +profileVisibility: "public" | "private", +privateRepoSyncEnabled: false, } \\\ @@ -663,13 +683,15 @@ VITE_FIREBASE_MEASUREMENT_ID (optional) ### Firebase Services #### 1. **Authentication (Firebase Auth)** + - GitHub OAuth provider - Scopes: \ -ead:user\, \user:email\, optional \ -epo\ + ead:user\, \user:email\, optional \ + epo\ - Conditional repo scope for private repository sync #### 2. **Firestore Database** + - **Collection: users** - User profiles and settings - **Collection: leaderboards** - Ranking data by category - **Collection: friends** - Friend relationship data @@ -677,11 +699,13 @@ epo\ - Real-time listeners for live updates #### 3. **Cloud Storage** + - Profile pictures - Custom avatars - Badge images #### 4. **Analytics** + - Page view tracking - User interaction tracking - Custom event logging @@ -691,11 +715,11 @@ epo\ \\\javascript // In AuthContext.jsx: const unsubscribeSnapshot = onSnapshot(userDocRef, (docSnap) => { - // Called whenever Firestore document changes - // Updates React state with latest data - setUserData(docSnap.data()); +// Called whenever Firestore document changes +// Updates React state with latest data +setUserData(docSnap.data()); }, (error) => { - console.error("Listener error:", error); +console.error("Listener error:", error); }); // Cleanup on unmount: @@ -705,6 +729,7 @@ return () => unsubscribeSnapshot(); ### Firestore Security Rules Enforced in \ irestore.rules\: + - Users can only read/write their own document - Public profiles readable by all authenticated users - Friends list visible only to involved parties @@ -718,9 +743,9 @@ Enforced in \ irestore.rules\: \\\mermaid sequenceDiagram - participant App as React App - participant Context as AuthContext - participant GitHub as GitHub API +participant App as React App +participant Context as AuthContext +participant GitHub as GitHub API App->>Context: User logs in Context->>Context: Store access token in React state @@ -737,28 +762,29 @@ sequenceDiagram GitHub-->>Context: Review count Context->>Context: Calculate GitRank = (commits*2) + (prs*5) + (reviews*10) Context-->>App: Return stats object + \\\ ### GitHub API Endpoints Used \\\ -GET /users/{username} - Purpose: Public profile info - Rate Limit: 60 reqs/hr (unauthenticated), 5000/hr (authenticated) +GET /users/{username} +Purpose: Public profile info +Rate Limit: 60 reqs/hr (unauthenticated), 5000/hr (authenticated) -GET /users/{username}/repos - Purpose: User's repositories (max 100 per request) - Data: Stars, language, description +GET /users/{username}/repos +Purpose: User's repositories (max 100 per request) +Data: Stars, language, description -GET /search/commits?q=author:{username} - Purpose: Total commits count - Rate Limit: 30 reqs/min (authenticated only) +GET /search/commits?q=author:{username} +Purpose: Total commits count +Rate Limit: 30 reqs/min (authenticated only) -GET /search/issues?q=author:{username}+type:pr - Purpose: Pull requests authored +GET /search/issues?q=author:{username}+type:pr +Purpose: Pull requests authored -GET /search/issues?q=reviewed-by:{username} - Purpose: Code reviews performed +GET /search/issues?q=reviewed-by:{username} +Purpose: Code reviews performed \\\ ### Rate Limit Handling @@ -777,14 +803,14 @@ GET /search/issues?q=reviewed-by:{username} \\\mermaid graph TD - A["User Authentication
(GitHub OAuth)"] - A -->|stores in| B["AuthContext"] - B -->|fetches from| C["Firestore User Doc"] - C -->|triggers| D["Real-time Listener"] - D -->|updates| E["userData state"] - E -->|used by| F["Dashboard Page"] - F -->|renders| G["StatsCards"] - G -->|displays| H["Points, Rank, Followers"] +A["User Authentication
(GitHub OAuth)"] +A -->|stores in| B["AuthContext"] +B -->|fetches from| C["Firestore User Doc"] +C -->|triggers| D["Real-time Listener"] +D -->|updates| E["userData state"] +E -->|used by| F["Dashboard Page"] +F -->|renders| G["StatsCards"] +G -->|displays| H["Points, Rank, Followers"] F -->|renders| I["StreakCard"] I -->|displays| J["Current Streak"] @@ -797,6 +823,7 @@ graph TD E -->|also used by| O["Friends Page"] O -->|displays| P["Friend List"] + \\\ ### Dashboard Component Data Binding @@ -807,11 +834,12 @@ graph TD const { userData } = useAuth(); // Display: + - GitRank Points: userData.points.gitRankPoints - Achievements: userData.achievements?.length || 0 - Followers: userData.followers - Repositories: userData.publicRepos -\\\ + \\\ **ActivityFeed Component**: \\\javascript @@ -832,7 +860,7 @@ const { userData } = useAuth(); - Use functional components - Use React hooks for state - Follow naming conventions (PascalCase) - \\\ + \\\ 2. **Add Route** (if page-level) \\\javascript @@ -885,15 +913,15 @@ src/services/myService.js import { myApiFunction } from '../services/myService'; const MyComponent = () => { - const [data, setData] = useState(null); - const [loading, setLoading] = useState(false); - - useEffect(() => { - setLoading(true); - myApiFunction() - .then(setData) - .finally(() => setLoading(false)); - }, []); +const [data, setData] = useState(null); +const [loading, setLoading] = useState(false); + +useEffect(() => { +setLoading(true); +myApiFunction() +.then(setData) +.finally(() => setLoading(false)); +}, []); }; \\\ @@ -916,6 +944,7 @@ npm run build \\\ This executes Vite's build pipeline: + 1. Transpiles JSX/ES6+ to browser-compatible JavaScript 2. Bundles code using efficient module resolution 3. Minifies output @@ -935,6 +964,7 @@ firebase deploy \\\ Deploys: + - Firestore security rules - Cloud functions (if any) - Analytics configuration @@ -960,9 +990,9 @@ cp .env.example .env.local ### Production Checklist - [ ] All tests pass: \ -pm run test\ + pm run test\ - [ ] No linting errors: \ -pm run lint\ + pm run lint\ - [ ] Bundle size reviewed - [ ] Environment variables set - [ ] Firebase rules deployed @@ -978,22 +1008,26 @@ pm run lint\ ### Common Issues **Auth state not persisting:** + - Check Firebase initialization - Verify env variables loaded - Check browser localStorage enabled **Rate limit errors:** + - GitHub API limits hit - Check RateLimitContext - Display banner to user - Implement backoff retry **Firestore permission denied:** + - Check firestore.rules - Verify user is authenticated - Check collection path matches **Animations stuttering:** + - Use GPU-accelerated props (transform, opacity) - Avoid animating layout properties - Check Framer Motion configuration diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 5d8ca0f..87fe4ec 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -15,11 +15,14 @@ Please maintain a respectful, welcoming, and inclusive environment. Be helpful t ## Getting Started ### 1. Prerequisites + Ensure you have the following installed on your local machine: + - [Node.js](https://nodejs.org/) (v20.0.0 or higher recommended) - [Git](https://git-scm.com/) ### 2. Fork & Clone + 1. Fork the [RankerHub Repository](https://github.com/indresh404/RankerHub) to your own GitHub account. 2. Clone your fork locally: ```bash @@ -28,12 +31,15 @@ Ensure you have the following installed on your local machine: ``` ### 3. Install Dependencies + Run the following command to install the project dependencies: + ```bash npm install ``` ### 4. Setup Environment Variables + 1. Copy the `.env.example` file to create a `.env` file in the root directory: ```bash cp .env.example .env @@ -41,10 +47,13 @@ npm install 2. Open the `.env` file and fill in your Firebase configuration keys (see the [Firebase Setup](#firebase-setup) below). ### 5. Run the Project + Start the local development server: + ```bash npm run dev ``` + The application will be running locally at `http://localhost:5173`. --- @@ -52,6 +61,7 @@ The application will be running locally at `http://localhost:5173`. ## Firebase Setup To get your own Firebase credentials for local development: + 1. Go to the [Firebase Console](https://console.firebase.google.com/). 2. Create a new Firebase project (e.g., `rankerhub-dev`). 3. Add a **Web App** to your project. @@ -144,7 +154,9 @@ Open `http://localhost:5173`. New test users and Firestore documents created whi To keep the repository history clean, please follow these branching and commit message conventions: ### Branch Naming + Create a new branch from `main` before starting your work: + - `feat/feature-name` – for new features - `fix/bug-name` – for bug fixes - `docs/doc-updates` – for documentation changes @@ -152,12 +164,15 @@ Create a new branch from `main` before starting your work: - `chore/task-name` – for maintenance tasks or package upgrades Example: + ```bash git checkout -b feat/user-leaderboard ``` ### Commit Messages (Semantic Commits) + Write clear and descriptive commit messages following the semantic commit pattern: + - `feat: add female developer ranking page` - `fix: resolve auth validation issue` - `docs: update setup steps in README` diff --git a/docs/FIRESTORE_SCHEMA.md b/docs/FIRESTORE_SCHEMA.md index 0eb46de..2e34642 100644 --- a/docs/FIRESTORE_SCHEMA.md +++ b/docs/FIRESTORE_SCHEMA.md @@ -10,15 +10,15 @@ RankerHub primarily uses two root-level collections to manage user profiles, poi ### A. `users` Collection -* **Path:** `/users/{uid}` -* **Purpose:** Stores user profiles, authentication metadata, onboarding status, social links, and the points ledger (streak, gitRank, codingVerse, and referral points). -* **Document ID:** The Firebase Authentication User ID (`uid`). +- **Path:** `/users/{uid}` +- **Purpose:** Stores user profiles, authentication metadata, onboarding status, social links, and the points ledger (streak, gitRank, codingVerse, and referral points). +- **Document ID:** The Firebase Authentication User ID (`uid`). ### B. `referrals` Collection -* **Path:** `/referrals/{uid}` -* **Purpose:** Acts as an index and ledger for users who have generated a referral code. It tracks who has used their code to prevent abuse and duplicate rewards. -* **Document ID:** The Firebase Authentication User ID (`uid`) of the referrer. +- **Path:** `/referrals/{uid}` +- **Purpose:** Acts as an index and ledger for users who have generated a referral code. It tracks who has used their code to prevent abuse and duplicate rewards. +- **Document ID:** The Firebase Authentication User ID (`uid`) of the referrer. --- @@ -28,47 +28,47 @@ Our security rules enforce strict checks to ensure data consistency, prevent arb ### Global Helpers -* `isAuthenticated()`: Ensures the incoming request has a valid authentication token. -* `isOwner(uid)`: Ensures the authenticated user's ID matches the requested document ID. -* `isOnlySocialUpdate()`: A specialized check allowing users to update non-critical profile fields (e.g., LinkedIn, Instagram, Discord) without triggering strict onboarding checks. +- `isAuthenticated()`: Ensures the incoming request has a valid authentication token. +- `isOwner(uid)`: Ensures the authenticated user's ID matches the requested document ID. +- `isOnlySocialUpdate()`: A specialized check allowing users to update non-critical profile fields (e.g., LinkedIn, Instagram, Discord) without triggering strict onboarding checks. ### A. Users Rules (`/users/{uid}`) -* **Read Access:** Any authenticated user can read profile data. This is necessary to populate the global leaderboard. -* **Create Access:** A user can create their own profile document, provided the `onboardingStatus` is explicitly set to `"incomplete"` or `"complete"`. +- **Read Access:** Any authenticated user can read profile data. This is necessary to populate the global leaderboard. +- **Create Access:** A user can create their own profile document, provided the `onboardingStatus` is explicitly set to `"incomplete"` or `"complete"`. **Update Rules (The Core Logic):** -* **Social Links Bypass (RULE 1):** Users can freely update their social URLs (LinkedIn, Instagram, Discord) and the `updatedAt` timestamp at any time, bypassing strict checks. -* **Immutable Onboarding Fields (RULE 2.1):** Once a user is onboarded (`onboardingStatus == "complete"`), they cannot modify critical profile metadata like gender, DOB, city, college, or createdAt. -* **Points Integrity (RULE 2.2 & 2.3):** - * *Total Points Equation:* `totalPoints` must always equal the sum of `gitRankPoints + codingVersePoints + streakPoints + referralPoints`. - * *Controlled Spikes:* Users cannot arbitrarily inflate points. Valid scenarios for points updates include: - * Transitioning from incomplete to complete onboarding. - * Minor incremental updates (e.g., streak login +2, codingVerse +5, capped at +100 total change per request). - * GitRank Updates: The `gitRankPoints` must strictly align with the formula. Other points categories must remain unchanged during this specific update. -* **Referral Rewards (RULE 3 - Exploit Prevention):** - * This rule governs how a *referred user* updates the *referrer's* document. - * The referred user can add exactly **100 points** to the referrer's `referralPoints` and `totalPoints`. - * **Guards:** - * The referrer's document in the `referrals` collection must exist. - * The referred user's `uid` *must already be present* in the referrer's `usedBy` array (verified via a `get()` call). This confirms the code was legitimately redeemed before points are granted, closing the vulnerability outlined in Issue #81. +- **Social Links Bypass (RULE 1):** Users can freely update their social URLs (LinkedIn, Instagram, Discord) and the `updatedAt` timestamp at any time, bypassing strict checks. +- **Immutable Onboarding Fields (RULE 2.1):** Once a user is onboarded (`onboardingStatus == "complete"`), they cannot modify critical profile metadata like gender, DOB, city, college, or createdAt. +- **Points Integrity (RULE 2.2 & 2.3):** + - _Total Points Equation:_ `totalPoints` must always equal the sum of `gitRankPoints + codingVersePoints + streakPoints + referralPoints`. + - _Controlled Spikes:_ Users cannot arbitrarily inflate points. Valid scenarios for points updates include: + - Transitioning from incomplete to complete onboarding. + - Minor incremental updates (e.g., streak login +2, codingVerse +5, capped at +100 total change per request). + - GitRank Updates: The `gitRankPoints` must strictly align with the formula. Other points categories must remain unchanged during this specific update. +- **Referral Rewards (RULE 3 - Exploit Prevention):** + - This rule governs how a _referred user_ updates the _referrer's_ document. + - The referred user can add exactly **100 points** to the referrer's `referralPoints` and `totalPoints`. + - **Guards:** + - The referrer's document in the `referrals` collection must exist. + - The referred user's `uid` _must already be present_ in the referrer's `usedBy` array (verified via a `get()` call). This confirms the code was legitimately redeemed before points are granted, closing the vulnerability outlined in Issue #81. ### B. Referrals Rules (`/referrals/{uid}`) -* **Read Access:** Any authenticated user can read referral data. -* **Create Access:** Only the owner can create their referral index document. -* **Update Access (The Uniqueness Guard):** - * The owner can update their document. - * A *referred user* can update the referrer's document to claim a referral, but with strict conditions: - * They must append their `uid` to the `usedBy` array. - * The `totalEarned` must increment by exactly 100. - * **Crucial Uniqueness Check:** `!(request.auth.uid in resource.data.usedBy)` ensures a user cannot use the same referral code twice. Additionally, size growth checks guarantee only one ID is appended at a time, preventing array-stuffing exploits. +- **Read Access:** Any authenticated user can read referral data. +- **Create Access:** Only the owner can create their referral index document. +- **Update Access (The Uniqueness Guard):** + - The owner can update their document. + - A _referred user_ can update the referrer's document to claim a referral, but with strict conditions: + - They must append their `uid` to the `usedBy` array. + - The `totalEarned` must increment by exactly 100. + - **Crucial Uniqueness Check:** `!(request.auth.uid in resource.data.usedBy)` ensures a user cannot use the same referral code twice. Additionally, size growth checks guarantee only one ID is appended at a time, preventing array-stuffing exploits. --- ## 3. Global Lockdown -* **Path:** `/{document=**}` -* **Rule:** `allow read, write: if false;` -* **Purpose:** By default, all other collections in the database are completely locked down. Access must be explicitly granted. +- **Path:** `/{document=**}` +- **Rule:** `allow read, write: if false;` +- **Purpose:** By default, all other collections in the database are completely locked down. Access must be explicitly granted. diff --git a/docs/FIRESTORE_SECURITY.md b/docs/FIRESTORE_SECURITY.md new file mode 100644 index 0000000..b70bcb4 --- /dev/null +++ b/docs/FIRESTORE_SECURITY.md @@ -0,0 +1,78 @@ +# Firestore Security Rules & Indexes Documentation + +This document outlines the security rules implemented in `firestore.rules` and the composite index setup in `firestore.indexes.json` for RankerHub. + +## Whitelisted Profile Fields + +To allow users to update their basic profile information without running into strict point-change or onboarding-lock constraints, the `isOnlyProfileUpdate()` helper function whitelists specific fields. + +An update is allowed **anytime** as long as it **only** touches these fields: + +- `name` +- `avatar` +- `gender` +- `dob` +- `city` +- `college` +- `linkedinUrl` +- `instagramHandle` +- `discordUsername` +- `updatedAt` + +## Points Change Limitations & Streak Protections + +### Streak Updates + +The `isStreakUpdate()` helper ensures that daily check-ins cannot be exploited. + +- **Allowed Fields:** `streak`, `longestStreak`, `lastLogin`, `points` +- **Validation:** + - `longestStreak` must be monotonically non-decreasing (cannot go down). + - `streak` must be `>= 0`. + - `points.streakPoints` must not decrease. + +### General Point Spikes (Rule 3) + +To prevent users from maliciously granting themselves unlimited points, the rules enforce strict boundaries on point adjustments during profile writes: + +- **Total Points Cap:** `totalPoints` can increase by a maximum of `100` points in a single standard client write (accommodating normal actions like streak logins or minor challenge completions). +- **GitRank Formula:** If GitHub stats are updated, `gitRankPoints` must equal: + `(commits * 2) + (prs * 5) + (reviews * 10)` + During this sync, all other point categories (`codingVersePoints`, `streakPoints`, `referralPoints`) must remain unchanged. + +### Referral System Protections + +Referral points updates are strictly guarded to prevent farming exploits (e.g., Issue #81): + +- A referred user can atomically add exactly `100` points to a referrer's `referralPoints` and `totalPoints`. +- The caller must prove they actually redeemed the code by being listed in the referrer's `usedBy` array (`request.auth.uid in get(...).data.usedBy`). +- To prevent duplicate entries in the `referrals` collection, a user cannot add their UID to the `usedBy` array if they are already in it (`!(request.auth.uid in resource.data.usedBy)`). The array size must grow by exactly 1, and the caller's ID must be at the very end of the array. + +## Onboarding Immutability + +Once a user's `onboardingStatus` is set to `"complete"`, certain core fields cannot be altered through standard restricted updates (though they can still be altered via the whitelisted profile update rule mentioned above): + +- `gender` +- `dob` +- `city` +- `college` +- `createdAt` + +## Composite Index Setup + +To support efficient leaderboard queries and sorting, the following composite indexes are configured for the `users` collection in `firestore.indexes.json`. All queries first filter by `onboardingStatus` (ASCENDING) to only show fully onboarded users. + +1. **Global GitRank Leaderboard:** + - `onboardingStatus` (ASC) + - `points.gitRankPoints` (DESC) +2. **Language-Specific GitRank Leaderboard:** + - `onboardingStatus` (ASC) + - `githubStats.primaryLanguage` (ASC) + - `points.gitRankPoints` (DESC) +3. **Gender-Specific Total Points Leaderboard:** + - `onboardingStatus` (ASC) + - `gender` (ASC) + - `points.totalPoints` (DESC) +4. **CodingVerse Leaderboard:** + - `onboardingStatus` (ASC) + - `points.codingVersePoints` (DESC) diff --git a/docs/POINTS_SPEC.md b/docs/POINTS_SPEC.md index fc3a997..a239def 100644 --- a/docs/POINTS_SPEC.md +++ b/docs/POINTS_SPEC.md @@ -12,3 +12,4 @@ The GitRank engine audits a connected GitHub account to evaluate real-world deve ```text GitRank Points = (Commits × 2) + (Pull Requests × 5) + (Code Reviews × 10) +``` diff --git a/eslint.config.js b/eslint.config.js index c21974a..056d8f6 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,13 +1,13 @@ -import js from '@eslint/js' -import globals from 'globals' -import reactHooks from 'eslint-plugin-react-hooks' -import reactRefresh from 'eslint-plugin-react-refresh' -import { defineConfig, globalIgnores } from 'eslint/config' +import js from "@eslint/js"; +import globals from "globals"; +import reactHooks from "eslint-plugin-react-hooks"; +import reactRefresh from "eslint-plugin-react-refresh"; +import { defineConfig, globalIgnores } from "eslint/config"; export default defineConfig([ - globalIgnores(['dist']), + globalIgnores(["dist"]), { - files: ['**/*.{js,jsx}'], + files: ["**/*.{js,jsx}"], extends: [ js.configs.recommended, reactHooks.configs.flat.recommended, @@ -18,17 +18,17 @@ export default defineConfig([ parserOptions: { ecmaFeatures: { jsx: true } }, }, rules: { - 'no-unused-vars': [ - 'warn', + "no-unused-vars": [ + "warn", { - varsIgnorePattern: '^React$', - argsIgnorePattern: '^_' - } + varsIgnorePattern: "^React$", + argsIgnorePattern: "^_", + }, ], - 'react-refresh/only-export-components': [ - 'warn', - { allowConstantExport: true } + "react-refresh/only-export-components": [ + "warn", + { allowConstantExport: true }, ], }, }, -]) +]); diff --git a/firebase.json b/firebase.json index e86731b..f74b34b 100644 --- a/firebase.json +++ b/firebase.json @@ -5,11 +5,7 @@ }, "hosting": { "public": "dist", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ], + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "rewrites": [ { "source": "**", diff --git a/fix_lint.mjs b/fix_lint.mjs index 04f0527..4e3f504 100644 --- a/fix_lint.mjs +++ b/fix_lint.mjs @@ -1,48 +1,188 @@ -import fs from 'fs'; +import fs from "fs"; const replacements = [ - { file: 'src/components/about/TeamCard.jsx', search: /profileLink(,\s*)?|,\s*profileLink/, replace: '' }, - { file: 'src/components/dashboard/RankPreview.jsx', search: /Award(,\s*)?|,\s*Award/, replace: '' }, - { file: 'src/components/dashboard/StreakCard.jsx', search: /HelpCircle(,\s*)?|,\s*HelpCircle/, replace: '' }, - { file: 'src/components/layout/MobileSidebar.jsx', search: /systemBadges(,\s*)?|,\s*systemBadges/, replace: '' }, - { file: 'src/components/layout/Navbar.jsx', search: /ArrowUpRight(,\s*)?|,\s*ArrowUpRight/, replace: '' }, - { file: 'src/components/layout/Sidebar.jsx', search: /systemBadges(,\s*)?|,\s*systemBadges/, replace: '' }, - { file: 'src/components/ui/ComingSoonCard.jsx', search: /motion(,\s*)?|,\s*motion/, replace: '' }, - { file: 'src/components/ui/HowItWorksModal.jsx', search: /ArrowRight(,\s*)?|,\s*ArrowRight/, replace: '' }, - { file: 'src/components/ui/LogoutConfirmModal.jsx', search: /X(,\s*)?|,\s*X/, replace: '' }, - { file: 'src/components/ui/LogoutConfirmModal.jsx', search: /Card(,\s*)?|,\s*Card/, replace: '' }, - { file: 'src/components/ui/LottiePlayer.jsx', search: /error/, replace: '_error' }, - { file: 'src/components/ui/ThemeToggle.jsx', search: /const \[theme, setTheme\] = useTheme\(\)/, replace: 'const { setTheme } = useTheme()' }, - { file: 'src/context/AuthContext.jsx', search: /publicRepos(,\s*)?|,\s*publicRepos/, replace: '' }, - { file: 'src/context/AuthContext.jsx', search: /followers(,\s*)?|,\s*followers/, replace: '' }, - { file: 'src/context/AuthContext.jsx', search: /err/, replace: '_err' }, - { file: 'src/pages/Achievements.jsx', search: /TrendingUp(,\s*)?|,\s*TrendingUp/, replace: '' }, - { file: 'src/pages/CodingOwl.jsx', search: /Flame(,\s*)?|,\s*Flame/, replace: '' }, - { file: 'src/pages/CodingOwl.jsx', search: /Play(,\s*)?|,\s*Play/, replace: '' }, - { file: 'src/pages/CodingOwl.jsx', search: /Sparkles(,\s*)?|,\s*Sparkles/, replace: '' }, - { file: 'src/pages/CodingOwl.jsx', search: /focusStats(,\s*)?|,\s*focusStats/, replace: '' }, - { file: 'src/pages/Dashboard.jsx', search: /Zap(,\s*)?|,\s*Zap/, replace: '' }, - { file: 'src/pages/Dashboard.jsx', search: /Code(,\s*)?|,\s*Code/, replace: '' }, - { file: 'src/pages/Dashboard.jsx', search: /Flame(,\s*)?|,\s*Flame/, replace: '' }, - { file: 'src/pages/Dashboard.jsx', search: /ArrowUpRight(,\s*)?|,\s*ArrowUpRight/, replace: '' }, - { file: 'src/pages/Dashboard.jsx', search: /GradientButton(,\s*)?|,\s*GradientButton/, replace: '' }, - { file: 'src/pages/GitRank.jsx', search: /ShieldAlert(,\s*)?|,\s*ShieldAlert/, replace: '' }, - { file: 'src/pages/GitRank.jsx', search: /Award(,\s*)?|,\s*Award/, replace: '' }, - { file: 'src/pages/GitRank.jsx', search: /trophyAnimation(,\s*)?|,\s*trophyAnimation/, replace: '' }, - { file: 'src/pages/Login.jsx', search: /const navigate = useNavigate\(\);\n/, replace: '' }, - { file: 'src/pages/Profile.jsx', search: /Sparkles(,\s*)?|,\s*Sparkles/, replace: '' }, - { file: 'src/pages/Profile.jsx', search: /TrendingUp(,\s*)?|,\s*TrendingUp/, replace: '' }, - { file: 'src/pages/Profile.jsx', search: /Bookmark(,\s*)?|,\s*Bookmark/, replace: '' }, - { file: 'src/pages/Profile.jsx', search: /CheckCircle2(,\s*)?|,\s*CheckCircle2/, replace: '' }, - { file: 'src/pages/Profile.jsx', search: /Twitter(,\s*)?|,\s*Twitter/, replace: '' }, - { file: 'src/pages/RankHer.jsx', search: /Trophy(,\s*)?|,\s*Trophy/, replace: '' }, - { file: 'src/pages/RankHer.jsx', search: /ArrowRight(,\s*)?|,\s*ArrowRight/, replace: '' }, - { file: 'src/pages/RankHer.jsx', search: /\bidx\b/, replace: '_idx' } + { + file: "src/components/about/TeamCard.jsx", + search: /profileLink(,\s*)?|,\s*profileLink/, + replace: "", + }, + { + file: "src/components/dashboard/RankPreview.jsx", + search: /Award(,\s*)?|,\s*Award/, + replace: "", + }, + { + file: "src/components/dashboard/StreakCard.jsx", + search: /HelpCircle(,\s*)?|,\s*HelpCircle/, + replace: "", + }, + { + file: "src/components/layout/MobileSidebar.jsx", + search: /systemBadges(,\s*)?|,\s*systemBadges/, + replace: "", + }, + { + file: "src/components/layout/Navbar.jsx", + search: /ArrowUpRight(,\s*)?|,\s*ArrowUpRight/, + replace: "", + }, + { + file: "src/components/layout/Sidebar.jsx", + search: /systemBadges(,\s*)?|,\s*systemBadges/, + replace: "", + }, + { + file: "src/components/ui/ComingSoonCard.jsx", + search: /motion(,\s*)?|,\s*motion/, + replace: "", + }, + { + file: "src/components/ui/HowItWorksModal.jsx", + search: /ArrowRight(,\s*)?|,\s*ArrowRight/, + replace: "", + }, + { + file: "src/components/ui/LogoutConfirmModal.jsx", + search: /X(,\s*)?|,\s*X/, + replace: "", + }, + { + file: "src/components/ui/LogoutConfirmModal.jsx", + search: /Card(,\s*)?|,\s*Card/, + replace: "", + }, + { + file: "src/components/ui/LottiePlayer.jsx", + search: /error/, + replace: "_error", + }, + { + file: "src/components/ui/ThemeToggle.jsx", + search: /const \[theme, setTheme\] = useTheme\(\)/, + replace: "const { setTheme } = useTheme()", + }, + { + file: "src/context/AuthContext.jsx", + search: /publicRepos(,\s*)?|,\s*publicRepos/, + replace: "", + }, + { + file: "src/context/AuthContext.jsx", + search: /followers(,\s*)?|,\s*followers/, + replace: "", + }, + { file: "src/context/AuthContext.jsx", search: /err/, replace: "_err" }, + { + file: "src/pages/Achievements.jsx", + search: /TrendingUp(,\s*)?|,\s*TrendingUp/, + replace: "", + }, + { + file: "src/pages/CodingOwl.jsx", + search: /Flame(,\s*)?|,\s*Flame/, + replace: "", + }, + { + file: "src/pages/CodingOwl.jsx", + search: /Play(,\s*)?|,\s*Play/, + replace: "", + }, + { + file: "src/pages/CodingOwl.jsx", + search: /Sparkles(,\s*)?|,\s*Sparkles/, + replace: "", + }, + { + file: "src/pages/CodingOwl.jsx", + search: /focusStats(,\s*)?|,\s*focusStats/, + replace: "", + }, + { + file: "src/pages/Dashboard.jsx", + search: /Zap(,\s*)?|,\s*Zap/, + replace: "", + }, + { + file: "src/pages/Dashboard.jsx", + search: /Code(,\s*)?|,\s*Code/, + replace: "", + }, + { + file: "src/pages/Dashboard.jsx", + search: /Flame(,\s*)?|,\s*Flame/, + replace: "", + }, + { + file: "src/pages/Dashboard.jsx", + search: /ArrowUpRight(,\s*)?|,\s*ArrowUpRight/, + replace: "", + }, + { + file: "src/pages/Dashboard.jsx", + search: /GradientButton(,\s*)?|,\s*GradientButton/, + replace: "", + }, + { + file: "src/pages/GitRank.jsx", + search: /ShieldAlert(,\s*)?|,\s*ShieldAlert/, + replace: "", + }, + { + file: "src/pages/GitRank.jsx", + search: /Award(,\s*)?|,\s*Award/, + replace: "", + }, + { + file: "src/pages/GitRank.jsx", + search: /trophyAnimation(,\s*)?|,\s*trophyAnimation/, + replace: "", + }, + { + file: "src/pages/Login.jsx", + search: /const navigate = useNavigate\(\);\n/, + replace: "", + }, + { + file: "src/pages/Profile.jsx", + search: /Sparkles(,\s*)?|,\s*Sparkles/, + replace: "", + }, + { + file: "src/pages/Profile.jsx", + search: /TrendingUp(,\s*)?|,\s*TrendingUp/, + replace: "", + }, + { + file: "src/pages/Profile.jsx", + search: /Bookmark(,\s*)?|,\s*Bookmark/, + replace: "", + }, + { + file: "src/pages/Profile.jsx", + search: /CheckCircle2(,\s*)?|,\s*CheckCircle2/, + replace: "", + }, + { + file: "src/pages/Profile.jsx", + search: /Twitter(,\s*)?|,\s*Twitter/, + replace: "", + }, + { + file: "src/pages/RankHer.jsx", + search: /Trophy(,\s*)?|,\s*Trophy/, + replace: "", + }, + { + file: "src/pages/RankHer.jsx", + search: /ArrowRight(,\s*)?|,\s*ArrowRight/, + replace: "", + }, + { file: "src/pages/RankHer.jsx", search: /\bidx\b/, replace: "_idx" }, ]; for (const { file, search, replace } of replacements) { try { - let content = fs.readFileSync(file, 'utf8'); + let content = fs.readFileSync(file, "utf8"); content = content.replace(search, replace); fs.writeFileSync(file, content); } catch (e) { diff --git a/index.html b/index.html index 84baee7..260d0a8 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,18 @@ - - + + - + - + RankerHub — Gamified Developer Leaderboard @@ -20,4 +26,4 @@
- \ No newline at end of file + diff --git a/postcss.config.js b/postcss.config.js index 2e7af2b..2aa7205 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -3,4 +3,4 @@ export default { tailwindcss: {}, autoprefixer: {}, }, -} +}; diff --git a/src/App.jsx b/src/App.jsx index d2fe437..dda5296 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,8 +12,8 @@ function App() { // Convert pathname to hash router format to prevent routing bugs useEffect(() => { const path = window.location.pathname; - if (path !== '/' && path !== '/index.html') { - window.location.replace('/#' + path + window.location.hash); + if (path !== "/" && path !== "/index.html") { + window.location.replace("/#" + path + window.location.hash); } }, []); @@ -34,4 +34,4 @@ function App() { ); } -export default App; \ No newline at end of file +export default App; diff --git a/src/assets/animations/404_error.json b/src/assets/animations/404_error.json index 156d2b6..225dbc1 100644 --- a/src/assets/animations/404_error.json +++ b/src/assets/animations/404_error.json @@ -1 +1,20341 @@ -{"v":"5.8.1","fr":60,"ip":0,"op":360,"w":512,"h":512,"nm":"Main","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":360,"s":[720]}],"ix":10},"p":{"a":0,"k":[336.059,344.813,0],"ix":2,"l":2},"a":{"a":0,"k":[336.059,344.813,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.657,-0.488],[0.49,-0.66],[0.66,0.49],[-0.488,0.657]],"o":[[0.66,0.49],[-0.488,0.657],[-0.657,-0.488],[0.49,-0.66]],"v":[[0.885,-1.193],[1.192,0.884],[-0.885,1.191],[-1.192,-0.886]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-4.632,0.684],[-1.722,4.355],[2.912,3.666],[4.632,-0.686],[1.725,-4.355],[-2.91,-3.671]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[336.058,344.815],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.476,-2.209],[-2.734,-1.437],[-1.9,2.209],[2.734,1.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[338.324,359.452],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.159,-3.109],[-2.98,1.121],[0.188,3.109],[2.98,-0.653]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[348.042,353.359],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.209,-2.477],[-1.437,2.734],[2.209,1.9],[1.523,-2.734]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[350.698,342.548],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-3.109,-0.159],[1.121,2.98],[3.109,-0.188],[-0.653,-2.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[344.605,332.831],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.477,2.209],[2.734,1.437],[1.9,-2.209],[-2.734,-1.523]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.794,330.175],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.159,3.109],[2.98,-1.121],[-0.188,-3.109],[-2.98,0.653]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[324.076,336.268],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.209,2.477],[1.437,-2.734],[-2.209,-1.9],[-1.523,2.734]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[321.421,347.079],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[3.109,0.159],[-1.121,-2.98],[-3.109,0.188],[0.653,2.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.514,356.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[2.105,-2.837],[2.837,2.105],[-2.107,2.839],[-2.839,-2.107]],"o":[[-2.107,2.839],[-2.839,-2.107],[2.105,-2.837],[2.837,2.105]],"v":[[5.138,3.811],[-3.812,5.138],[-5.136,-3.814],[3.813,-5.136]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-4.509,6.076],[6.074,4.508],[4.508,-6.074],[-6.076,-4.509]],"o":[[4.508,-6.074],[-6.076,-4.509],[-4.509,6.076],[6.074,4.508]],"v":[[11.001,8.163],[8.165,-10.999],[-11,-8.165],[-8.163,11.001]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[336.333,344.843],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[336.333,344.843],"ix":2},"a":{"a":0,"k":[336.333,344.843],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":9,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":360,"s":[1080]}],"ix":10},"p":{"a":0,"k":[180.08,385.675,0],"ix":2,"l":2},"a":{"a":0,"k":[543.446,1147.613,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.049,-1.834],[-2.007,-0.242],[-0.711,1.834],[2.007,0.418]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[184.621,394.178],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.617,-1.919],[-1.652,1.368],[0.731,1.919],[1.652,-1.004]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"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.366,388.356],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.834,-1.049],[-0.242,2.007],[1.834,0.711],[0.418,-2.007]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[188.583,381.133],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-1.919,0.617],[1.368,1.652],[1.919,-0.731],[-1.004,-1.652]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.761,376.388],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.049,1.834],[2.007,0.242],[0.711,-1.834],[-2.007,-0.418]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175.538,377.171],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.617,1.919],[1.652,-1.368],[-0.731,-1.919],[-1.652,1.004]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[170.793,382.993],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.834,1.049],[0.242,-2.007],[-1.834,-0.711],[-0.418,2.007]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.576,390.216],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.919,-0.617],[-1.368,-1.652],[-1.919,0.731],[1.004,1.652]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.215686276555,0.352941185236,0.392156869173,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[177.398,394.961],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[180.255,385.633],"ix":2},"a":{"a":0,"k":[177.398,394.961],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[180.255,385.633],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[180.255,385.633],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[180.255,385.633],"ix":2},"a":{"a":0,"k":[180.255,385.633],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":180,"s":[-26]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[239.735,392.464,0],"ix":2,"l":2},"a":{"a":0,"k":[27.429,9.48,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.317,-2.596],[4.728,0.265],[-14.793,-1.634],[0,0]],"o":[[2.921,-5.184],[9.21,3.786],[-7.577,-0.424],[13.324,1.472],[0,0]],"v":[[-27.429,-1.625],[-10.762,-8.176],[-4.878,9.476],[11.951,-9.385],[27.429,7.564]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":180,"s":[-26]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[277.282,355.443,0],"ix":2,"l":2},"a":{"a":0,"k":[-25.482,15.146,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-7.943,-1.278],[4.084,0.355],[-13.911,3.667],[0,0]],"o":[[1.391,-6.144],[7.943,1.278],[-4.084,-0.355],[13.911,-3.667],[0,0]],"v":[[-25.482,15.146],[-10.84,0.129],[-6.396,12.457],[3.169,-14.532],[25.482,-4.253]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Group 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":71,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":324,"s":[100]},{"t":352,"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":[333.795,367.794,0],"to":[3.8,1.133,0],"ti":[-3.8,-1.133,0]},{"t":390,"s":[356.595,374.594,0]}],"ix":2,"l":2},"a":{"a":0,"k":[333.795,367.794,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.91,2.558],[-3.148,-2.225],[-2.908,-2.56],[3.146,2.227]],"o":[[3.367,1.918],[3.13,2.25],[-3.368,-1.916],[-3.129,-2.251]],"v":[[-9.415,-6.715],[0.29,-0.407],[9.415,6.715],[-0.29,0.407]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.795,367.794],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":352,"st":30,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Group 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":20,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":61,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":314,"s":[100]},{"t":342,"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":20,"s":[345.047,364.09,0],"to":[3.117,0.333,0],"ti":[-3.117,-0.333,0]},{"t":380,"s":[363.747,366.09,0]}],"ix":2,"l":2},"a":{"a":0,"k":[345.047,364.09,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.448,1.174],[-2.552,-0.907],[-2.528,-0.97],[-2.49,-1.066],[0,0],[-1.22,-0.596],[1.292,0.413],[0,0],[2.527,0.971],[2.49,1.067]],"o":[[2.598,0.789],[2.556,0.896],[2.519,0.992],[0,0],[1.231,0.568],[-1.303,-0.385],[0,0],[-2.556,-0.897],[-2.518,-0.993],[-2.494,-1.056]],"v":[[-15.137,-5.89],[-7.43,-3.302],[0.181,-0.466],[7.708,2.586],[11.442,4.189],[15.137,5.89],[11.264,4.646],[7.429,3.303],[-0.181,0.466],[-7.708,-2.588]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[345.047,364.09],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":342,"st":20,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Group 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":51,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":304,"s":[100]},{"t":332,"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":10,"s":[352.442,337.21,0],"to":[2.167,-1.133,0],"ti":[-2.167,1.133,0]},{"t":370,"s":[365.442,330.41,0]}],"ix":2,"l":2},"a":{"a":0,"k":[352.442,337.21,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.561,-0.241],[-2.512,0.523],[-2.523,0.456],[-2.541,0.355],[0,0],[-1.282,0.11],[1.248,-0.304],[0,0],[2.523,-0.455],[2.541,-0.354]],"o":[[2.49,-0.647],[2.51,-0.534],[2.527,-0.433],[0,0],[1.277,-0.14],[-1.243,0.334],[0,0],[-2.51,0.533],[-2.528,0.432],[-2.539,0.365]],"v":[[-15.152,2.664],[-7.642,0.955],[-0.087,-0.492],[7.51,-1.711],[11.322,-2.239],[15.152,-2.664],[11.407,-1.756],[7.643,-0.953],[0.087,0.492],[-7.51,1.709]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[352.442,337.21],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":332,"st":10,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Group 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":41,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":294,"s":[100]},{"t":322,"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":[345.342,328.998,0],"to":[3.333,-2,0],"ti":[-3.333,2,0]},{"t":360,"s":[365.342,316.998,0]}],"ix":2,"l":2},"a":{"a":0,"k":[345.342,328.998,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.56,-1.269],[-2.415,1.516],[-2.449,1.458],[-2.501,1.369],[0,0],[-1.285,0.626],[1.186,-0.795],[0,0],[2.45,-1.456],[2.502,-1.368]],"o":[[2.351,-1.624],[2.409,-1.525],[2.461,-1.437],[0,0],[1.27,-0.652],[-1.17,0.821],[0,0],[-2.41,1.525],[-2.462,1.436],[-2.496,1.378]],"v":[[-14.733,8.68],[-7.561,4.01],[-0.254,-0.431],[7.171,-4.671],[10.925,-6.721],[14.733,-8.68],[11.174,-6.299],[7.562,-4.009],[0.254,0.431],[-7.172,4.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[345.342,328.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":322,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":180,"s":[12]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[327.373,353.293,0],"ix":2,"l":2},"a":{"a":0,"k":[327.373,353.293,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.819,-1.552],[0,0],[0.186,3.058],[-1.736,0.916],[-1.549,-0.913],[-1.839,-3.484],[0,0],[4.221,2.491],[8.552,-4.514],[-0.487,-8.001]],"o":[[0,0],[-1.041,-1.971],[-0.241,-3.964],[3.8,-2.007],[2.173,1.283],[0,0],[-2.968,-5.622],[-4.211,-2.482],[-6.666,3.519],[0.383,6.295]],"v":[[-16.069,16.973],[-5.223,11.247],[-7.732,2.829],[-4.665,-3.445],[2.952,-3.744],[9.174,3.648],[20.019,-2.078],[9.186,-14.306],[-10.391,-14.29],[-19.974,3.574]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[403.846,390.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-17.712,-4.776],[-0.148,-0.275],[0,0],[20.508,5.523],[0.704,-0.67]],"o":[[0.147,-0.138],[18.112,4.887],[0,0],[-0.654,-1.211],[-20.857,-5.625],[0,0]],"v":[[-33.611,-3.524],[-0.696,-12.85],[32.518,19.592],[37.553,16.871],[0.794,-18.375],[-37.553,-7.672]],"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":[361.933,360.311],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-17.712,-4.776],[-0.148,-0.275],[0,0],[20.508,5.523],[0.704,-0.67]],"o":[[0.147,-0.138],[18.112,4.887],[0,0],[-0.654,-1.211],[-20.857,-5.625],[0,0]],"v":[[-33.611,-3.524],[-0.696,-12.85],[32.518,19.592],[37.553,16.871],[0.794,-18.375],[-37.553,-7.672]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[361.933,360.311],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[361.933,360.311],"ix":2},"a":{"a":0,"k":[361.933,360.311],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":180,"s":[-14]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[287.424,421.491,0],"ix":2,"l":2},"a":{"a":0,"k":[287.424,421.491,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.007,-3.432],[-3.432,-0.007],[-0.007,3.432],[3.432,0.007]],"o":[[-0.007,3.432],[3.432,0.007],[0.007,-3.432],[-3.432,-0.007]],"v":[[-6.214,-0.013],[-0.013,6.214],[6.214,0.013],[0.013,-6.214]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[287.638,421.406],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"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,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.151,23.496],[-2.056,26.177],[10.151,-26.177],[-1.507,-23.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[336.073,420.297],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-10.151,23.496],[-2.056,26.177],[10.151,-26.177],[-1.507,-23.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[336.073,420.297],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[336.073,420.297],"ix":2},"a":{"a":0,"k":[336.073,420.297],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-24.349,22.482],[-12.142,-29.871],[24.349,-21.138],[6.263,29.871]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[358.367,423.991],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[358.367,423.991],"ix":2},"a":{"a":0,"k":[358.367,423.991],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.428,4.921],[-4.022,3.174],[-1.428,-4.921],[4.022,-3.174]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[312.349,428.561],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[22.587,9.889],[-24.259,-4.415],[-22.587,-9.889],[24.259,4.415]],"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":[311.061,428.558],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[22.587,9.889],[-24.259,-4.415],[-22.587,-9.889],[24.259,4.415]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[311.061,428.558],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Layer 21","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":180,"s":[20]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[224.607,421.741,0],"ix":2,"l":2},"a":{"a":0,"k":[224.607,421.741,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,-3.432],[3.432,0],[0,3.432],[-3.432,0]],"o":[[0,3.432],[-3.432,0],[0,-3.432],[3.432,0]],"v":[[6.214,0],[0,6.214],[-6.214,0],[0,-6.214]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[224.519,421.55],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"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,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.098,23.526],[1.997,26.189],[-10.098,-26.189],[1.554,-23.415]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[176.09,420.329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[10.098,23.526],[1.997,26.189],[-10.098,-26.189],[1.554,-23.415]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[176.09,420.329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[176.09,420.329],"ix":2},"a":{"a":0,"k":[176.09,420.329],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[24.303,22.527],[12.207,-29.852],[-24.303,-21.196],[-6.325,29.852]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[153.784,423.991],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[153.784,423.991],"ix":2},"a":{"a":0,"k":[153.784,423.991],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.439,4.918],[-4.015,-3.183],[1.439,-4.918],[4.015,3.183]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[199.793,428.652],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-22.608,9.841],[-24.268,4.364],[22.608,-9.841],[24.268,-4.363]],"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":[201.081,428.652],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-22.608,9.841],[-24.268,4.364],[22.608,-9.841],[24.268,-4.363]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[201.081,428.652],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Layer 22","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[218.088,369,0],"ix":2,"l":2},"a":{"a":0,"k":[218.088,369,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.086,0.45],[0.392,0.216],[0.389,-0.126],[-0.152,-0.691],[-0.843,0.073],[-0.277,0.352]],"o":[[-0.095,-0.448],[-0.392,-0.216],[-0.803,0.261],[0.127,0.695],[0.408,-0.035],[0.277,-0.351]],"v":[[1.893,-0.379],[1.118,-1.444],[-0.126,-1.56],[-1.163,0.237],[0.49,1.495],[1.592,0.903]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.161,-0.893],[1.001,-0.294],[0.473,0.27],[0.113,0.544],[-0.332,0.431],[-0.504,0.053]],"o":[[0.198,0.887],[-0.485,0.146],[-0.473,-0.269],[-0.107,-0.544],[0.33,-0.434],[1.039,-0.116]],"v":[[1.893,-0.379],[0.563,1.86],[-0.963,1.688],[-1.897,0.385],[-1.542,-1.179],[-0.201,-1.93]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.729,399.148],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,0.45],[0.392,0.216],[0.389,-0.126],[-0.152,-0.691],[-0.843,0.073],[-0.277,0.352]],"o":[[-0.095,-0.448],[-0.392,-0.216],[-0.803,0.261],[0.127,0.695],[0.408,-0.035],[0.277,-0.351]],"v":[[1.893,-0.379],[1.118,-1.444],[-0.126,-1.56],[-1.163,0.237],[0.49,1.494],[1.592,0.903]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.161,-0.893],[1.001,-0.295],[0.473,0.27],[0.113,0.544],[-0.332,0.432],[-0.504,0.053]],"o":[[0.198,0.887],[-0.485,0.146],[-0.473,-0.269],[-0.107,-0.545],[0.33,-0.433],[1.039,-0.116]],"v":[[1.893,-0.379],[0.563,1.86],[-0.963,1.688],[-1.897,0.385],[-1.542,-1.179],[-0.201,-1.93]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[217.279,386.04],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,0.45],[0.392,0.216],[0.389,-0.126],[-0.152,-0.691],[-0.843,0.073],[-0.277,0.352]],"o":[[-0.095,-0.448],[-0.392,-0.216],[-0.803,0.261],[0.127,0.695],[0.408,-0.035],[0.277,-0.351]],"v":[[1.893,-0.379],[1.118,-1.444],[-0.126,-1.56],[-1.163,0.237],[0.49,1.495],[1.592,0.903]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.161,-0.893],[1.001,-0.295],[0.473,0.27],[0.113,0.544],[-0.332,0.431],[-0.504,0.053]],"o":[[0.198,0.887],[-0.485,0.146],[-0.473,-0.269],[-0.107,-0.545],[0.33,-0.433],[1.039,-0.116]],"v":[[1.893,-0.379],[0.563,1.86],[-0.963,1.688],[-1.897,0.385],[-1.542,-1.179],[-0.201,-1.93]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.829,372.931],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,0.45],[0.392,0.216],[0.389,-0.126],[-0.152,-0.691],[-0.843,0.073],[-0.277,0.352]],"o":[[-0.095,-0.448],[-0.392,-0.216],[-0.803,0.261],[0.127,0.696],[0.408,-0.035],[0.277,-0.351]],"v":[[1.893,-0.379],[1.118,-1.444],[-0.126,-1.56],[-1.163,0.237],[0.49,1.495],[1.592,0.903]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.161,-0.893],[1.001,-0.294],[0.473,0.27],[0.113,0.544],[-0.332,0.431],[-0.504,0.053]],"o":[[0.198,0.887],[-0.485,0.146],[-0.473,-0.269],[-0.107,-0.544],[0.33,-0.434],[1.039,-0.116]],"v":[[1.893,-0.379],[0.563,1.86],[-0.963,1.688],[-1.897,0.385],[-1.542,-1.179],[-0.201,-1.93]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.379,359.823],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,0.45],[0.392,0.216],[0.389,-0.126],[-0.152,-0.691],[-0.843,0.073],[-0.277,0.352]],"o":[[-0.095,-0.448],[-0.392,-0.216],[-0.803,0.261],[0.127,0.695],[0.408,-0.035],[0.277,-0.351]],"v":[[1.893,-0.379],[1.118,-1.444],[-0.126,-1.56],[-1.163,0.237],[0.49,1.495],[1.592,0.903]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.161,-0.893],[1.001,-0.295],[0.473,0.27],[0.113,0.544],[-0.332,0.431],[-0.504,0.053]],"o":[[0.198,0.887],[-0.485,0.146],[-0.473,-0.269],[-0.107,-0.545],[0.33,-0.434],[1.039,-0.116]],"v":[[1.893,-0.379],[0.563,1.86],[-0.963,1.688],[-1.897,0.385],[-1.542,-1.179],[-0.201,-1.93]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[215.929,346.714],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.086,0.45],[0.392,0.216],[0.389,-0.126],[-0.152,-0.691],[-0.843,0.073],[-0.277,0.352]],"o":[[-0.095,-0.448],[-0.392,-0.216],[-0.803,0.261],[0.127,0.695],[0.408,-0.035],[0.278,-0.351]],"v":[[1.893,-0.379],[1.118,-1.444],[-0.126,-1.56],[-1.163,0.237],[0.49,1.495],[1.592,0.903]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.161,-0.893],[1.001,-0.294],[0.473,0.27],[0.113,0.544],[-0.332,0.431],[-0.504,0.053]],"o":[[0.198,0.887],[-0.485,0.146],[-0.473,-0.269],[-0.107,-0.545],[0.33,-0.433],[1.039,-0.116]],"v":[[1.893,-0.379],[0.563,1.86],[-0.963,1.688],[-1.897,0.385],[-1.542,-1.179],[-0.201,-1.93]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[215.22,334.365],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.414,-41.222],[-0.878,-30.923],[-0.42,-20.621],[0.374,-0.013],[0.995,20.601],[1.244,30.91],[1.414,41.222],[0.877,30.923],[0.419,20.621],[-0.374,0.013],[-0.994,-20.601],[-1.242,-30.91]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.476,369],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Layer 23","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[305.182,346.489,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.026,0.803],[-2.061,0.714],[-2.106,0.585],[-2.168,0.355],[0,0],[0,0],[0.617,-2.647],[-0.349,2.69],[0,0],[2.078,-0.614],[2.064,-0.673]],"o":[[1.97,-0.936],[2.019,-0.822],[2.064,-0.705],[2.102,-0.592],[0,0],[0,0],[-0.499,2.666],[0.231,-2.708],[0,0],[-2.101,0.501],[-2.076,0.621],[0,0]],"v":[[-12.64,4.242],[-6.643,1.633],[-0.526,-0.681],[5.714,-2.661],[12.107,-4.155],[12.64,-4.242],[12.544,-3.733],[10.906,4.242],[11.812,-3.849],[12.249,-3.427],[5.986,-1.727],[-0.223,0.22]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Layer 24","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[224.269,340.326,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.213,3.442],[0.038,1.724],[-0.051,1.725],[0,0],[0,0],[-6.322,0.276],[-6.325,0.198],[6.31,-0.457],[6.311,-0.43],[0,0],[0,0],[0,0],[-0.05,-1.719]],"o":[[-0.518,-3.411],[-0.098,-1.722],[-0.034,-1.724],[0,0],[0,0],[6.318,-0.339],[6.32,-0.312],[-6.305,0.571],[-6.308,0.493],[0,0],[0,0],[0,0],[0.009,1.719],[0,0]],"v":[[-17.969,11.469],[-18.98,1.177],[-19.16,-3.993],[-19.173,-9.168],[-19.159,-9.621],[-18.718,-9.645],[0.235,-10.675],[19.2,-11.469],[0.277,-9.954],[-18.657,-8.676],[-18.203,-9.153],[-18.228,-4.003],[-18.168,1.148],[-18.078,6.305]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Layer 25","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[303.458,370.515,0],"ix":2,"l":2},"a":{"a":0,"k":[303.458,370.515,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0.666]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-18.265,21.082],[-13.539,-20.095],[18.265,-30.853],[9.609,30.848]],"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":[301.645,370.222],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0.666]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-18.265,21.082],[-13.539,-20.095],[18.265,-30.853],[9.609,30.848]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[301.645,370.222],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[301.645,370.222],"ix":2},"a":{"a":0,"k":[301.645,370.222],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.141,30.554],[-2.959,31.146],[6.141,-30.48],[2.515,-31.146]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[317.395,370.515],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Layer 26","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":360,"s":[1080]}],"ix":10},"p":{"a":0,"k":[261.591,376.374,0],"ix":2,"l":2},"a":{"a":0,"k":[789.06,1122.918,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.162,-1.164],[-1.404,-0.622],[-0.878,1.164],[1.404,0.682]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.165,383.571],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.023,-1.545],[-1.454,0.653],[0.181,1.545],[1.454,-0.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.814,380.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.164,-1.162],[-0.622,1.404],[1.164,0.878],[0.682,-1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.788,374.801],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-1.545,0.023],[0.653,1.454],[1.545,-0.181],[-0.41,-1.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.467,370.152],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.162,1.164],[1.404,0.622],[0.878,-1.164],[-1.404,-0.682]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[260.018,369.178],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.023,1.545],[1.454,-0.653],[-0.181,-1.545],[-1.454,0.41]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.369,372.499],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.164,1.162],[0.622,-1.404],[-1.164,-0.878],[-0.682,1.404]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.395,377.948],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.545,-0.023],[-0.653,-1.454],[-1.545,0.181],[0.41,1.454]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.86274510622,0.86274510622,0.86274510622,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.715,382.597],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[261.728,376.38],"ix":2},"a":{"a":0,"k":[257.715,382.597],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[261.728,376.38],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[261.728,376.38],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[261.728,376.38],"ix":2},"a":{"a":0,"k":[261.728,376.38],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Layer 27","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":360,"s":[1080]}],"ix":10},"p":{"a":0,"k":[245.51,364.161,0],"ix":2,"l":2},"a":{"a":0,"k":[740.156,1081.844,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.186,-2.073],[-2.269,-0.273],[-0.804,2.073],[2.269,0.472]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[250.644,373.773],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.697,-2.169],[-1.868,1.546],[0.827,2.169],[1.868,-1.135]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[256.008,367.192],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.073,-1.186],[-0.273,2.269],[2.073,0.804],[0.472,-2.269]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[255.123,359.026],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-2.169,0.697],[1.546,1.868],[2.169,-0.827],[-1.135,-1.868]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[248.542,353.663],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.186,2.073],[2.269,0.273],[0.804,-2.073],[-2.269,-0.472]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[240.376,354.548],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.697,2.169],[1.868,-1.546],[-0.827,-2.169],[-1.868,1.135]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[235.012,361.129],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.073,1.186],[0.273,-2.269],[-2.073,-0.804],[-0.472,2.269]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[235.898,369.295],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.169,-0.697],[-1.546,-1.868],[-2.169,0.827],[1.135,1.868]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[242.478,374.658],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[245.708,364.114],"ix":2},"a":{"a":0,"k":[242.478,374.658],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[245.708,364.114],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[245.708,364.114],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[245.708,364.114],"ix":2},"a":{"a":0,"k":[245.708,364.114],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Layer 28","sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[230.734,370.383,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.574,-0.007],[0.667,14.096],[-1.795,0.06]],"o":[[-1.035,0],[0,0],[0,0],[0,0]],"v":[[3.09,20.904],[0.661,20.924],[-3.09,-20.824],[-0.267,-20.924]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Layer 29","sr":1,"ks":{"o":{"a":0,"k":20,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[257.876,370.108,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.663,14.096],[-15.266,-2.35],[0.242,-0.783],[7.027,-0.112]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.23,-20.547],[30.23,-19.981],[25.505,21.196],[-26.479,21.196]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Layer 30","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[257.876,368.358,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.106,29.514],[-27.965,-4.661],[0.444,-1.554],[12.873,-0.222]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-55.375,-40.747],[55.376,-39.626],[46.72,42.034],[-48.504,42.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"Layer 31","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[315.956,355.288,0],"ix":2,"l":2},"a":{"a":0,"k":[315.956,355.288,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.027,-0.26],[0,0],[0,0],[0,0]],"v":[[-8,20.063],[2.295,18.394],[8,-14.893],[-4.285,-20.063]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.956,355.288],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.027,-0.26],[0,0],[0,0],[0,0]],"v":[[-8,20.063],[2.295,18.394],[8,-14.893],[-4.285,-20.063]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[315.956,355.288],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Layer 32","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":180,"s":[-12]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[195.951,356.063,0],"ix":2,"l":2},"a":{"a":0,"k":[195.951,356.063,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[-0.021,-0.261],[0,0],[0,0],[0,0]],"v":[[7.612,20.099],[-2.644,18.203],[-7.612,-15.202],[4.785,-20.099]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[199.148,355.19],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[-0.021,-0.261],[0,0],[0,0],[0,0]],"v":[[7.612,20.099],[-2.644,18.203],[-7.612,-15.202],[4.785,-20.099]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[199.148,355.19],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[199.148,355.19],"ix":2},"a":{"a":0,"k":[199.148,355.19],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"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.124,0],[1.074,0.174],[1.865,4.52],[-1.017,6.276],[0,0],[-0.962,-2.333],[-4.243,-0.687],[-2.195,3.309],[-0.357,2.201],[0,0],[3.485,-5.256]],"o":[[-1.032,0],[-9.546,-1.546],[-1.869,-4.53],[0,0],[-0.63,3.888],[0.686,1.664],[1.938,0.314],[1.693,-2.554],[0,0],[-0.28,1.732],[-3.792,5.717]],"v":[[0.207,14.162],[-2.953,13.902],[-18.589,2.124],[-19.873,-14.162],[-7.767,-12.2],[-7.252,-2.553],[-0.991,1.796],[5.236,-1.365],[8.303,-9.597],[20.409,-7.636],[15.457,5.412]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[160.551,284.499],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.183,0],[10.188,13.099],[-0.207,1.361],[0,0],[-11.52,-14.812],[-0.205,0.025],[0,0]],"o":[[-7.232,0],[-13.034,-16.758],[0,0],[-0.047,0.309],[11.263,14.481],[0,0],[-0.224,0.025]],"v":[[19.279,32.5],[-13.973,17.775],[-22.09,-32.5],[-16.431,-31.641],[-9.455,14.262],[22.442,26.639],[23.086,32.326]],"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":[175.523,326.408],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":40,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"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.183,0],[10.188,13.099],[-0.207,1.361],[0,0],[-11.52,-14.812],[-0.205,0.025],[0,0]],"o":[[-7.232,0],[-13.034,-16.758],[0,0],[-0.047,0.309],[11.263,14.481],[0,0],[-0.224,0.025]],"v":[[19.279,32.5],[-13.973,17.775],[-22.09,-32.5],[-16.431,-31.641],[-9.455,14.262],[22.442,26.639],[23.086,32.326]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[175.523,326.408],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[175.523,326.408],"ix":2},"a":{"a":0,"k":[175.523,326.408],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Layer 33","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[259.074,234.819,0],"ix":2,"l":2},"a":{"a":0,"k":[259.074,234.819,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.816,-3.197],[-2.608,2.674],[-0.697,0.629],[-0.755,0.563],[-0.822,0.462],[-0.87,0.369],[-0.906,0.267],[0,0],[0,0],[-0.936,-0.059],[-3.178,-1.833],[3.568,0.155],[3.291,-1.294],[2.676,-2.369]],"o":[[1.15,-3.501],[0.65,-0.673],[0.739,-0.577],[0.806,-0.488],[0.859,-0.39],[0.902,-0.288],[0,0],[0,0],[0.942,-0.007],[3.742,0.424],[-3.491,-1.171],[-3.558,-0.162],[-3.309,1.25],[-2.669,2.385]],"v":[[-18.413,8.581],[-12.546,-0.788],[-10.481,-2.697],[-8.224,-4.389],[-5.784,-5.82],[-3.203,-6.992],[-0.497,-7.848],[2.288,-8.397],[5.116,-8.581],[7.936,-8.426],[18.413,-4.862],[7.835,-7.058],[-2.573,-5.353],[-11.605,0.202]],"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":[300.359,259.857],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.357,-3.417],[-2.213,3.008],[-0.603,0.72],[-0.671,0.661],[-0.75,0.571],[-0.811,0.485],[-0.861,0.389],[0,0],[0,0],[-0.935,0.07],[-3.401,-1.377],[3.555,-0.339],[3.081,-1.736],[2.323,-2.716]],"o":[[0.655,-3.626],[0.551,-0.757],[0.653,-0.674],[0.731,-0.594],[0.797,-0.505],[0.853,-0.41],[0,0],[0,0],[0.932,-0.137],[3.764,-0.097],[-3.619,-0.678],[-3.546,0.331],[-3.105,1.695],[-2.314,2.73]],"v":[[-17.309,10.245],[-12.792,0.155],[-11.01,-2.02],[-9.008,-4.008],[-6.789,-5.762],[-4.395,-7.279],[-1.833,-8.501],[0.849,-9.429],[3.626,-10.002],[6.439,-10.237],[17.309,-8.154],[6.528,-8.869],[-3.545,-5.742],[-11.723,1.006]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.38,250.567],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"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.611,-2.963],[-0.286,3.009],[-0.366,2.998],[-0.384,2.995],[-0.402,2.992],[0,0],[0,0],[-6.491,-0.667],[-3.236,-0.417],[-3.212,-0.588],[0,0],[0,0],[0,0],[0.469,-2.983],[0.498,-2.979],[0.525,-2.975]],"o":[[0.234,-3.016],[0.321,-3.004],[0.347,-3],[0.376,-2.996],[0,0],[0,0],[6.514,0.41],[3.245,0.333],[3.231,0.464],[0,0],[0,0],[0,0],[-0.443,2.987],[-0.462,2.984],[-0.48,2.982],[-0.559,2.97]],"v":[[-22.016,18.398],[-21.157,9.372],[-20.141,0.367],[-19.019,-8.622],[-17.807,-17.599],[-17.7,-18.398],[-16.889,-18.347],[2.615,-16.744],[12.338,-15.617],[22.016,-14.138],[2.499,-15.346],[-16.997,-16.607],[-16.08,-17.355],[-17.404,-8.394],[-18.819,0.554],[-20.339,9.487]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.392,219.597],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Group 1","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"t":180,"s":[29.7]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[263.748,292.316,0],"to":[0,0.533,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":180,"s":[263.748,295.516,0],"to":[0,0,0],"ti":[0,0.533,0]},{"t":360,"s":[263.748,292.316,0]}],"ix":2,"l":2},"a":{"a":0,"k":[263.748,292.316,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.931,-2.044],[-1.636,1.81],[-1.186,0.436],[-1.221,-0.104],[-1.036,-0.783],[-0.458,-1.123],[0.457,-2.218],[1.04,1.768],[1.947,0.172],[1.56,-1.318]],"o":[[0.146,-2.257],[0.807,-0.912],[1.192,-0.438],[1.243,0.145],[1.016,0.801],[0.943,2.238],[-0.376,-2.217],[-1.033,-1.781],[-1.986,-0.247],[-1.561,1.316]],"v":[[-8.017,3.262],[-5.406,-3.094],[-2.336,-5.159],[1.365,-5.57],[4.912,-4.203],[7.165,-1.237],[7.755,5.611],[5.765,-0.526],[1.151,-3.586],[-4.334,-1.982]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.748,292.316],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Group 1","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[305.463,266.51,0],"ix":2,"l":2},"a":{"a":0,"k":[305.463,266.51,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"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":[[3.792,-15.958],[0,0],[-15.958,-3.793]],"o":[[0,0],[3.793,-15.958],[15.958,3.792]],"v":[[28.495,18.287],[-29.306,4.55],[6.461,-17.475]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":15,"s":[{"i":[[19.792,-17.797],[0,0],[-17.462,-5.672]],"o":[[0,0],[-9.407,-26.811],[16.825,5.465]],"v":[[16.745,34.787],[-26.806,22.05],[8.211,-14.725]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[37.792,-19.297],[0,0],[-17.435,-5.754]],"o":[[0,0],[-20.157,-35.061],[18.075,5.965]],"v":[[4.995,39.037],[-20.556,31.675],[8.211,-14.725]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":60,"s":[{"i":[[19.792,-17.797],[0,0],[-17.462,-5.672]],"o":[[0,0],[-9.407,-26.811],[16.825,5.465]],"v":[[16.745,34.787],[-26.806,22.05],[8.211,-14.725]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":90,"s":[{"i":[[3.792,-15.958],[0,0],[-15.958,-3.793]],"o":[[0,0],[3.793,-15.958],[15.958,3.792]],"v":[[28.495,18.287],[-29.306,4.55],[6.461,-17.475]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":180,"s":[{"i":[[3.792,-15.958],[0,0],[-15.958,-3.793]],"o":[[0,0],[3.793,-15.958],[15.958,3.792]],"v":[[28.495,18.287],[-29.306,4.55],[6.461,-17.475]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":195,"s":[{"i":[[19.792,-17.797],[0,0],[-17.462,-5.672]],"o":[[0,0],[-9.407,-26.811],[16.825,5.465]],"v":[[16.745,34.787],[-26.806,22.05],[8.211,-14.725]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":210,"s":[{"i":[[37.792,-19.297],[0,0],[-17.435,-5.754]],"o":[[0,0],[-20.157,-35.061],[18.075,5.965]],"v":[[4.995,39.037],[-20.556,31.675],[8.211,-14.725]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":240,"s":[{"i":[[19.792,-17.797],[0,0],[-17.462,-5.672]],"o":[[0,0],[-9.407,-26.811],[16.825,5.465]],"v":[[16.745,34.787],[-26.806,22.05],[8.211,-14.725]],"c":true}]},{"t":270,"s":[{"i":[[3.792,-15.958],[0,0],[-15.958,-3.793]],"o":[[0,0],[3.793,-15.958],[15.958,3.792]],"v":[[28.495,18.287],[-29.306,4.55],[6.461,-17.475]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.800000059838,0.627450980392,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":[305.463,266.51],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[305.463,266.51],"ix":2},"a":{"a":0,"k":[305.463,266.51],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Group 6","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[302.351,289.546,0],"ix":2,"l":2},"a":{"a":0,"k":[302.351,289.546,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":60,"s":[100,20,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.297,0.297,0.297],"y":[0,0,0]},"t":120,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":178,"s":[100,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":238,"s":[100,20,100]},{"t":298,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.477,13.603],[-5.694,12.363],[0.477,-13.603],[5.694,-12.363]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[304.851,278.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Group 2","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[304.852,278.796,0],"ix":2,"l":2},"a":{"a":0,"k":[304.852,278.796,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.891,-12.165],[12.165,2.891],[-2.891,12.166],[-12.165,-2.891]],"o":[[-2.891,12.165],[-12.165,-2.891],[2.891,-12.165],[12.165,2.891]],"v":[[22.028,5.235],[-5.235,22.028],[-22.028,-5.235],[5.235,-22.028]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.851,278.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.604,-15.174],[0.167,-0.537],[0,0],[-0.232,0.991],[-15.174,-3.604]],"o":[[-0.13,0.556],[0,0],[0.13,-0.982],[3.604,-15.165],[15.165,3.604]],"v":[[27.351,16.57],[26.906,18.2],[-28.122,6.463],[-27.584,3.507],[6.414,-17.429]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.969,268.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":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"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.605,-15.169],[15.169,3.605],[-3.605,15.169],[-15.169,-3.605]],"o":[[-3.605,15.169],[-15.169,-3.605],[3.605,-15.169],[15.169,3.605]],"v":[[27.466,6.527],[-6.528,27.466],[-27.466,-6.528],[6.527,-27.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.851,278.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"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.605,-15.169],[15.169,3.605],[-3.605,15.169],[-15.169,-3.605]],"o":[[-3.605,15.169],[-15.169,-3.605],[3.605,-15.169],[15.169,3.605]],"v":[[27.466,6.527],[-6.528,27.466],[-27.466,-6.528],[6.527,-27.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[304.851,278.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[304.851,278.796],"ix":2},"a":{"a":0,"k":[304.851,278.796],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":2,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[304.851,278.796],"ix":2},"a":{"a":0,"k":[304.851,278.796],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Group 1","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.38],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.38],"y":[0]},"t":90,"s":[90]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.38],"y":[0]},"t":180,"s":[180]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.38],"y":[0]},"t":270,"s":[270]},{"t":360,"s":[360]}],"ix":10},"p":{"a":0,"k":[229.094,266.965,0],"ix":2,"l":2},"a":{"a":0,"k":[229.094,266.965,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[233.539,273.056],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[235.234,262.589],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[229.094,266.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[222.953,271.341],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[237.974,279.206],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[216.802,275.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[241.385,258.154],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[220.213,254.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.218,3.075],[-3.075,2.218],[-2.218,-3.075],[3.075,-2.218]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[224.648,260.874],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[224.648,260.874],"ix":2},"a":{"a":0,"k":[224.648,260.874],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":9,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Group 2","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[229.094,266.965,0],"ix":2,"l":2},"a":{"a":0,"k":[229.094,266.965,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,-12.343],[12.343,2],[-2,12.344],[-12.343,-2]],"o":[[-2,12.343],[-12.343,-2],[2,-12.343],[12.344,2]],"v":[[22.35,3.621],[-3.621,22.35],[-22.35,-3.621],[3.621,-22.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.094,266.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"Group 3","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[229.094,266.965,0],"ix":2,"l":2},"a":{"a":0,"k":[229.094,266.965,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.493,-15.391],[15.391,2.493],[-2.493,15.391],[-15.391,-2.493]],"o":[[-2.493,15.391],[-15.391,-2.493],[2.493,-15.391],[15.391,2.493]],"v":[[27.868,4.515],[-4.515,27.868],[-27.868,-4.515],[4.515,-27.868]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229.094,266.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[229.094,266.965],"ix":2},"a":{"a":0,"k":[229.094,266.965],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"Layer 35","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[300.634,248.936,0],"ix":2,"l":2},"a":{"a":0,"k":[300.634,248.936,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.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.096],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.199]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.048]],"o":[[0.018,0.908],[-0.504,0.048],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.091]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[266.598,266.52],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.04,0.456],[0.318,0.314],[0.409,-0.016],[0.042,-0.706],[-0.831,-0.16],[-0.363,0.263]],"o":[[0.031,-0.457],[-0.319,-0.315],[-0.844,0.032],[-0.068,0.704],[0.402,0.078],[0.363,-0.262]],"v":[[1.926,0.149],[1.471,-1.087],[0.305,-1.538],[-1.182,-0.091],[0.065,1.569],[1.287,1.301]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.088,-0.904],[1.044,-0.011],[0.381,0.388],[-0.04,0.554],[-0.437,0.325],[-0.499,-0.086]],"o":[[-0.051,0.907],[-0.506,0.008],[-0.382,-0.388],[0.045,-0.553],[0.436,-0.327],[1.031,0.171]],"v":[[1.926,0.149],[0.037,1.941],[-1.385,1.36],[-1.929,-0.149],[-1.161,-1.557],[0.334,-1.914]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[324.929,286.12],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.096],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.199]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.048]],"o":[[0.019,0.908],[-0.504,0.047],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.091]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[312.714,283.154],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":3,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.096],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.048]],"o":[[0.018,0.908],[-0.504,0.047],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.091]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.501,280.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.095],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.047]],"o":[[0.019,0.908],[-0.504,0.047],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.092]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[288.287,277.195],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.095],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.047]],"o":[[0.019,0.908],[-0.504,0.047],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.092]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[276.074,274.216],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":3,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.095],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.048]],"o":[[0.019,0.908],[-0.504,0.047],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.091]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[268.748,253.581],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":3,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.095],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.199]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.047]],"o":[[0.018,0.908],[-0.504,0.048],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.091]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[270.898,240.642],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":3,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.096],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.198]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.048]],"o":[[0.018,0.908],[-0.504,0.048],[-0.41,-0.357],[0.003,-0.555],[0.409,-0.36],[1.041,0.091]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.048,227.704],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.004,0.458],[0.341,0.289],[0.407,-0.047],[-0.012,-0.708],[-0.841,-0.096],[-0.341,0.29]],"o":[[-0.004,-0.458],[-0.342,-0.289],[-0.839,0.097],[-0.013,0.707],[0.407,0.046],[0.341,-0.289]],"v":[[1.933,0.001],[1.384,-1.196],[0.187,-1.556],[-1.184,0.001],[0.187,1.56],[1.385,1.199]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.018,-0.908],[1.04,-0.091],[0.41,0.358],[0.003,0.555],[-0.411,0.357],[-0.504,-0.047]],"o":[[0.018,0.908],[-0.504,0.048],[-0.41,-0.357],[0.002,-0.555],[0.409,-0.36],[1.041,0.091]],"v":[[1.933,0.001],[0.187,1.933],[-1.275,1.463],[-1.933,0.001],[-1.276,-1.462],[0.187,-1.933]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[274.794,215.458],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":3,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.86,9.866],[1.693,-9.896],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-1.616,9.909],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.783,-9.88]],"v":[[-22.686,-37.514],[-27.63,-7.803],[-32.755,21.876],[-33.031,21.456],[0.28,29.37],[16.918,33.402],[33.536,37.514],[16.83,33.775],[0.141,29.957],[-33.199,22.169],[-33.536,22.09],[-33.475,21.749],[-28.17,-7.898]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[303.067,247.325],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"Layer 36","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[273.339,263.286,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[64.284,5.768],[-4.816,27.073],[-53.669,-20.514],[1.431,-4.771]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-81.696,44.906],[-71.39,-64.465],[81.696,-36.433],[52.596,64.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Layer 37","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[346.353,280.089,0],"ix":2,"l":2},"a":{"a":0,"k":[346.353,280.089,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.104,-0.381],[0,0],[0,0],[0,0]],"v":[[-16.204,29.339],[-0.486,29.397],[16.204,-18.682],[-0.785,-29.397]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[346.353,280.089],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.104,-0.381],[0,0],[0,0],[0,0]],"v":[[-16.204,29.339],[-0.486,29.397],[16.204,-18.682],[-0.785,-29.397]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[346.353,280.089],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"Layer 38","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[189.973,259.227,0],"ix":2,"l":2},"a":{"a":0,"k":[189.973,259.227,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.033,-0.393],[0,0],[0,0],[0,0]],"v":[[4.521,30.227],[-10.257,24.873],[-9.382,-26.013],[10.257,-30.227]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.973,259.227],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.033,-0.393],[0,0],[0,0],[0,0]],"v":[[4.521,30.227],[-10.257,24.873],[-9.382,-26.013],[10.257,-30.227]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[189.973,259.227],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"torso","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[257.876,413.283,0],"ix":2,"l":2},"a":{"a":0,"k":[257.876,413.283,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.758,1.455],[-33.758,1.455],[-33.758,-1.455],[33.758,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.876,420.861],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.758,1.455],[-33.758,1.455],[-33.758,-1.455],[33.758,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.876,417.072],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.758,1.455],[-33.758,1.455],[-33.758,-1.455],[33.758,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.876,413.283],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[33.758,1.455],[-33.758,1.455],[-33.758,-1.455],[33.758,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.876,409.493],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[33.758,1.455],[-33.758,1.455],[-33.758,-1.455],[33.758,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[257.876,405.704],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"Neck","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":180,"s":[12]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[258.505,322.534,0],"ix":2,"l":2},"a":{"a":0,"k":[258.505,322.534,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.756,1.455],[-17.756,1.455],[-17.756,-1.455],[17.756,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.505,330.113],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.756,1.455],[-17.756,1.455],[-17.756,-1.455],[17.756,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.505,326.324],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.756,1.455],[-17.756,1.455],[-17.756,-1.455],[17.756,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.505,322.534],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.756,1.455],[-17.756,1.455],[-17.756,-1.455],[17.756,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.505,318.745],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[17.756,1.455],[-17.756,1.455],[-17.756,-1.455],[17.756,-1.455]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.168627455831,0.270588248968,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[258.505,314.956],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"Layer 67","parent":36,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[334.726,232.707,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":4,"nm":"Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":100,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":300,"s":[100]},{"t":360,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[431.001,225.641,0],"ix":2,"l":2},"a":{"a":0,"k":[175.001,-30.359,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.21,0.115],[-0.153,0.198],[-0.089,0.268],[0,0.306],[0.102,0.268],[0.173,0.198],[0.223,0.108],[0.23,0],[0,0]],"o":[[0,0],[0.242,0],[0.211,-0.115],[0.153,-0.197],[0.09,-0.268],[0,-0.319],[-0.102,-0.268],[-0.172,-0.198],[-0.224,-0.108],[0,0],[0,0]],"v":[[172.15,-30.436],[175.461,-30.436],[176.139,-30.608],[176.685,-31.077],[177.048,-31.775],[177.183,-32.637],[177.03,-33.517],[176.618,-34.215],[176.025,-34.675],[175.345,-34.837],[172.15,-34.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.529,-0.261],[-0.383,-0.427],[-0.217,-0.542],[0,-0.548],[0.44,-0.721],[0.753,-0.319],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0.625,0],[0.529,0.262],[0.383,0.428],[0.217,0.542],[0,0.88],[-0.439,0.721],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[169.508,-23.565],[169.508,-37.153],[175.518,-37.153],[177.25,-36.761],[178.618,-35.727],[179.517,-34.273],[179.842,-32.637],[179.182,-30.235],[177.393,-28.675],[180.494,-23.565],[177.527,-23.565],[174.753,-28.12],[172.15,-28.12],[172.15,-23.565]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":40,"op":692,"st":40,"bm":0},{"ddd":0,"ind":39,"ty":4,"nm":"Layer 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":90,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":290,"s":[100]},{"t":350,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[416.849,225.641,0],"ix":2,"l":2},"a":{"a":0,"k":[160.849,-30.359,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.561],[-0.179,-0.548],[-0.338,-0.421],[-0.491,-0.255],[-0.626,0],[-0.491,0.262],[-0.339,0.434],[-0.173,0.542],[0,0.561],[0.185,0.549],[0.338,0.421],[0.491,0.249],[0.612,0],[0.497,-0.261],[0.331,-0.427],[0.172,-0.542]],"o":[[0,0.587],[0.179,0.549],[0.338,0.421],[0.491,0.255],[0.638,0],[0.491,-0.261],[0.338,-0.434],[0.172,-0.542],[0,-0.587],[-0.186,-0.548],[-0.339,-0.421],[-0.491,-0.249],[-0.639,0],[-0.498,0.262],[-0.332,0.428],[-0.173,0.542]],"v":[[156.897,-30.359],[157.165,-28.656],[157.94,-27.201],[159.184,-26.187],[160.859,-25.804],[162.552,-26.197],[163.796,-27.24],[164.562,-28.704],[164.82,-30.359],[164.543,-32.062],[163.758,-33.517],[162.514,-34.521],[160.859,-34.895],[159.156,-34.502],[157.912,-33.469],[157.156,-32.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.957,0],[0.811,0.389],[0.58,0.645],[0.319,0.83],[0,0.868],[-0.338,0.83],[-0.593,0.638],[-0.816,0.376],[-0.957,0],[-0.811,-0.402],[-0.573,-0.651],[-0.318,-0.829],[0,-0.855],[0.331,-0.823],[0.586,-0.631],[0.816,-0.376]],"o":[[-0.995,0],[-0.811,-0.389],[-0.581,-0.644],[-0.318,-0.829],[0,-0.906],[0.338,-0.829],[0.594,-0.638],[0.816,-0.376],[0.982,0],[0.811,0.402],[0.574,0.65],[0.319,0.83],[0,0.906],[-0.332,0.823],[-0.587,0.632],[-0.816,0.376]],"v":[[160.839,-23.47],[158.131,-24.053],[156.045,-25.603],[154.696,-27.814],[154.218,-30.359],[154.725,-32.962],[156.122,-35.162],[158.237,-36.684],[160.897,-37.249],[163.586,-36.646],[165.662,-35.067],[167.002,-32.847],[167.48,-30.321],[166.983,-27.728],[165.605,-25.546],[163.5,-24.034]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":30,"op":682,"st":30,"bm":0},{"ddd":0,"ind":40,"ty":4,"nm":"Layer 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":20,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":280,"s":[100]},{"t":340,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[403.807,225.641,0],"ix":2,"l":2},"a":{"a":0,"k":[147.807,-30.359,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.21,0.115],[-0.153,0.198],[-0.089,0.268],[0,0.306],[0.102,0.268],[0.173,0.198],[0.223,0.108],[0.23,0],[0,0]],"o":[[0,0],[0.242,0],[0.211,-0.115],[0.153,-0.197],[0.09,-0.268],[0,-0.319],[-0.103,-0.268],[-0.172,-0.198],[-0.224,-0.108],[0,0],[0,0]],"v":[[144.956,-30.436],[148.266,-30.436],[148.945,-30.608],[149.491,-31.077],[149.854,-31.775],[149.989,-32.637],[149.836,-33.517],[149.423,-34.215],[148.831,-34.675],[148.151,-34.837],[144.956,-34.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.529,-0.261],[-0.383,-0.427],[-0.217,-0.542],[0,-0.548],[0.441,-0.721],[0.753,-0.319],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0.625,0],[0.529,0.262],[0.383,0.428],[0.217,0.542],[0,0.88],[-0.439,0.721],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[142.314,-23.565],[142.314,-37.153],[148.324,-37.153],[150.055,-36.761],[151.423,-35.727],[152.323,-34.273],[152.648,-32.637],[151.988,-30.235],[150.199,-28.675],[153.299,-23.565],[150.333,-23.565],[147.558,-28.12],[144.956,-28.12],[144.956,-23.565]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":672,"st":20,"bm":0},{"ddd":0,"ind":41,"ty":4,"nm":"Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":270,"s":[100]},{"t":330,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[391.081,225.641,0],"ix":2,"l":2},"a":{"a":0,"k":[135.081,-30.359,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.21,0.115],[-0.153,0.198],[-0.089,0.268],[0,0.306],[0.102,0.268],[0.173,0.198],[0.223,0.108],[0.23,0],[0,0]],"o":[[0,0],[0.242,0],[0.211,-0.115],[0.153,-0.197],[0.09,-0.268],[0,-0.319],[-0.102,-0.268],[-0.172,-0.198],[-0.224,-0.108],[0,0],[0,0]],"v":[[132.23,-30.436],[135.541,-30.436],[136.219,-30.608],[136.765,-31.077],[137.129,-31.775],[137.263,-32.637],[137.11,-33.517],[136.698,-34.215],[136.105,-34.675],[135.425,-34.837],[132.23,-34.837]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.529,-0.261],[-0.383,-0.427],[-0.217,-0.542],[0,-0.548],[0.441,-0.721],[0.753,-0.319],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0.625,0],[0.529,0.262],[0.383,0.428],[0.217,0.542],[0,0.88],[-0.439,0.721],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[129.588,-23.565],[129.588,-37.153],[135.598,-37.153],[137.33,-36.761],[138.698,-35.727],[139.597,-34.273],[139.922,-32.637],[139.262,-30.235],[137.473,-28.675],[140.574,-23.565],[137.607,-23.565],[134.833,-28.12],[132.23,-28.12],[132.23,-23.565]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":662,"st":10,"bm":0},{"ddd":0,"ind":42,"ty":4,"nm":"Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":60,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":260,"s":[100]},{"t":320,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[378.804,225.641,0],"ix":2,"l":2},"a":{"a":0,"k":[122.804,-30.359,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[127.521,-25.881],[127.521,-23.565],[118.087,-23.565],[118.087,-37.153],[127.349,-37.153],[127.349,-34.837],[120.728,-34.837],[120.728,-31.565],[126.45,-31.565],[126.45,-29.421],[120.728,-29.421],[120.728,-25.881]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":43,"ty":4,"nm":"Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[404.48,225.021,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,4.87],[-23.279,0],[0,-17.196],[23.279,0],[7.56,5.345],[0,0]],"o":[[-2.69,-4.096],[0,-17.196],[23.279,0],[0,17.195],[-11.288,0],[0,0],[0,0]],"v":[[-37.23,13.574],[-41.433,0],[0.73,-31.138],[42.874,0],[0.73,31.138],[-28.351,22.523],[-42.874,26.215]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"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":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":44,"ty":4,"nm":"Layer 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":360,"s":[720]}],"ix":10},"p":{"a":0,"k":[318.115,232.707,0],"ix":2,"l":2},"a":{"a":0,"k":[957.151,689.885,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.918,-1.605],[-1.756,-0.212],[-0.622,1.605],[1.756,0.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[322.089,240.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.54,-1.679],[-1.446,1.197],[0.64,1.679],[1.446,-0.879]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[326.241,235.053],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.605,-0.918],[-0.212,1.756],[1.605,0.622],[0.366,-1.756]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[325.555,228.732],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-1.679,0.54],[1.197,1.446],[1.679,-0.64],[-0.879,-1.446]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[320.461,224.581],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.918,1.605],[1.756,0.212],[0.622,-1.605],[-1.756,-0.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[314.14,225.266],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.54,1.679],[1.446,-1.197],[-0.64,-1.679],[-1.446,0.879]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[309.988,230.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.605,0.918],[0.212,-1.756],[-1.605,-0.622],[-0.366,1.756]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310.674,236.681],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.679,-0.54],[-1.197,-1.446],[-1.679,0.64],[0.879,1.446]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[315.768,240.833],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[318.268,232.67],"ix":2},"a":{"a":0,"k":[315.768,240.833],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[318.268,232.67],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[318.268,232.67],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[318.268,232.67],"ix":2},"a":{"a":0,"k":[318.268,232.67],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":45,"ty":4,"nm":"Layer 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[337.378,209.811,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.508,-7.644],[-1.557,3.792],[9.639,-10.68],[0,0]],"o":[[-6.097,-1.582],[-2.508,7.644],[1.558,-3.792],[-9.639,10.68],[0,0]],"v":[[22.051,-17.784],[1.991,-11.661],[10.908,-2.058],[-17.462,-5.938],[-18.563,18.605]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":46,"ty":4,"nm":"Layer 64","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.164]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.968]},"o":{"x":[0.167],"y":[0.055]},"t":90,"s":[6.1]},{"i":{"x":[0.833],"y":[0.91]},"o":{"x":[0.167],"y":[-0.053]},"t":180,"s":[-12.033]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[1.094]},"t":270,"s":[-0.917]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.873},"o":{"x":0.167,"y":0.167},"t":0,"s":[360.201,162.339,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.674},"o":{"x":0.167,"y":0.241},"t":90,"s":[365.101,165.839,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.893},"o":{"x":0.167,"y":0.112},"t":180,"s":[368.065,164.67,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.381},"t":270,"s":[360.201,159.739,0],"to":[0,0,0],"ti":[0,0,0]},{"t":360,"s":[360.201,162.339,0]}],"ix":2,"l":2},"a":{"a":0,"k":[104.201,-93.661,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[87.522,-87.858],[112.222,-83.856],[117.43,-116.003]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[100.503,-33.38],[104.534,-58.262],[54.589,-66.353],[58.796,-92.325],[130.304,-158.651],[150.101,-155.443],[137.831,-79.708],[153.814,-77.118],[149.577,-50.965],[133.594,-53.554],[129.563,-28.672]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":47,"ty":4,"nm":"Layer 63","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.157]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.983]},"o":{"x":[0.167],"y":[0.054]},"t":90,"s":[-5.8]},{"i":{"x":[0.833],"y":[0.931]},"o":{"x":[0.167],"y":[-0.022]},"t":180,"s":[10.933]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[-0.39]},"t":270,"s":[-2.333]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.8},"o":{"x":0.167,"y":0.167},"t":0,"s":[255.66,145.682,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.876},"o":{"x":0.167,"y":0.143},"t":90,"s":[250.96,149.382,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.253},"t":180,"s":[259.232,148.144,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.159},"t":270,"s":[255.66,150.182,0],"to":[0,0,0],"ti":[0,0,0]},{"t":360,"s":[255.66,145.682,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-0.34,-110.318,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,8.587],[3.434,5.336],[5.397,0],[3.372,-5.335],[0,-8.584],[-3.375,-5.272],[-5.643,0],[-3.436,5.275]],"o":[[0,-8.584],[-3.436,-5.335],[-5.643,0],[-3.375,5.336],[0,8.587],[3.372,5.275],[5.397,0],[3.434,-5.272]],"v":[[18.058,-110.226],[12.906,-131.109],[-0.341,-139.112],[-13.864,-131.109],[-18.923,-110.226],[-13.864,-89.435],[-0.341,-81.524],[12.906,-89.435]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,-8.095],[2.451,-6.808],[4.293,-4.968],[5.824,-2.76],[6.868,0],[5.888,2.76],[4.292,4.968],[2.392,6.808],[0,8.096],[-2.392,6.808],[-4.295,4.968],[-5.888,2.823],[-6.871,0],[-5.828,-2.82],[-4.295,-4.968],[-2.455,-6.808]],"o":[[0,8.096],[-2.455,6.808],[-4.295,4.968],[-5.828,2.76],[-6.871,0],[-5.888,-2.76],[-4.295,-4.968],[-2.392,-6.808],[0,-8.095],[2.392,-6.808],[4.292,-4.968],[5.888,-2.82],[6.868,0],[5.824,2.823],[4.293,4.968],[2.451,6.808]],"v":[[47.681,-110.226],[44.002,-87.871],[33.88,-70.208],[18.703,-58.617],[-0.341,-54.477],[-19.476,-58.617],[-34.746,-70.208],[-44.774,-87.871],[-48.362,-110.226],[-44.774,-132.58],[-34.746,-150.243],[-19.476,-161.927],[-0.341,-166.159],[18.703,-161.927],[33.88,-150.243],[44.002,-132.58]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":48,"ty":4,"nm":"Layer 62","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.396]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.973]},"o":{"x":[0.167],"y":[0.069]},"t":90,"s":[-4.5]},{"i":{"x":[0.833],"y":[0.899]},"o":{"x":[0.167],"y":[-0.039]},"t":180,"s":[21.4]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.469]},"t":270,"s":[3.8]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.774},"o":{"x":0.167,"y":0.167},"t":0,"s":[151.376,161.469,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.867},"o":{"x":0.167,"y":0.132},"t":90,"s":[147.776,165.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.858},"o":{"x":0.167,"y":0.224},"t":180,"s":[156.381,163.865,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.202},"t":270,"s":[151.376,165.069,0],"to":[0,0,0],"ti":[0,0,0]},{"t":360,"s":[151.376,161.469,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-104.624,-94.531,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-126.366,-73.478],[-102.114,-79.641],[-110.136,-111.204]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-92.767,-28.672],[-98.976,-53.102],[-148.014,-40.639],[-154.494,-66.139],[-115.306,-155.451],[-95.869,-160.39],[-76.971,-86.031],[-61.279,-90.019],[-54.753,-64.341],[-70.445,-60.353],[-64.236,-35.923]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":49,"ty":4,"nm":"Layer 61","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[4.9]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":240,"s":[-12.1]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.855},"o":{"x":0.167,"y":0.167},"t":0,"s":[306.033,57.433,0],"to":[0.833,0.942,0],"ti":[-0.875,-0.067,0]},{"i":{"x":0.833,"y":0.837},"o":{"x":0.167,"y":0.196},"t":120,"s":[311.033,63.083,0],"to":[0.875,0.067,0],"ti":[0.833,0.942,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.17},"t":240,"s":[311.283,57.833,0],"to":[-0.833,-0.942,0],"ti":[0.875,0.067,0]},{"t":360,"s":[306.033,57.433,0]}],"ix":2,"l":2},"a":{"a":0,"k":[50.033,-198.567,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[47.327,-184.085],[47.327,-190.185],[52.74,-190.185],[52.74,-184.085]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[47.327,-194.871],[47.327,-213.05],[52.74,-213.05],[52.74,-194.871]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":50,"ty":4,"nm":"Layer 60","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[-12.7]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":240,"s":[3.7]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.854},"o":{"x":0.167,"y":0.167},"t":0,"s":[289.693,61.331,0],"to":[0.583,0.708,0],"ti":[-0.75,-0.083,0]},{"i":{"x":0.833,"y":0.825},"o":{"x":0.167,"y":0.194},"t":120,"s":[293.193,65.581,0],"to":[0.75,0.083,0],"ti":[0.583,0.708,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.159},"t":240,"s":[294.193,61.831,0],"to":[-0.583,-0.708,0],"ti":[0.75,0.083,0]},{"t":360,"s":[289.693,61.331,0]}],"ix":2,"l":2},"a":{"a":0,"k":[33.693,-194.669,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.639,0],[1.696,0.565],[1.212,1.05],[0,0],[-1.226,-0.471],[-1.212,0],[-0.62,0.404],[0,0.754],[0.727,0.35],[1.643,0.458],[0.97,0.35],[0.592,0.444],[0.27,0.579],[0,0.808],[-0.418,0.862],[-0.754,0.606],[-1.01,0.323],[-1.186,0],[-1.388,-0.458],[-1.158,-1.023],[0,0],[1.011,0.378],[0.996,0],[0.619,-0.377],[0,-0.835],[-0.148,-0.243],[-0.323,-0.188],[-0.525,-0.175],[-0.781,-0.188],[-1.037,-0.377],[-0.66,-0.485],[-0.311,-0.632],[0,-0.889],[1.535,-1.198]],"o":[[-1.777,0],[-1.697,-0.566],[0,0],[1.293,0.915],[1.226,0.472],[1.076,0],[0.619,-0.404],[0,-0.754],[-0.727,-0.35],[-1.373,-0.377],[-0.97,-0.35],[-0.593,-0.444],[-0.27,-0.579],[0,-1.077],[0.417,-0.861],[0.754,-0.606],[1.01,-0.323],[1.589,0],[1.387,0.458],[0,0],[-1.077,-0.808],[-1.01,-0.377],[-0.916,0],[-0.62,0.378],[0,0.377],[0.147,0.242],[0.323,0.189],[0.525,0.176],[1.454,0.378],[1.037,0.377],[0.66,0.485],[0.309,0.633],[0,2.074],[-1.534,1.199]],"v":[[34.199,-183.681],[28.988,-184.53],[24.625,-186.953],[26.644,-190.346],[30.421,-188.266],[34.078,-187.559],[36.623,-188.165],[37.551,-189.902],[36.461,-191.558],[32.906,-192.77],[29.391,-193.861],[27.048,-195.053],[25.755,-196.588],[25.352,-198.668],[25.978,-201.577],[27.735,-203.779],[30.381,-205.172],[33.673,-205.657],[38.137,-204.97],[41.955,-202.748],[39.773,-199.476],[36.642,-201.254],[33.633,-201.819],[31.331,-201.254],[30.401,-199.436],[30.624,-198.507],[31.331,-197.861],[32.603,-197.315],[34.562,-196.77],[38.298,-195.638],[40.843,-194.346],[42.298,-192.67],[42.762,-190.387],[40.46,-185.479]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":51,"ty":4,"nm":"Layer 54","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[9.7]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":240,"s":[-6]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.845},"o":{"x":0.167,"y":0.167},"t":0,"s":[267.557,65.451,0],"to":[0.75,-0.958,0],"ti":[-0.875,-0.042,0]},{"i":{"x":0.833,"y":0.846},"o":{"x":0.167,"y":0.18},"t":120,"s":[272.057,59.701,0],"to":[0.875,0.042,0],"ti":[0.75,-0.958,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.181},"t":240,"s":[272.807,65.701,0],"to":[-0.75,0.958,0],"ti":[0.875,0.042,0]},{"t":360,"s":[267.557,65.451,0]}],"ix":2,"l":2},"a":{"a":0,"k":[11.557,-190.549,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.158,0],[-0.688,0.351],[-0.484,0.593],[-0.27,0.782],[0,0.835],[0.296,0.767],[0.525,0.566],[0.714,0.323],[0.834,0],[0.538,-0.175],[0.458,-0.323],[0.364,-0.43],[0.189,-0.511],[0,0],[-0.996,-0.794]],"o":[[0.808,0],[0.686,-0.35],[0.484,-0.592],[0.27,-0.781],[0,-0.889],[-0.297,-0.768],[-0.525,-0.565],[-0.714,-0.323],[-0.512,0],[-0.539,0.175],[-0.458,0.323],[-0.363,0.431],[0,0],[0.485,1.212],[0.996,0.795]],"v":[[11.456,-188.286],[13.698,-188.812],[15.455,-190.225],[16.586,-192.286],[16.99,-194.709],[16.545,-197.194],[15.313,-199.194],[13.455,-200.527],[11.132,-201.012],[9.557,-200.749],[8.062,-200.001],[6.83,-198.87],[6.002,-197.456],[6.002,-192.488],[8.223,-189.478]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.347,0],[1.238,0.741],[0.7,1.266],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.239,0.714],[-1.615,0],[-1.212,-0.579],[-0.875,-0.983],[-0.499,-1.333],[0,-1.481],[0.457,-1.346],[0.821,-0.996],[1.131,-0.566]],"o":[[-1.67,0],[-1.239,-0.74],[0,0],[0,0],[0,0],[0,0],[0,0],[0.781,-1.238],[1.238,-0.713],[1.428,0],[1.212,0.579],[0.875,0.983],[0.498,1.333],[0,1.535],[-0.458,1.347],[-0.822,0.997],[-1.131,0.565]],"v":[[13.273,-183.681],[8.911,-184.792],[6.002,-187.802],[6.002,-175.481],[0.589,-175.481],[0.589,-205.253],[5.315,-205.253],[5.315,-201.617],[8.345,-204.546],[12.627,-205.617],[16.586,-204.748],[19.716,-202.405],[21.777,-198.931],[22.524,-194.709],[21.837,-190.387],[19.919,-186.872],[16.99,-184.53]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":52,"ty":4,"nm":"Layer 42","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[25]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":240,"s":[-6.1]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.823},"o":{"x":0.167,"y":0.167},"t":0,"s":[241.865,61.351,0],"to":[-0.292,0.542,0],"ti":[-0.375,-0.375,0]},{"i":{"x":0.833,"y":0.852},"o":{"x":0.167,"y":0.157},"t":120,"s":[240.115,64.601,0],"to":[0.375,0.375,0],"ti":[-0.292,0.542,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.191},"t":240,"s":[244.115,63.601,0],"to":[0.292,-0.542,0],"ti":[0.375,0.375,0]},{"t":360,"s":[241.865,61.351,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-14.135,-194.649,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.915],[-0.283,-0.767],[-0.499,-0.566],[-0.673,-0.309],[-0.782,0],[-0.673,0.31],[-0.499,0.565],[-0.283,0.781],[0,0.943],[0.283,0.782],[0.498,0.565],[0.673,0.31],[0.781,0],[0.673,-0.323],[0.498,-0.565],[0.283,-0.781]],"o":[[0,0.943],[0.283,0.768],[0.498,0.565],[0.673,0.31],[0.781,0],[0.673,-0.309],[0.498,-0.566],[0.283,-0.781],[0,-0.915],[-0.283,-0.781],[-0.499,-0.566],[-0.673,-0.31],[-0.782,0],[-0.673,0.323],[-0.499,0.566],[-0.283,0.781]],"v":[[-19.649,-194.629],[-19.225,-192.064],[-18.054,-190.064],[-16.296,-188.751],[-14.115,-188.286],[-11.934,-188.751],[-10.176,-190.064],[-9.005,-192.084],[-8.58,-194.669],[-9.005,-197.214],[-10.176,-199.234],[-11.934,-200.547],[-14.115,-201.012],[-16.296,-200.527],[-18.054,-199.194],[-19.225,-197.174]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.723,0],[1.373,0.592],[0.956,1.01],[0.511,1.32],[0,1.454],[-0.512,1.32],[-0.956,1.01],[-1.374,0.593],[-1.724,0],[-1.36,-0.592],[-0.956,-1.01],[-0.512,-1.319],[0,-1.481],[0.511,-1.319],[0.942,-1.01],[1.374,-0.592]],"o":[[-1.724,0],[-1.374,-0.592],[-0.956,-1.01],[-0.512,-1.319],[0,-1.481],[0.511,-1.319],[0.956,-1.01],[1.373,-0.592],[1.723,0],[1.359,0.593],[0.956,1.01],[0.511,1.32],[0,1.454],[-0.512,1.32],[-0.943,1.01],[-1.374,0.592]],"v":[[-14.115,-183.681],[-18.76,-184.57],[-22.255,-186.973],[-24.456,-190.468],[-25.224,-194.629],[-24.456,-198.83],[-22.255,-202.324],[-18.76,-204.728],[-14.115,-205.617],[-9.489,-204.728],[-6.016,-202.324],[-3.814,-198.83],[-3.046,-194.629],[-3.814,-190.468],[-5.995,-186.973],[-9.469,-184.57]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":53,"ty":4,"nm":"Layer 41","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[-11]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":240,"s":[9.4]},{"t":360,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.791},"o":{"x":0.167,"y":0.167},"t":0,"s":[214.355,57.574,0],"to":[-0.833,0,0],"ti":[-0.375,0.417,0]},{"i":{"x":0.833,"y":0.877},"o":{"x":0.167,"y":0.139},"t":120,"s":[209.355,57.574,0],"to":[0.375,-0.417,0],"ti":[-0.833,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.26},"t":240,"s":[216.605,55.074,0],"to":[0.833,0,0],"ti":[0.375,-0.417,0]},{"t":360,"s":[214.355,57.574,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-41.645,-198.426,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,-1.185],[-0.377,-1.157],[-0.714,-0.889],[-1.037,-0.539],[-1.32,0],[-1.037,0.552],[-0.714,0.916],[-0.363,1.145],[0,1.186],[0.39,1.158],[0.713,0.889],[1.037,0.525],[1.292,0],[1.051,-0.552],[0.7,-0.902],[0.364,-1.145]],"o":[[0,1.239],[0.377,1.158],[0.713,0.889],[1.036,0.539],[1.346,0],[1.037,-0.551],[0.713,-0.915],[0.364,-1.145],[0,-1.238],[-0.391,-1.158],[-0.714,-0.889],[-1.037,-0.525],[-1.347,0],[-1.05,0.552],[-0.701,0.903],[-0.364,1.145]],"v":[[-49.987,-198.426],[-49.421,-194.831],[-47.785,-191.761],[-45.159,-189.619],[-41.624,-188.812],[-38.05,-189.64],[-35.424,-191.842],[-33.808,-194.931],[-33.263,-198.426],[-33.849,-202.021],[-35.505,-205.092],[-38.13,-207.212],[-41.624,-208],[-45.22,-207.172],[-47.846,-204.991],[-49.441,-201.92]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.02,0],[1.71,0.822],[1.225,1.36],[0.673,1.751],[0,1.832],[-0.714,1.751],[-1.252,1.347],[-1.724,0.795],[-2.02,0],[-1.71,-0.849],[-1.212,-1.374],[-0.674,-1.751],[0,-1.804],[0.7,-1.737],[1.238,-1.333],[1.723,-0.794]],"o":[[-2.101,0],[-1.711,-0.821],[-1.226,-1.359],[-0.673,-1.751],[0,-1.912],[0.713,-1.751],[1.252,-1.347],[1.723,-0.794],[2.074,0],[1.71,0.848],[1.212,1.374],[0.673,1.751],[0,1.913],[-0.701,1.737],[-1.239,1.333],[-1.724,0.795]],"v":[[-41.665,-183.883],[-47.381,-185.116],[-51.784,-188.388],[-54.632,-193.053],[-55.642,-198.426],[-54.572,-203.92],[-51.623,-208.565],[-47.159,-211.777],[-41.544,-212.969],[-35.868,-211.696],[-31.485,-208.364],[-28.657,-203.678],[-27.647,-198.345],[-28.698,-192.871],[-31.606,-188.266],[-36.05,-185.075]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":54,"ty":4,"nm":"Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":360,"s":[720]}],"ix":10},"p":{"a":0,"k":[88.994,113.926,0],"ix":2,"l":2},"a":{"a":0,"k":[88.994,113.926,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.685,-0.167],[0.168,-0.688],[0.688,0.168],[-0.167,0.685]],"o":[[0.688,0.167],[-0.167,0.685],[-0.685,-0.167],[0.167,-0.688]],"v":[[0.302,-1.242],[1.242,0.302],[-0.303,1.242],[-1.242,-0.303]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-3.445,2.095],[0.092,4.031],[3.538,1.934],[3.444,-2.095],[-0.09,-4.031],[-3.538,-1.937]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.994,113.927],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.211,-2.485],[-2.665,-0.128],[-0.782,2.485],[2.665,0.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.708,124.684],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.993,-2.462],[-2.067,1.945],[1.112,2.462],[2.067,-1.458]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.44,116.634],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.485,-1.211],[-0.128,2.665],[2.485,0.782],[0.389,-2.665]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[99.751,107.213],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-2.462,0.993],[1.945,2.067],[2.462,-1.112],[-1.458,-2.067]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.702,101.481],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.211,2.485],[2.665,0.128],[0.782,-2.485],[-2.665,-0.389]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[82.28,103.169],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.993,2.462],[2.067,-1.945],[-1.112,-2.462],[-2.067,1.458]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.548,111.219],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.485,1.211],[0.128,-2.665],[-2.485,-0.782],[-0.389,2.665]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[78.237,120.64],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.462,-0.993],[-1.945,-2.067],[-2.462,1.112],[1.458,2.067]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[86.286,126.372],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.72,-2.956],[2.956,0.72],[-0.721,2.958],[-2.958,-0.721]],"o":[[-0.721,2.958],[-2.958,-0.721],[0.72,-2.956],[2.955,0.72]],"v":[[5.352,1.303],[-1.303,5.352],[-5.352,-1.305],[1.305,-5.352]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.542,6.33],[6.328,1.542],[1.542,-6.328],[-6.33,-1.542]],"o":[[1.542,-6.328],[-6.33,-1.542],[-1.542,6.33],[6.328,1.542]],"v":[[11.46,2.791],[2.793,-11.46],[-11.46,-2.794],[-2.791,11.46]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[89.221,113.858],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":3,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[89.221,113.858],"ix":2},"a":{"a":0,"k":[89.221,113.858],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":9,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":55,"ty":4,"nm":"Layer 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":360,"s":[720]}],"ix":10},"p":{"a":0,"k":[356.33,89.841,0],"ix":2,"l":2},"a":{"a":0,"k":[1071.798,261.29,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.918,-1.605],[-1.756,-0.212],[-0.622,1.605],[1.756,0.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[360.305,97.282],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.54,-1.679],[-1.446,1.197],[0.64,1.679],[1.446,-0.879]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[364.457,92.188],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.605,-0.918],[-0.212,1.756],[1.605,0.622],[0.366,-1.756]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[363.771,85.867],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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":[[-1.679,0.54],[1.197,1.446],[1.679,-0.64],[-0.879,-1.446]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[358.677,81.715],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.918,1.605],[1.756,0.212],[0.622,-1.605],[-1.756,-0.366]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[352.356,82.401],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.54,1.679],[1.446,-1.197],[-0.64,-1.679],[-1.446,0.879]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[348.204,87.495],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.605,0.918],[0.212,-1.756],[-1.605,-0.622],[-0.366,1.756]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[348.89,93.816],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.679,-0.54],[-1.197,-1.446],[-1.679,0.64],[0.879,1.446]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[353.984,97.968],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[356.484,89.805],"ix":2},"a":{"a":0,"k":[353.984,97.968],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":8,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[356.484,89.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[356.484,89.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[356.484,89.805],"ix":2},"a":{"a":0,"k":[356.484,89.805],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":56,"ty":4,"nm":"Layer 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[324.601,105.505,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-7.584,3.065],[4.271,-3.732],[-14.04,10.986],[0,0]],"o":[[-1.838,-6.887],[11.059,-4.469],[-6.846,5.981],[12.645,-9.895],[0,0]],"v":[[-27.082,21.822],[-18.29,2.257],[1.53,12.451],[0.153,-17.795],[27.603,-16.236]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":57,"ty":4,"nm":"Layer 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[116.184,120.939,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[8.018,0.655],[-4.051,-0.63],[12.634,6.881],[0,0]],"o":[[0.116,-6.298],[-8.019,-0.655],[4.051,0.63],[-12.634,-6.881],[0,0]],"v":[[22.429,18.924],[11.794,0.846],[4.537,11.757],[1.689,-16.735],[-22.432,-12.078]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":58,"ty":4,"nm":"Layer 43","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[255.66,448.696,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-11.64],[82.322,0],[0,11.64],[-82.322,0]],"o":[[0,11.64],[-82.322,0],[0,-11.64],[82.322,0]],"v":[[149.057,0],[0,21.075],[-149.057,0],[0,-21.075]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":59,"ty":4,"nm":"Layer 45","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[81.787,360.416,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.729,-3.936],[0,0]],"v":[[-11.874,-22.182],[-17.687,22.233],[17.687,22.233],[10.374,-22.233]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":60,"ty":4,"nm":"Layer 46","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.029]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.936]},"o":{"x":[0.167],"y":[0.015]},"t":156,"s":[13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[-0.294]},"t":257,"s":[-3.72]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[82.8,353.923,0],"ix":2,"l":2},"a":{"a":0,"k":[82.8,353.923,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.384,0.463],[0.061,1.365],[2.619,-0.894],[1.199,2.13],[2.074,-4.135],[-0.988,-0.283]],"o":[[2.325,-2.803],[-0.127,-2.777],[1.977,-1.721],[-1.464,-2.601],[-2.613,5.209],[1.354,0.388]],"v":[[-2.029,5.718],[6.911,0.721],[-1.178,-0.516],[3.484,-7.465],[-5.461,-0.461],[-5.566,8.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[90.941,285.978],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.448,1.587],[-2.346,-0.206],[-0.216,1.276],[3.166,0.608],[-1.957,0.529],[0.282,1.226],[2.985,-1.359],[2.822,0.272],[0.952,-2.034],[-1.316,-2.976]],"o":[[2.371,-1.053],[1.242,0.112],[0.582,-3.389],[1.994,-0.123],[1.182,-0.328],[-0.874,-3.811],[0.948,-1.688],[-2.854,-0.264],[-1.398,2.99],[1.522,3.482]],"v":[[-2.934,6.641],[5.054,8.813],[7.432,7.159],[0.871,1.261],[6.783,1.141],[8.331,-1.224],[-0.566,-3.115],[0.347,-9.767],[-6.394,-1.799],[-7.869,8.297]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.242,284.152],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.448,1.587],[-2.346,-0.206],[-0.216,1.276],[3.166,0.608],[-1.957,0.529],[0.282,1.226],[2.985,-1.359],[2.822,0.272],[0.952,-2.034],[-1.316,-2.976]],"o":[[2.371,-1.053],[1.242,0.112],[0.582,-3.389],[1.994,-0.123],[1.182,-0.328],[-0.874,-3.811],[0.948,-1.688],[-2.854,-0.264],[-1.398,2.99],[1.522,3.482]],"v":[[-2.934,6.641],[5.054,8.813],[7.432,7.159],[0.871,1.261],[6.783,1.141],[8.331,-1.224],[-0.566,-3.115],[0.347,-9.767],[-6.394,-1.799],[-7.869,8.297]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[92.242,284.152],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[92.242,284.152],"ix":2},"a":{"a":0,"k":[92.242,284.152],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.297,-1.837],[-1.966,-6.257],[0.087,0.615],[0.89,5.987],[-0.347,6.127],[-6.583,7.895],[0.149,-0.174],[-0.012,-1.688],[7.059,6.479],[-0.051,-0.475],[-6.842,-6.309]],"o":[[1,6.476],[0.188,0.57],[-0.89,-5.987],[-0.904,-6.058],[0.57,-10.089],[0.145,-0.187],[-13.181,15.368],[-1.866,-6.363],[-0.304,-0.279],[1.262,11.801],[0.194,1.87]],"v":[[0.741,13.102],[4.947,32.531],[5.894,32.34],[2.492,14.489],[1.452,-3.838],[11.345,-32.554],[11.034,-32.832],[-0.038,3.068],[-10.885,-17.066],[-11.376,-16.738],[0.008,7.533]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[77.844,321.58],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":61,"ty":4,"nm":"Layer 47","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.056]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.936]},"o":{"x":[0.167],"y":[0.02]},"t":186,"s":[-7.9]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[-0.135]},"t":287,"s":[4.095]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[78.812,351.595,0],"ix":2,"l":2},"a":{"a":0,"k":[78.812,351.595,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.482,0.197],[0.511,1.069],[-2.369,0.385],[-0.049,2.119],[-3.274,-2.318],[0.64,-0.619]],"o":[[-2.922,-1.197],[-1.035,-2.177],[-2.215,-0.51],[0.059,-2.587],[4.124,2.92],[-0.878,0.849]],"v":[[2.813,4.176],[-6.067,4],[-0.382,-0.248],[-6.783,-3.663],[2.918,-1.952],[6.489,4.553]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[60.194,300.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.755,0.624],[1.711,-1.114],[0.686,0.888],[-2.175,1.756],[1.713,-0.393],[0.284,1.053],[-2.838,0.178],[-2.048,1.36],[-1.558,-1.169],[-0.207,-2.814]],"o":[[-2.244,0.161],[-0.905,0.593],[-1.827,-2.356],[-1.576,0.719],[-1.038,0.231],[-0.886,-3.273],[-1.414,-0.905],[2.076,-1.366],[2.289,1.717],[0.255,3.285]],"v":[[3.742,3.096],[-1.484,8.016],[-3.978,7.721],[-1.364,0.531],[-5.937,2.851],[-8.086,1.673],[-2.049,-3.404],[-5.462,-8.121],[2.947,-4.773],[8.194,2.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.594,300.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":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.755,0.624],[1.711,-1.114],[0.686,0.888],[-2.175,1.756],[1.713,-0.393],[0.284,1.053],[-2.838,0.178],[-2.048,1.36],[-1.558,-1.169],[-0.207,-2.814]],"o":[[-2.244,0.161],[-0.905,0.593],[-1.827,-2.356],[-1.576,0.719],[-1.038,0.231],[-0.886,-3.273],[-1.414,-0.905],[2.076,-1.366],[2.289,1.717],[0.255,3.285]],"v":[[3.742,3.096],[-1.484,8.016],[-3.978,7.721],[-1.364,0.531],[-5.937,2.851],[-8.086,1.673],[-2.049,-3.404],[-5.462,-8.121],[2.947,-4.773],[8.194,2.35]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[58.594,300.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":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[58.594,300.717],"ix":2},"a":{"a":0,"k":[58.594,300.717],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.235,-0.218],[2.093,-17.429],[0.014,0.369],[0.16,3.896],[0.078,0.176],[2.088,3.763],[1.839,4.416],[-0.308,-0.21],[-2.6,-8.338],[1.108,4.337],[5.969,5.715]],"o":[[13.546,12.288],[-0.056,0.396],[-0.15,-3.944],[-0.078,-0.176],[-3.502,-2.349],[-2.344,-4.206],[-0.171,-0.423],[8.166,5.556],[-0.274,-4.369],[-2.02,-7.93],[-0.223,-0.218]],"v":[[-7.034,-24.803],[7.364,24.61],[6.681,24.552],[6.341,12.8],[6.119,12.283],[-2.712,3.491],[-7.936,-9.936],[-7.337,-10.041],[6.201,10.061],[4.32,-3.005],[-7.367,-24.444]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.767,327.032],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":62,"ty":4,"nm":"Layer 48","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1.022]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[0.936]},"o":{"x":[0.167],"y":[0.019]},"t":111,"s":[10.7]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[-0.3]},"t":234,"s":[-3.004]},{"t":360,"s":[0]}],"ix":10},"p":{"a":0,"k":[82.125,353.165,0],"ix":2,"l":2},"a":{"a":0,"k":[82.125,353.165,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.474,0.216],[-0.47,1.088],[2.382,0.294],[0.129,2.115],[3.183,-2.441],[-0.663,-0.594]],"o":[[2.874,-1.307],[0.952,-2.214],[2.194,-0.594],[-0.158,-2.583],[-4.01,3.075],[0.91,0.815]],"v":[[-2.65,4.271],[6.216,3.757],[0.373,-0.271],[6.641,-3.927],[-2.989,-1.848],[-6.31,4.788]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[98.951,301.271],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.73,0.69],[-1.752,-1.049],[-0.651,0.914],[2.24,1.672],[-1.727,-0.328],[-0.244,1.063],[2.843,0.069],[2.099,1.281],[1.512,-1.227],[0.1,-2.82]],"o":[[2.248,0.076],[0.927,0.558],[1.736,-2.423],[1.602,0.658],[1.046,0.192],[0.761,-3.304],[1.378,-0.958],[-2.127,-1.286],[-2.222,1.803],[-0.13,3.292]],"v":[[-3.688,3.37],[1.722,8.088],[4.203,7.698],[1.317,0.612],[5.975,2.757],[8.078,1.497],[1.852,-3.346],[5.082,-8.19],[-3.193,-4.524],[-8.165,2.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.639,301.618],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":10,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.73,0.69],[-1.752,-1.049],[-0.651,0.914],[2.24,1.672],[-1.727,-0.328],[-0.244,1.063],[2.843,0.069],[2.099,1.281],[1.512,-1.227],[0.1,-2.82]],"o":[[2.248,0.076],[0.927,0.558],[1.736,-2.423],[1.602,0.658],[1.046,0.192],[0.761,-3.304],[1.378,-0.958],[-2.127,-1.286],[-2.222,1.803],[-0.13,3.292]],"v":[[-3.688,3.37],[1.722,8.088],[4.203,7.698],[1.317,0.612],[5.975,2.757],[8.078,1.497],[1.852,-3.346],[5.082,-8.19],[-3.193,-4.524],[-8.165,2.794]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.784313738346,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":[100.639,301.618],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[100.639,301.618],"ix":2},"a":{"a":0,"k":[100.639,301.618],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.227,-0.227],[-2.754,-17.337],[0,0.37],[-0.012,3.899],[-0.072,0.179],[-1.944,3.839],[-1.67,4.483],[0.3,-0.221],[2.281,-8.43],[-0.942,4.376],[-5.747,5.938]],"o":[[-13.068,12.794],[0.071,0.393],[0,-3.947],[0.072,-0.179],[3.41,-2.48],[2.182,-4.292],[0.155,-0.429],[-7.949,5.863],[0.107,-4.376],[1.717,-8.001],[0.215,-0.227]],"v":[[6.028,-25.05],[-6.48,24.875],[-5.8,24.791],[-5.907,13.035],[-5.705,12.51],[2.785,3.388],[7.495,-10.229],[6.893,-10.311],[-5.872,10.292],[-4.489,-2.836],[6.374,-24.704]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[88.467,328.546],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":63,"ty":4,"nm":"Layer 53","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[190.638,90.621,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":64,"ty":4,"nm":"Layer 55","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[427.971,68.983,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":65,"ty":4,"nm":"Layer 56","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[444.649,53.053,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":66,"ty":4,"nm":"Layer 57","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[66.671,53.053,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":67,"ty":4,"nm":"Layer 58","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[66.671,326.414,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":68,"ty":4,"nm":"Layer 59","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[83.348,310.484,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":69,"ty":4,"nm":"Layer 52","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[444.649,326.414,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":70,"ty":4,"nm":"Layer 51","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]},{"t":360,"s":[360]}],"ix":10},"p":{"a":0,"k":[207.638,109.896,0],"ix":2,"l":2},"a":{"a":0,"k":[-48.362,-146.104,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,-3.539],[3.539,0],[0,3.539],[-3.539,0]],"o":[[0,3.539],[-3.539,0],[0,-3.539],[3.539,0]],"v":[[-41.953,-146.104],[-48.359,-139.698],[-54.771,-146.104],[-48.359,-152.516]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.59,0.385],[0.349,0.177],[0,0.702],[0,0],[0,0],[0,0],[0.626,-0.318],[0.326,-0.213],[0.61,0.352],[0,0],[0,0],[0,0],[0.036,-0.704],[0,-0.193],[-0.01,-0.191],[0.607,-0.351],[0,0],[0,0],[0,0],[-0.59,-0.386],[-0.347,-0.177],[0,-0.702],[0,0],[0,0],[0,0],[-0.625,0.319],[-0.324,0.212],[-0.61,-0.352],[0,0],[0,0],[0,0],[-0.036,0.702],[0,0.195],[0.01,0.191],[-0.611,0.352]],"o":[[0,0],[0,0],[-0.61,0.352],[-0.326,-0.213],[-0.626,-0.318],[0,0],[0,0],[0,0],[0,0.702],[-0.349,0.177],[-0.59,0.385],[0,0],[0,0],[0,0],[0.611,0.352],[-0.01,0.191],[0,0.193],[0.036,0.701],[0,0],[0,0],[0,0],[0.61,-0.352],[0.325,0.212],[0.625,0.319],[0,0],[0,0],[0,0],[0,-0.702],[0.347,-0.177],[0.59,-0.385],[0,0],[0,0],[0,0],[-0.609,-0.351],[0.01,-0.192],[0,-0.193],[-0.036,-0.704],[0,0]],"v":[[-34.472,-149.606],[-38.382,-156.382],[-40.456,-155.184],[-42.406,-155.25],[-43.42,-155.836],[-44.448,-157.489],[-44.448,-159.884],[-52.275,-159.884],[-52.275,-157.489],[-53.304,-155.836],[-54.317,-155.25],[-56.267,-155.184],[-58.341,-156.382],[-62.252,-149.606],[-60.168,-148.406],[-59.257,-146.68],[-59.272,-146.104],[-59.257,-145.528],[-60.163,-143.81],[-62.252,-142.603],[-58.341,-135.826],[-56.261,-137.025],[-54.311,-136.957],[-53.302,-136.373],[-52.275,-134.72],[-52.275,-132.324],[-44.448,-132.324],[-44.448,-134.72],[-43.421,-136.373],[-42.413,-136.957],[-40.462,-137.025],[-38.382,-135.826],[-34.472,-142.603],[-36.552,-143.803],[-37.46,-145.524],[-37.445,-146.104],[-37.46,-146.68],[-36.549,-148.407]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":71,"ty":4,"nm":"Layer 50","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]},{"t":360,"s":[360]}],"ix":10},"p":{"a":0,"k":[93.414,273.056,0],"ix":2,"l":2},"a":{"a":0,"k":[-162.586,17.056,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":[[4.452,-2.388],[2.388,4.452],[-4.452,2.388],[-2.388,-4.452]],"o":[[-4.452,2.388],[-2.388,-4.452],[4.452,-2.388],[2.388,4.452]],"v":[[-158.262,25.118],[-170.642,21.381],[-166.909,8.993],[-154.517,12.734]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.086,1.002],[0.012,0.559],[-0.884,0.474],[0,0],[0,0],[0,0],[0.823,0.573],[0.487,0.267],[-0.032,1.005],[0,0],[0,0],[0,0],[0.91,-0.43],[0.243,-0.13],[0.233,-0.141],[0.851,0.527],[0,0],[0,0],[0,0],[0.087,-1.002],[-0.012,-0.556],[0.883,-0.473],[0,0],[0,0],[0,0],[-0.823,-0.571],[-0.486,-0.265],[0.031,-1.005],[0,0],[0,0],[0,0],[-0.907,0.428],[-0.245,0.132],[-0.234,0.141],[-0.855,-0.531]],"o":[[0,0],[0,0],[-0.855,-0.53],[0.048,-0.554],[-0.022,-1.003],[0,0],[0,0],[0,0],[-0.884,0.474],[-0.459,-0.319],[-0.882,-0.483],[0,0],[0,0],[0,0],[-0.03,1.006],[-0.247,0.117],[-0.242,0.13],[-0.857,0.518],[0,0],[0,0],[0,0],[0.855,0.531],[-0.048,0.551],[0.021,1.001],[0,0],[0,0],[0,0],[0.883,-0.473],[0.457,0.317],[0.883,0.482],[0,0],[0,0],[0,0],[0.031,-1.002],[0.248,-0.117],[0.242,-0.13],[0.861,-0.52],[0,0]],"v":[[-148.81,32.166],[-142.923,22.676],[-145.83,20.875],[-147.062,18.377],[-147.01,16.707],[-145.624,14.298],[-142.611,12.682],[-147.891,2.837],[-150.904,4.452],[-153.678,4.273],[-155.098,3.394],[-156.497,0.985],[-156.389,-2.432],[-167.551,-2.779],[-167.655,0.651],[-169.211,2.961],[-169.946,3.331],[-170.66,3.738],[-173.433,3.759],[-176.361,1.945],[-182.248,11.436],[-179.336,13.243],[-178.106,15.743],[-178.161,17.406],[-179.546,19.813],[-182.56,21.429],[-177.28,31.275],[-174.266,29.658],[-171.495,29.836],[-170.079,30.71],[-168.677,33.118],[-168.783,36.544],[-157.62,36.891],[-157.513,33.463],[-155.961,31.161],[-155.221,30.788],[-154.506,30.381],[-151.72,30.361]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":72,"ty":4,"nm":"Layer 49","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]},{"t":360,"s":[720]}],"ix":10},"p":{"a":0,"k":[415.11,165.517,0],"ix":2,"l":2},"a":{"a":0,"k":[159.11,-90.483,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":[[4.452,-2.388],[2.388,4.452],[-4.452,2.388],[-2.388,-4.452]],"o":[[-4.452,2.388],[-2.388,-4.452],[4.452,-2.388],[2.388,4.452]],"v":[[163.434,-82.421],[151.054,-86.157],[154.786,-98.545],[167.178,-94.805]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.086,1.002],[0.012,0.559],[-0.884,0.474],[0,0],[0,0],[0,0],[0.823,0.573],[0.487,0.267],[-0.032,1.005],[0,0],[0,0],[0,0],[0.91,-0.43],[0.243,-0.13],[0.234,-0.141],[0.851,0.527],[0,0],[0,0],[0,0],[0.087,-1.002],[-0.012,-0.556],[0.883,-0.473],[0,0],[0,0],[0,0],[-0.823,-0.571],[-0.486,-0.265],[0.031,-1.005],[0,0],[0,0],[0,0],[-0.907,0.428],[-0.245,0.132],[-0.234,0.141],[-0.855,-0.531]],"o":[[0,0],[0,0],[-0.855,-0.53],[0.048,-0.554],[-0.022,-1.003],[0,0],[0,0],[0,0],[-0.884,0.474],[-0.459,-0.319],[-0.882,-0.483],[0,0],[0,0],[0,0],[-0.03,1.006],[-0.247,0.117],[-0.243,0.13],[-0.857,0.518],[0,0],[0,0],[0,0],[0.855,0.531],[-0.048,0.551],[0.021,1.001],[0,0],[0,0],[0,0],[0.883,-0.473],[0.457,0.317],[0.883,0.482],[0,0],[0,0],[0,0],[0.031,-1.002],[0.248,-0.117],[0.242,-0.13],[0.862,-0.52],[0,0]],"v":[[172.885,-75.373],[178.772,-84.863],[175.866,-86.664],[174.633,-89.162],[174.686,-90.831],[176.072,-93.241],[179.084,-94.857],[173.804,-104.702],[170.792,-103.087],[168.018,-103.265],[166.598,-104.145],[165.199,-106.553],[165.307,-109.971],[154.144,-110.318],[154.041,-106.888],[152.484,-104.578],[151.75,-104.207],[151.035,-103.8],[148.262,-103.78],[145.335,-105.594],[139.448,-96.103],[142.36,-94.296],[143.59,-91.796],[143.535,-90.133],[142.149,-87.726],[139.136,-86.11],[144.416,-76.264],[147.429,-77.88],[150.201,-77.703],[151.617,-76.828],[153.018,-74.421],[152.913,-70.995],[164.076,-70.648],[164.182,-74.075],[165.735,-76.378],[166.474,-76.751],[167.189,-77.158],[169.976,-77.177]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0},{"ddd":0,"ind":73,"ty":4,"nm":"Layer 66","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[318.115,216.777,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":74,"ty":4,"nm":"Layer 65","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[351.403,216.777,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[14.948,6.317],[-14.948,6.317],[-14.948,-6.317],[14.948,-6.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.92549020052,0.92549020052,0.92549020052,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":652,"st":0,"bm":0},{"ddd":0,"ind":75,"ty":4,"nm":"Layer 44","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[255.66,382.799,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-206.626,0],[206.626,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.101960785687,0.180392161012,0.207843139768,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":652,"st":0,"bm":0}],"markers":[]} \ No newline at end of file +{ + "v": "5.8.1", + "fr": 60, + "ip": 0, + "op": 360, + "w": 512, + "h": 512, + "nm": "Main", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Layer 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 360, "s": [720] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [336.059, 344.813, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [336.059, 344.813, 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.657, -0.488], + [0.49, -0.66], + [0.66, 0.49], + [-0.488, 0.657] + ], + "o": [ + [0.66, 0.49], + [-0.488, 0.657], + [-0.657, -0.488], + [0.49, -0.66] + ], + "v": [ + [0.885, -1.193], + [1.192, 0.884], + [-0.885, 1.191], + [-1.192, -0.886] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.632, 0.684], + [-1.722, 4.355], + [2.912, 3.666], + [4.632, -0.686], + [1.725, -4.355], + [-2.91, -3.671] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [336.058, 344.815], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.476, -2.209], + [-2.734, -1.437], + [-1.9, 2.209], + [2.734, 1.523] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [338.324, 359.452], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.159, -3.109], + [-2.98, 1.121], + [0.188, 3.109], + [2.98, -0.653] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [348.042, 353.359], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-2.209, -2.477], + [-1.437, 2.734], + [2.209, 1.9], + [1.523, -2.734] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [350.698, 342.548], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-3.109, -0.159], + [1.121, 2.98], + [3.109, -0.188], + [-0.653, -2.98] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [344.605, 332.831], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-2.477, 2.209], + [2.734, 1.437], + [1.9, -2.209], + [-2.734, -1.523] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [333.794, 330.175], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.159, 3.109], + [2.98, -1.121], + [-0.188, -3.109], + [-2.98, 0.653] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [324.076, 336.268], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.209, 2.477], + [1.437, -2.734], + [-2.209, -1.9], + [-1.523, 2.734] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [321.421, 347.079], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.109, 0.159], + [-1.121, -2.98], + [-3.109, 0.188], + [0.653, 2.98] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [327.514, 356.796], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [2.105, -2.837], + [2.837, 2.105], + [-2.107, 2.839], + [-2.839, -2.107] + ], + "o": [ + [-2.107, 2.839], + [-2.839, -2.107], + [2.105, -2.837], + [2.837, 2.105] + ], + "v": [ + [5.138, 3.811], + [-3.812, 5.138], + [-5.136, -3.814], + [3.813, -5.136] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.509, 6.076], + [6.074, 4.508], + [4.508, -6.074], + [-6.076, -4.509] + ], + "o": [ + [4.508, -6.074], + [-6.076, -4.509], + [-4.509, 6.076], + [6.074, 4.508] + ], + "v": [ + [11.001, 8.163], + [8.165, -10.999], + [-11, -8.165], + [-8.163, 11.001] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [336.333, 344.843], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [336.333, 344.843], "ix": 2 }, + "a": { "a": 0, "k": [336.333, 344.843], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 9, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Layer 12", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 360, "s": [1080] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [180.08, 385.675, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [543.446, 1147.613, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.049, -1.834], + [-2.007, -0.242], + [-0.711, 1.834], + [2.007, 0.418] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [184.621, 394.178], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.617, -1.919], + [-1.652, 1.368], + [0.731, 1.919], + [1.652, -1.004] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "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.366, 388.356], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.834, -1.049], + [-0.242, 2.007], + [1.834, 0.711], + [0.418, -2.007] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [188.583, 381.133], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-1.919, 0.617], + [1.368, 1.652], + [1.919, -0.731], + [-1.004, -1.652] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [182.761, 376.388], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.049, 1.834], + [2.007, 0.242], + [0.711, -1.834], + [-2.007, -0.418] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [175.538, 377.171], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.617, 1.919], + [1.652, -1.368], + [-0.731, -1.919], + [-1.652, 1.004] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [170.793, 382.993], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.834, 1.049], + [0.242, -2.007], + [-1.834, -0.711], + [-0.418, 2.007] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [171.576, 390.216], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.919, -0.617], + [-1.368, -1.652], + [-1.919, 0.731], + [1.004, 1.652] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.215686276555, 0.352941185236, + 0.392156869173, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [177.398, 394.961], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [180.255, 385.633], "ix": 2 }, + "a": { "a": 0, "k": [177.398, 394.961], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 8, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [180.255, 385.633], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [180.255, 385.633], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [180.255, 385.633], "ix": 2 }, + "a": { "a": 0, "k": [180.255, 385.633], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Layer 16", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 180, + "s": [-26] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [239.735, 392.464, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [27.429, 9.48, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-6.317, -2.596], + [4.728, 0.265], + [-14.793, -1.634], + [0, 0] + ], + "o": [ + [2.921, -5.184], + [9.21, 3.786], + [-7.577, -0.424], + [13.324, 1.472], + [0, 0] + ], + "v": [ + [-27.429, -1.625], + [-10.762, -8.176], + [-4.878, 9.476], + [11.951, -9.385], + [27.429, 7.564] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Layer 17", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 180, + "s": [-26] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [277.282, 355.443, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [-25.482, 15.146, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.943, -1.278], + [4.084, 0.355], + [-13.911, 3.667], + [0, 0] + ], + "o": [ + [1.391, -6.144], + [7.943, 1.278], + [-4.084, -0.355], + [13.911, -3.667], + [0, 0] + ], + "v": [ + [-25.482, 15.146], + [-10.84, 0.129], + [-6.396, 12.457], + [3.169, -14.532], + [25.482, -4.253] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Group 3", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 30, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 71, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 324, + "s": [100] + }, + { "t": 352, "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": [333.795, 367.794, 0], + "to": [3.8, 1.133, 0], + "ti": [-3.8, -1.133, 0] + }, + { "t": 390, "s": [356.595, 374.594, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [333.795, 367.794, 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.91, 2.558], + [-3.148, -2.225], + [-2.908, -2.56], + [3.146, 2.227] + ], + "o": [ + [3.367, 1.918], + [3.13, 2.25], + [-3.368, -1.916], + [-3.129, -2.251] + ], + "v": [ + [-9.415, -6.715], + [0.29, -0.407], + [9.415, 6.715], + [-0.29, 0.407] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [333.795, 367.794], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 30, + "op": 352, + "st": 30, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "Group 2", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 20, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 61, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 314, + "s": [100] + }, + { "t": 342, "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": 20, + "s": [345.047, 364.09, 0], + "to": [3.117, 0.333, 0], + "ti": [-3.117, -0.333, 0] + }, + { "t": 380, "s": [363.747, 366.09, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [345.047, 364.09, 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.448, 1.174], + [-2.552, -0.907], + [-2.528, -0.97], + [-2.49, -1.066], + [0, 0], + [-1.22, -0.596], + [1.292, 0.413], + [0, 0], + [2.527, 0.971], + [2.49, 1.067] + ], + "o": [ + [2.598, 0.789], + [2.556, 0.896], + [2.519, 0.992], + [0, 0], + [1.231, 0.568], + [-1.303, -0.385], + [0, 0], + [-2.556, -0.897], + [-2.518, -0.993], + [-2.494, -1.056] + ], + "v": [ + [-15.137, -5.89], + [-7.43, -3.302], + [0.181, -0.466], + [7.708, 2.586], + [11.442, 4.189], + [15.137, 5.89], + [11.264, 4.646], + [7.429, 3.303], + [-0.181, 0.466], + [-7.708, -2.588] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [345.047, 364.09], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 20, + "op": 342, + "st": 20, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "Group 1", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 10, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 51, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 304, + "s": [100] + }, + { "t": 332, "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": 10, + "s": [352.442, 337.21, 0], + "to": [2.167, -1.133, 0], + "ti": [-2.167, 1.133, 0] + }, + { "t": 370, "s": [365.442, 330.41, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [352.442, 337.21, 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.561, -0.241], + [-2.512, 0.523], + [-2.523, 0.456], + [-2.541, 0.355], + [0, 0], + [-1.282, 0.11], + [1.248, -0.304], + [0, 0], + [2.523, -0.455], + [2.541, -0.354] + ], + "o": [ + [2.49, -0.647], + [2.51, -0.534], + [2.527, -0.433], + [0, 0], + [1.277, -0.14], + [-1.243, 0.334], + [0, 0], + [-2.51, 0.533], + [-2.528, 0.432], + [-2.539, 0.365] + ], + "v": [ + [-15.152, 2.664], + [-7.642, 0.955], + [-0.087, -0.492], + [7.51, -1.711], + [11.322, -2.239], + [15.152, -2.664], + [11.407, -1.756], + [7.643, -0.953], + [0.087, 0.492], + [-7.51, 1.709] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [352.442, 337.21], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 10, + "op": 332, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "Group 4", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 41, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 294, + "s": [100] + }, + { "t": 322, "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": [345.342, 328.998, 0], + "to": [3.333, -2, 0], + "ti": [-3.333, 2, 0] + }, + { "t": 360, "s": [365.342, 316.998, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [345.342, 328.998, 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.56, -1.269], + [-2.415, 1.516], + [-2.449, 1.458], + [-2.501, 1.369], + [0, 0], + [-1.285, 0.626], + [1.186, -0.795], + [0, 0], + [2.45, -1.456], + [2.502, -1.368] + ], + "o": [ + [2.351, -1.624], + [2.409, -1.525], + [2.461, -1.437], + [0, 0], + [1.27, -0.652], + [-1.17, 0.821], + [0, 0], + [-2.41, 1.525], + [-2.462, 1.436], + [-2.496, 1.378] + ], + "v": [ + [-14.733, 8.68], + [-7.561, 4.01], + [-0.254, -0.431], + [7.171, -4.671], + [10.925, -6.721], + [14.733, -8.68], + [11.174, -6.299], + [7.562, -4.009], + [0.254, 0.431], + [-7.172, 4.67] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [345.342, 328.998], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 322, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "Layer 19", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 180, + "s": [12] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [327.373, 353.293, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [327.373, 353.293, 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.819, -1.552], + [0, 0], + [0.186, 3.058], + [-1.736, 0.916], + [-1.549, -0.913], + [-1.839, -3.484], + [0, 0], + [4.221, 2.491], + [8.552, -4.514], + [-0.487, -8.001] + ], + "o": [ + [0, 0], + [-1.041, -1.971], + [-0.241, -3.964], + [3.8, -2.007], + [2.173, 1.283], + [0, 0], + [-2.968, -5.622], + [-4.211, -2.482], + [-6.666, 3.519], + [0.383, 6.295] + ], + "v": [ + [-16.069, 16.973], + [-5.223, 11.247], + [-7.732, 2.829], + [-4.665, -3.445], + [2.952, -3.744], + [9.174, 3.648], + [20.019, -2.078], + [9.186, -14.306], + [-10.391, -14.29], + [-19.974, 3.574] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [403.846, 390.394], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-17.712, -4.776], + [-0.148, -0.275], + [0, 0], + [20.508, 5.523], + [0.704, -0.67] + ], + "o": [ + [0.147, -0.138], + [18.112, 4.887], + [0, 0], + [-0.654, -1.211], + [-20.857, -5.625], + [0, 0] + ], + "v": [ + [-33.611, -3.524], + [-0.696, -12.85], + [32.518, 19.592], + [37.553, 16.871], + [0.794, -18.375], + [-37.553, -7.672] + ], + "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": [361.933, 360.311], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 40, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-17.712, -4.776], + [-0.148, -0.275], + [0, 0], + [20.508, 5.523], + [0.704, -0.67] + ], + "o": [ + [0.147, -0.138], + [18.112, 4.887], + [0, 0], + [-0.654, -1.211], + [-20.857, -5.625], + [0, 0] + ], + "v": [ + [-33.611, -3.524], + [-0.696, -12.85], + [32.518, 19.592], + [37.553, 16.871], + [0.794, -18.375], + [-37.553, -7.672] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [361.933, 360.311], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [361.933, 360.311], "ix": 2 }, + "a": { "a": 0, "k": [361.933, 360.311], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "Layer 20", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 180, + "s": [-14] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [287.424, 421.491, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [287.424, 421.491, 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.007, -3.432], + [-3.432, -0.007], + [-0.007, 3.432], + [3.432, 0.007] + ], + "o": [ + [-0.007, 3.432], + [3.432, 0.007], + [0.007, -3.432], + [-3.432, -0.007] + ], + "v": [ + [-6.214, -0.013], + [-0.013, 6.214], + [6.214, 0.013], + [0.013, -6.214] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [287.638, 421.406], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "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, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-10.151, 23.496], + [-2.056, 26.177], + [10.151, -26.177], + [-1.507, -23.427] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [336.073, 420.297], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-10.151, 23.496], + [-2.056, 26.177], + [10.151, -26.177], + [-1.507, -23.427] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [336.073, 420.297], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [336.073, 420.297], "ix": 2 }, + "a": { "a": 0, "k": [336.073, 420.297], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-24.349, 22.482], + [-12.142, -29.871], + [24.349, -21.138], + [6.263, 29.871] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [358.367, 423.991], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [358.367, 423.991], "ix": 2 }, + "a": { "a": 0, "k": [358.367, 423.991], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.428, 4.921], + [-4.022, 3.174], + [-1.428, -4.921], + [4.022, -3.174] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [312.349, 428.561], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [22.587, 9.889], + [-24.259, -4.415], + [-22.587, -9.889], + [24.259, 4.415] + ], + "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": [311.061, 428.558], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 40, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [22.587, 9.889], + [-24.259, -4.415], + [-22.587, -9.889], + [24.259, 4.415] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [311.061, 428.558], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 4, + "nm": "Layer 21", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 180, + "s": [20] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [224.607, 421.741, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [224.607, 421.741, 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, -3.432], + [3.432, 0], + [0, 3.432], + [-3.432, 0] + ], + "o": [ + [0, 3.432], + [-3.432, 0], + [0, -3.432], + [3.432, 0] + ], + "v": [ + [6.214, 0], + [0, 6.214], + [-6.214, 0], + [0, -6.214] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [224.519, 421.55], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "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, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [10.098, 23.526], + [1.997, 26.189], + [-10.098, -26.189], + [1.554, -23.415] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [176.09, 420.329], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [10.098, 23.526], + [1.997, 26.189], + [-10.098, -26.189], + [1.554, -23.415] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [176.09, 420.329], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [176.09, 420.329], "ix": 2 }, + "a": { "a": 0, "k": [176.09, 420.329], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [24.303, 22.527], + [12.207, -29.852], + [-24.303, -21.196], + [-6.325, 29.852] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [153.784, 423.991], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [153.784, 423.991], "ix": 2 }, + "a": { "a": 0, "k": [153.784, 423.991], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.439, 4.918], + [-4.015, -3.183], + [1.439, -4.918], + [4.015, 3.183] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [199.793, 428.652], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-22.608, 9.841], + [-24.268, 4.364], + [22.608, -9.841], + [24.268, -4.363] + ], + "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": [201.081, 428.652], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 40, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-22.608, 9.841], + [-24.268, 4.364], + [22.608, -9.841], + [24.268, -4.363] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [201.081, 428.652], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "Layer 22", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [218.088, 369, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [218.088, 369, 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.086, 0.45], + [0.392, 0.216], + [0.389, -0.126], + [-0.152, -0.691], + [-0.843, 0.073], + [-0.277, 0.352] + ], + "o": [ + [-0.095, -0.448], + [-0.392, -0.216], + [-0.803, 0.261], + [0.127, 0.695], + [0.408, -0.035], + [0.277, -0.351] + ], + "v": [ + [1.893, -0.379], + [1.118, -1.444], + [-0.126, -1.56], + [-1.163, 0.237], + [0.49, 1.495], + [1.592, 0.903] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.161, -0.893], + [1.001, -0.294], + [0.473, 0.27], + [0.113, 0.544], + [-0.332, 0.431], + [-0.504, 0.053] + ], + "o": [ + [0.198, 0.887], + [-0.485, 0.146], + [-0.473, -0.269], + [-0.107, -0.544], + [0.33, -0.434], + [1.039, -0.116] + ], + "v": [ + [1.893, -0.379], + [0.563, 1.86], + [-0.963, 1.688], + [-1.897, 0.385], + [-1.542, -1.179], + [-0.201, -1.93] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [217.729, 399.148], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.086, 0.45], + [0.392, 0.216], + [0.389, -0.126], + [-0.152, -0.691], + [-0.843, 0.073], + [-0.277, 0.352] + ], + "o": [ + [-0.095, -0.448], + [-0.392, -0.216], + [-0.803, 0.261], + [0.127, 0.695], + [0.408, -0.035], + [0.277, -0.351] + ], + "v": [ + [1.893, -0.379], + [1.118, -1.444], + [-0.126, -1.56], + [-1.163, 0.237], + [0.49, 1.494], + [1.592, 0.903] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.161, -0.893], + [1.001, -0.295], + [0.473, 0.27], + [0.113, 0.544], + [-0.332, 0.432], + [-0.504, 0.053] + ], + "o": [ + [0.198, 0.887], + [-0.485, 0.146], + [-0.473, -0.269], + [-0.107, -0.545], + [0.33, -0.433], + [1.039, -0.116] + ], + "v": [ + [1.893, -0.379], + [0.563, 1.86], + [-0.963, 1.688], + [-1.897, 0.385], + [-1.542, -1.179], + [-0.201, -1.93] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [217.279, 386.04], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.086, 0.45], + [0.392, 0.216], + [0.389, -0.126], + [-0.152, -0.691], + [-0.843, 0.073], + [-0.277, 0.352] + ], + "o": [ + [-0.095, -0.448], + [-0.392, -0.216], + [-0.803, 0.261], + [0.127, 0.695], + [0.408, -0.035], + [0.277, -0.351] + ], + "v": [ + [1.893, -0.379], + [1.118, -1.444], + [-0.126, -1.56], + [-1.163, 0.237], + [0.49, 1.495], + [1.592, 0.903] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.161, -0.893], + [1.001, -0.295], + [0.473, 0.27], + [0.113, 0.544], + [-0.332, 0.431], + [-0.504, 0.053] + ], + "o": [ + [0.198, 0.887], + [-0.485, 0.146], + [-0.473, -0.269], + [-0.107, -0.545], + [0.33, -0.433], + [1.039, -0.116] + ], + "v": [ + [1.893, -0.379], + [0.563, 1.86], + [-0.963, 1.688], + [-1.897, 0.385], + [-1.542, -1.179], + [-0.201, -1.93] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [216.829, 372.931], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.086, 0.45], + [0.392, 0.216], + [0.389, -0.126], + [-0.152, -0.691], + [-0.843, 0.073], + [-0.277, 0.352] + ], + "o": [ + [-0.095, -0.448], + [-0.392, -0.216], + [-0.803, 0.261], + [0.127, 0.696], + [0.408, -0.035], + [0.277, -0.351] + ], + "v": [ + [1.893, -0.379], + [1.118, -1.444], + [-0.126, -1.56], + [-1.163, 0.237], + [0.49, 1.495], + [1.592, 0.903] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.161, -0.893], + [1.001, -0.294], + [0.473, 0.27], + [0.113, 0.544], + [-0.332, 0.431], + [-0.504, 0.053] + ], + "o": [ + [0.198, 0.887], + [-0.485, 0.146], + [-0.473, -0.269], + [-0.107, -0.544], + [0.33, -0.434], + [1.039, -0.116] + ], + "v": [ + [1.893, -0.379], + [0.563, 1.86], + [-0.963, 1.688], + [-1.897, 0.385], + [-1.542, -1.179], + [-0.201, -1.93] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [216.379, 359.823], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.086, 0.45], + [0.392, 0.216], + [0.389, -0.126], + [-0.152, -0.691], + [-0.843, 0.073], + [-0.277, 0.352] + ], + "o": [ + [-0.095, -0.448], + [-0.392, -0.216], + [-0.803, 0.261], + [0.127, 0.695], + [0.408, -0.035], + [0.277, -0.351] + ], + "v": [ + [1.893, -0.379], + [1.118, -1.444], + [-0.126, -1.56], + [-1.163, 0.237], + [0.49, 1.495], + [1.592, 0.903] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.161, -0.893], + [1.001, -0.295], + [0.473, 0.27], + [0.113, 0.544], + [-0.332, 0.431], + [-0.504, 0.053] + ], + "o": [ + [0.198, 0.887], + [-0.485, 0.146], + [-0.473, -0.269], + [-0.107, -0.545], + [0.33, -0.434], + [1.039, -0.116] + ], + "v": [ + [1.893, -0.379], + [0.563, 1.86], + [-0.963, 1.688], + [-1.897, 0.385], + [-1.542, -1.179], + [-0.201, -1.93] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [215.929, 346.714], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.086, 0.45], + [0.392, 0.216], + [0.389, -0.126], + [-0.152, -0.691], + [-0.843, 0.073], + [-0.277, 0.352] + ], + "o": [ + [-0.095, -0.448], + [-0.392, -0.216], + [-0.803, 0.261], + [0.127, 0.695], + [0.408, -0.035], + [0.278, -0.351] + ], + "v": [ + [1.893, -0.379], + [1.118, -1.444], + [-0.126, -1.56], + [-1.163, 0.237], + [0.49, 1.495], + [1.592, 0.903] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.161, -0.893], + [1.001, -0.294], + [0.473, 0.27], + [0.113, 0.544], + [-0.332, 0.431], + [-0.504, 0.053] + ], + "o": [ + [0.198, 0.887], + [-0.485, 0.146], + [-0.473, -0.269], + [-0.107, -0.545], + [0.33, -0.433], + [1.039, -0.116] + ], + "v": [ + [1.893, -0.379], + [0.563, 1.86], + [-0.963, 1.688], + [-1.897, 0.385], + [-1.542, -1.179], + [-0.201, -1.93] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [215.22, 334.365], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.414, -41.222], + [-0.878, -30.923], + [-0.42, -20.621], + [0.374, -0.013], + [0.995, 20.601], + [1.244, 30.91], + [1.414, 41.222], + [0.877, 30.923], + [0.419, 20.621], + [-0.374, 0.013], + [-0.994, -20.601], + [-1.242, -30.91] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [221.476, 369], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 4, + "nm": "Layer 23", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [305.182, 346.489, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-2.026, 0.803], + [-2.061, 0.714], + [-2.106, 0.585], + [-2.168, 0.355], + [0, 0], + [0, 0], + [0.617, -2.647], + [-0.349, 2.69], + [0, 0], + [2.078, -0.614], + [2.064, -0.673] + ], + "o": [ + [1.97, -0.936], + [2.019, -0.822], + [2.064, -0.705], + [2.102, -0.592], + [0, 0], + [0, 0], + [-0.499, 2.666], + [0.231, -2.708], + [0, 0], + [-2.101, 0.501], + [-2.076, 0.621], + [0, 0] + ], + "v": [ + [-12.64, 4.242], + [-6.643, 1.633], + [-0.526, -0.681], + [5.714, -2.661], + [12.107, -4.155], + [12.64, -4.242], + [12.544, -3.733], + [10.906, 4.242], + [11.812, -3.849], + [12.249, -3.427], + [5.986, -1.727], + [-0.223, 0.22] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 4, + "nm": "Layer 24", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [224.269, 340.326, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0.213, 3.442], + [0.038, 1.724], + [-0.051, 1.725], + [0, 0], + [0, 0], + [-6.322, 0.276], + [-6.325, 0.198], + [6.31, -0.457], + [6.311, -0.43], + [0, 0], + [0, 0], + [0, 0], + [-0.05, -1.719] + ], + "o": [ + [-0.518, -3.411], + [-0.098, -1.722], + [-0.034, -1.724], + [0, 0], + [0, 0], + [6.318, -0.339], + [6.32, -0.312], + [-6.305, 0.571], + [-6.308, 0.493], + [0, 0], + [0, 0], + [0, 0], + [0.009, 1.719], + [0, 0] + ], + "v": [ + [-17.969, 11.469], + [-18.98, 1.177], + [-19.16, -3.993], + [-19.173, -9.168], + [-19.159, -9.621], + [-18.718, -9.645], + [0.235, -10.675], + [19.2, -11.469], + [0.277, -9.954], + [-18.657, -8.676], + [-18.203, -9.153], + [-18.228, -4.003], + [-18.168, 1.148], + [-18.078, 6.305] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "Layer 25", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [303.458, 370.515, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [303.458, 370.515, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0.666] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-18.265, 21.082], + [-13.539, -20.095], + [18.265, -30.853], + [9.609, 30.848] + ], + "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": [301.645, 370.222], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 40, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0.666] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-18.265, 21.082], + [-13.539, -20.095], + [18.265, -30.853], + [9.609, 30.848] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [301.645, 370.222], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [301.645, 370.222], "ix": 2 }, + "a": { "a": 0, "k": [301.645, 370.222], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-6.141, 30.554], + [-2.959, 31.146], + [6.141, -30.48], + [2.515, -31.146] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [317.395, 370.515], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "Layer 26", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 360, "s": [1080] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [261.591, 376.374, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [789.06, 1122.918, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.162, -1.164], + [-1.404, -0.622], + [-0.878, 1.164], + [1.404, 0.682] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [263.165, 383.571], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.023, -1.545], + [-1.454, 0.653], + [0.181, 1.545], + [1.454, -0.41] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [267.814, 380.25], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.164, -1.162], + [-0.622, 1.404], + [1.164, 0.878], + [0.682, -1.404] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [268.788, 374.801], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-1.545, 0.023], + [0.653, 1.454], + [1.545, -0.181], + [-0.41, -1.454] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [265.467, 370.152], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.162, 1.164], + [1.404, 0.622], + [0.878, -1.164], + [-1.404, -0.682] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [260.018, 369.178], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.023, 1.545], + [1.454, -0.653], + [-0.181, -1.545], + [-1.454, 0.41] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [255.369, 372.499], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.164, 1.162], + [0.622, -1.404], + [-1.164, -0.878], + [-0.682, 1.404] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [254.395, 377.948], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.545, -0.023], + [-0.653, -1.454], + [-1.545, 0.181], + [0.41, 1.454] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.86274510622, 0.86274510622, 0.86274510622, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [257.715, 382.597], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [261.728, 376.38], "ix": 2 }, + "a": { "a": 0, "k": [257.715, 382.597], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 8, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [261.728, 376.38], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [261.728, 376.38], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [261.728, 376.38], "ix": 2 }, + "a": { "a": 0, "k": [261.728, 376.38], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "Layer 27", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 360, "s": [1080] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [245.51, 364.161, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [740.156, 1081.844, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.186, -2.073], + [-2.269, -0.273], + [-0.804, 2.073], + [2.269, 0.472] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [250.644, 373.773], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.697, -2.169], + [-1.868, 1.546], + [0.827, 2.169], + [1.868, -1.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [256.008, 367.192], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-2.073, -1.186], + [-0.273, 2.269], + [2.073, 0.804], + [0.472, -2.269] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [255.123, 359.026], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-2.169, 0.697], + [1.546, 1.868], + [2.169, -0.827], + [-1.135, -1.868] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [248.542, 353.663], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.186, 2.073], + [2.269, 0.273], + [0.804, -2.073], + [-2.269, -0.472] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [240.376, 354.548], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.697, 2.169], + [1.868, -1.546], + [-0.827, -2.169], + [-1.868, 1.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [235.012, 361.129], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.073, 1.186], + [0.273, -2.269], + [-2.073, -0.804], + [-0.472, 2.269] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [235.898, 369.295], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.169, -0.697], + [-1.546, -1.868], + [-2.169, 0.827], + [1.135, 1.868] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.784313738346, 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": [242.478, 374.658], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [245.708, 364.114], "ix": 2 }, + "a": { "a": 0, "k": [242.478, 374.658], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 8, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [245.708, 364.114], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [245.708, 364.114], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [245.708, 364.114], "ix": 2 }, + "a": { "a": 0, "k": [245.708, 364.114], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "Layer 28", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 20, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [230.734, 370.383, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0.574, -0.007], + [0.667, 14.096], + [-1.795, 0.06] + ], + "o": [ + [-1.035, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.09, 20.904], + [0.661, 20.924], + [-3.09, -20.824], + [-0.267, -20.924] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "Layer 29", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 20, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [257.876, 370.108, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.663, 14.096], + [-15.266, -2.35], + [0.242, -0.783], + [7.027, -0.112] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-30.23, -20.547], + [30.23, -19.981], + [25.505, 21.196], + [-26.479, 21.196] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 4, + "nm": "Layer 30", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [257.876, 368.358, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.106, 29.514], + [-27.965, -4.661], + [0.444, -1.554], + [12.873, -0.222] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-55.375, -40.747], + [55.376, -39.626], + [46.72, 42.034], + [-48.504, 42.034] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 4, + "nm": "Layer 31", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [315.956, 355.288, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [315.956, 355.288, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.027, -0.26], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-8, 20.063], + [2.295, 18.394], + [8, -14.893], + [-4.285, -20.063] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [315.956, 355.288], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.027, -0.26], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-8, 20.063], + [2.295, 18.394], + [8, -14.893], + [-4.285, -20.063] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [315.956, 355.288], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 4, + "nm": "Layer 32", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 180, + "s": [-12] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [195.951, 356.063, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [195.951, 356.063, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [-0.021, -0.261], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.612, 20.099], + [-2.644, 18.203], + [-7.612, -15.202], + [4.785, -20.099] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [199.148, 355.19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [-0.021, -0.261], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.612, 20.099], + [-2.644, 18.203], + [-7.612, -15.202], + [4.785, -20.099] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [199.148, 355.19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [199.148, 355.19], "ix": 2 }, + "a": { "a": 0, "k": [199.148, 355.19], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "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.124, 0], + [1.074, 0.174], + [1.865, 4.52], + [-1.017, 6.276], + [0, 0], + [-0.962, -2.333], + [-4.243, -0.687], + [-2.195, 3.309], + [-0.357, 2.201], + [0, 0], + [3.485, -5.256] + ], + "o": [ + [-1.032, 0], + [-9.546, -1.546], + [-1.869, -4.53], + [0, 0], + [-0.63, 3.888], + [0.686, 1.664], + [1.938, 0.314], + [1.693, -2.554], + [0, 0], + [-0.28, 1.732], + [-3.792, 5.717] + ], + "v": [ + [0.207, 14.162], + [-2.953, 13.902], + [-18.589, 2.124], + [-19.873, -14.162], + [-7.767, -12.2], + [-7.252, -2.553], + [-0.991, 1.796], + [5.236, -1.365], + [8.303, -9.597], + [20.409, -7.636], + [15.457, 5.412] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [160.551, 284.499], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [2.183, 0], + [10.188, 13.099], + [-0.207, 1.361], + [0, 0], + [-11.52, -14.812], + [-0.205, 0.025], + [0, 0] + ], + "o": [ + [-7.232, 0], + [-13.034, -16.758], + [0, 0], + [-0.047, 0.309], + [11.263, 14.481], + [0, 0], + [-0.224, 0.025] + ], + "v": [ + [19.279, 32.5], + [-13.973, 17.775], + [-22.09, -32.5], + [-16.431, -31.641], + [-9.455, 14.262], + [22.442, 26.639], + [23.086, 32.326] + ], + "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": [175.523, 326.408], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 40, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "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.183, 0], + [10.188, 13.099], + [-0.207, 1.361], + [0, 0], + [-11.52, -14.812], + [-0.205, 0.025], + [0, 0] + ], + "o": [ + [-7.232, 0], + [-13.034, -16.758], + [0, 0], + [-0.047, 0.309], + [11.263, 14.481], + [0, 0], + [-0.224, 0.025] + ], + "v": [ + [19.279, 32.5], + [-13.973, 17.775], + [-22.09, -32.5], + [-16.431, -31.641], + [-9.455, 14.262], + [22.442, 26.639], + [23.086, 32.326] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [175.523, 326.408], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [175.523, 326.408], "ix": 2 }, + "a": { "a": 0, "k": [175.523, 326.408], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 4, + "nm": "Layer 33", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [259.074, 234.819, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [259.074, 234.819, 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.816, -3.197], + [-2.608, 2.674], + [-0.697, 0.629], + [-0.755, 0.563], + [-0.822, 0.462], + [-0.87, 0.369], + [-0.906, 0.267], + [0, 0], + [0, 0], + [-0.936, -0.059], + [-3.178, -1.833], + [3.568, 0.155], + [3.291, -1.294], + [2.676, -2.369] + ], + "o": [ + [1.15, -3.501], + [0.65, -0.673], + [0.739, -0.577], + [0.806, -0.488], + [0.859, -0.39], + [0.902, -0.288], + [0, 0], + [0, 0], + [0.942, -0.007], + [3.742, 0.424], + [-3.491, -1.171], + [-3.558, -0.162], + [-3.309, 1.25], + [-2.669, 2.385] + ], + "v": [ + [-18.413, 8.581], + [-12.546, -0.788], + [-10.481, -2.697], + [-8.224, -4.389], + [-5.784, -5.82], + [-3.203, -6.992], + [-0.497, -7.848], + [2.288, -8.397], + [5.116, -8.581], + [7.936, -8.426], + [18.413, -4.862], + [7.835, -7.058], + [-2.573, -5.353], + [-11.605, 0.202] + ], + "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": [300.359, 259.857], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.357, -3.417], + [-2.213, 3.008], + [-0.603, 0.72], + [-0.671, 0.661], + [-0.75, 0.571], + [-0.811, 0.485], + [-0.861, 0.389], + [0, 0], + [0, 0], + [-0.935, 0.07], + [-3.401, -1.377], + [3.555, -0.339], + [3.081, -1.736], + [2.323, -2.716] + ], + "o": [ + [0.655, -3.626], + [0.551, -0.757], + [0.653, -0.674], + [0.731, -0.594], + [0.797, -0.505], + [0.853, -0.41], + [0, 0], + [0, 0], + [0.932, -0.137], + [3.764, -0.097], + [-3.619, -0.678], + [-3.546, 0.331], + [-3.105, 1.695], + [-2.314, 2.73] + ], + "v": [ + [-17.309, 10.245], + [-12.792, 0.155], + [-11.01, -2.02], + [-9.008, -4.008], + [-6.789, -5.762], + [-4.395, -7.279], + [-1.833, -8.501], + [0.849, -9.429], + [3.626, -10.002], + [6.439, -10.237], + [17.309, -8.154], + [6.528, -8.869], + [-3.545, -5.742], + [-11.723, 1.006] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [221.38, 250.567], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "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.611, -2.963], + [-0.286, 3.009], + [-0.366, 2.998], + [-0.384, 2.995], + [-0.402, 2.992], + [0, 0], + [0, 0], + [-6.491, -0.667], + [-3.236, -0.417], + [-3.212, -0.588], + [0, 0], + [0, 0], + [0, 0], + [0.469, -2.983], + [0.498, -2.979], + [0.525, -2.975] + ], + "o": [ + [0.234, -3.016], + [0.321, -3.004], + [0.347, -3], + [0.376, -2.996], + [0, 0], + [0, 0], + [6.514, 0.41], + [3.245, 0.333], + [3.231, 0.464], + [0, 0], + [0, 0], + [0, 0], + [-0.443, 2.987], + [-0.462, 2.984], + [-0.48, 2.982], + [-0.559, 2.97] + ], + "v": [ + [-22.016, 18.398], + [-21.157, 9.372], + [-20.141, 0.367], + [-19.019, -8.622], + [-17.807, -17.599], + [-17.7, -18.398], + [-16.889, -18.347], + [2.615, -16.744], + [12.338, -15.617], + [22.016, -14.138], + [2.499, -15.346], + [-16.997, -16.607], + [-16.08, -17.355], + [-17.404, -8.394], + [-18.819, 0.554], + [-20.339, 9.487] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [221.392, 219.597], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 4, + "nm": "Group 1", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [1] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0] }, + "t": 180, + "s": [29.7] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 0, + "s": [263.748, 292.316, 0], + "to": [0, 0.533, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 180, + "s": [263.748, 295.516, 0], + "to": [0, 0, 0], + "ti": [0, 0.533, 0] + }, + { "t": 360, "s": [263.748, 292.316, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [263.748, 292.316, 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.931, -2.044], + [-1.636, 1.81], + [-1.186, 0.436], + [-1.221, -0.104], + [-1.036, -0.783], + [-0.458, -1.123], + [0.457, -2.218], + [1.04, 1.768], + [1.947, 0.172], + [1.56, -1.318] + ], + "o": [ + [0.146, -2.257], + [0.807, -0.912], + [1.192, -0.438], + [1.243, 0.145], + [1.016, 0.801], + [0.943, 2.238], + [-0.376, -2.217], + [-1.033, -1.781], + [-1.986, -0.247], + [-1.561, 1.316] + ], + "v": [ + [-8.017, 3.262], + [-5.406, -3.094], + [-2.336, -5.159], + [1.365, -5.57], + [4.912, -4.203], + [7.165, -1.237], + [7.755, 5.611], + [5.765, -0.526], + [1.151, -3.586], + [-4.334, -1.982] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [263.748, 292.316], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 4, + "nm": "Group 1", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [305.463, 266.51, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [305.463, 266.51, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "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": [ + [3.792, -15.958], + [0, 0], + [-15.958, -3.793] + ], + "o": [ + [0, 0], + [3.793, -15.958], + [15.958, 3.792] + ], + "v": [ + [28.495, 18.287], + [-29.306, 4.55], + [6.461, -17.475] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 15, + "s": [ + { + "i": [ + [19.792, -17.797], + [0, 0], + [-17.462, -5.672] + ], + "o": [ + [0, 0], + [-9.407, -26.811], + [16.825, 5.465] + ], + "v": [ + [16.745, 34.787], + [-26.806, 22.05], + [8.211, -14.725] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.333, "y": 0 }, + "t": 30, + "s": [ + { + "i": [ + [37.792, -19.297], + [0, 0], + [-17.435, -5.754] + ], + "o": [ + [0, 0], + [-20.157, -35.061], + [18.075, 5.965] + ], + "v": [ + [4.995, 39.037], + [-20.556, 31.675], + [8.211, -14.725] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 60, + "s": [ + { + "i": [ + [19.792, -17.797], + [0, 0], + [-17.462, -5.672] + ], + "o": [ + [0, 0], + [-9.407, -26.811], + [16.825, 5.465] + ], + "v": [ + [16.745, 34.787], + [-26.806, 22.05], + [8.211, -14.725] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.167, "y": 0 }, + "t": 90, + "s": [ + { + "i": [ + [3.792, -15.958], + [0, 0], + [-15.958, -3.793] + ], + "o": [ + [0, 0], + [3.793, -15.958], + [15.958, 3.792] + ], + "v": [ + [28.495, 18.287], + [-29.306, 4.55], + [6.461, -17.475] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.333, "y": 0 }, + "t": 180, + "s": [ + { + "i": [ + [3.792, -15.958], + [0, 0], + [-15.958, -3.793] + ], + "o": [ + [0, 0], + [3.793, -15.958], + [15.958, 3.792] + ], + "v": [ + [28.495, 18.287], + [-29.306, 4.55], + [6.461, -17.475] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 195, + "s": [ + { + "i": [ + [19.792, -17.797], + [0, 0], + [-17.462, -5.672] + ], + "o": [ + [0, 0], + [-9.407, -26.811], + [16.825, 5.465] + ], + "v": [ + [16.745, 34.787], + [-26.806, 22.05], + [8.211, -14.725] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.333, "y": 0 }, + "t": 210, + "s": [ + { + "i": [ + [37.792, -19.297], + [0, 0], + [-17.435, -5.754] + ], + "o": [ + [0, 0], + [-20.157, -35.061], + [18.075, 5.965] + ], + "v": [ + [4.995, 39.037], + [-20.556, 31.675], + [8.211, -14.725] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 240, + "s": [ + { + "i": [ + [19.792, -17.797], + [0, 0], + [-17.462, -5.672] + ], + "o": [ + [0, 0], + [-9.407, -26.811], + [16.825, 5.465] + ], + "v": [ + [16.745, 34.787], + [-26.806, 22.05], + [8.211, -14.725] + ], + "c": true + } + ] + }, + { + "t": 270, + "s": [ + { + "i": [ + [3.792, -15.958], + [0, 0], + [-15.958, -3.793] + ], + "o": [ + [0, 0], + [3.793, -15.958], + [15.958, 3.792] + ], + "v": [ + [28.495, 18.287], + [-29.306, 4.55], + [6.461, -17.475] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.800000059838, 0.627450980392, 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": [305.463, 266.51], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [305.463, 266.51], "ix": 2 }, + "a": { "a": 0, "k": [305.463, 266.51], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 4, + "nm": "Group 6", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [302.351, 289.546, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [302.351, 289.546, 0], "ix": 1, "l": 2 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 0, + "s": [100, 100, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 60, + "s": [100, 20, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.297, 0.297, 0.297], "y": [0, 0, 0] }, + "t": 120, + "s": [100, 100, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 178, + "s": [100, 100, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 238, + "s": [100, 20, 100] + }, + { "t": 298, "s": [100, 100, 100] } + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.477, 13.603], + [-5.694, 12.363], + [0.477, -13.603], + [5.694, -12.363] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [304.851, 278.796], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 4, + "nm": "Group 2", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [304.852, 278.796, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [304.852, 278.796, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [2.891, -12.165], + [12.165, 2.891], + [-2.891, 12.166], + [-12.165, -2.891] + ], + "o": [ + [-2.891, 12.165], + [-12.165, -2.891], + [2.891, -12.165], + [12.165, 2.891] + ], + "v": [ + [22.028, 5.235], + [-5.235, 22.028], + [-22.028, -5.235], + [5.235, -22.028] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [304.851, 278.796], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [3.604, -15.174], + [0.167, -0.537], + [0, 0], + [-0.232, 0.991], + [-15.174, -3.604] + ], + "o": [ + [-0.13, 0.556], + [0, 0], + [0.13, -0.982], + [3.604, -15.165], + [15.165, 3.604] + ], + "v": [ + [27.351, 16.57], + [26.906, 18.2], + [-28.122, 6.463], + [-27.584, 3.507], + [6.414, -17.429] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [304.969, 268.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": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "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.605, -15.169], + [15.169, 3.605], + [-3.605, 15.169], + [-15.169, -3.605] + ], + "o": [ + [-3.605, 15.169], + [-15.169, -3.605], + [3.605, -15.169], + [15.169, 3.605] + ], + "v": [ + [27.466, 6.527], + [-6.528, 27.466], + [-27.466, -6.528], + [6.527, -27.466] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [304.851, 278.796], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "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.605, -15.169], + [15.169, 3.605], + [-3.605, 15.169], + [-15.169, -3.605] + ], + "o": [ + [-3.605, 15.169], + [-15.169, -3.605], + [3.605, -15.169], + [15.169, 3.605] + ], + "v": [ + [27.466, 6.527], + [-6.528, 27.466], + [-27.466, -6.528], + [6.527, -27.466] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [304.851, 278.796], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [304.851, 278.796], "ix": 2 }, + "a": { "a": 0, "k": [304.851, 278.796], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "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": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [304.851, 278.796], "ix": 2 }, + "a": { "a": 0, "k": [304.851, 278.796], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 4, + "nm": "Group 1", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.38], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.38], "y": [0] }, + "t": 90, + "s": [90] + }, + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.38], "y": [0] }, + "t": 180, + "s": [180] + }, + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.38], "y": [0] }, + "t": 270, + "s": [270] + }, + { "t": 360, "s": [360] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [229.094, 266.965, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [229.094, 266.965, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [233.539, 273.056], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [235.234, 262.589], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [229.094, 266.965], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [222.953, 271.341], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [237.974, 279.206], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [216.802, 275.776], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [241.385, 258.154], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [220.213, 254.724], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.218, 3.075], + [-3.075, 2.218], + [-2.218, -3.075], + [3.075, -2.218] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [224.648, 260.874], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 9", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [224.648, 260.874], "ix": 2 }, + "a": { "a": 0, "k": [224.648, 260.874], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 9, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 4, + "nm": "Group 2", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [229.094, 266.965, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [229.094, 266.965, 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, -12.343], + [12.343, 2], + [-2, 12.344], + [-12.343, -2] + ], + "o": [ + [-2, 12.343], + [-12.343, -2], + [2, -12.343], + [12.344, 2] + ], + "v": [ + [22.35, 3.621], + [-3.621, 22.35], + [-22.35, -3.621], + [3.621, -22.35] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.094, 266.965], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 4, + "nm": "Group 3", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [229.094, 266.965, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [229.094, 266.965, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [2.493, -15.391], + [15.391, 2.493], + [-2.493, 15.391], + [-15.391, -2.493] + ], + "o": [ + [-2.493, 15.391], + [-15.391, -2.493], + [2.493, -15.391], + [15.391, 2.493] + ], + "v": [ + [27.868, 4.515], + [-4.515, 27.868], + [-27.868, -4.515], + [4.515, -27.868] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.094, 266.965], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.094, 266.965], "ix": 2 }, + "a": { "a": 0, "k": [229.094, 266.965], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 4, + "nm": "Layer 35", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [300.634, 248.936, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [300.634, 248.936, 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.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.096], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.199] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.048] + ], + "o": [ + [0.018, 0.908], + [-0.504, 0.048], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.091] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [266.598, 266.52], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.04, 0.456], + [0.318, 0.314], + [0.409, -0.016], + [0.042, -0.706], + [-0.831, -0.16], + [-0.363, 0.263] + ], + "o": [ + [0.031, -0.457], + [-0.319, -0.315], + [-0.844, 0.032], + [-0.068, 0.704], + [0.402, 0.078], + [0.363, -0.262] + ], + "v": [ + [1.926, 0.149], + [1.471, -1.087], + [0.305, -1.538], + [-1.182, -0.091], + [0.065, 1.569], + [1.287, 1.301] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.088, -0.904], + [1.044, -0.011], + [0.381, 0.388], + [-0.04, 0.554], + [-0.437, 0.325], + [-0.499, -0.086] + ], + "o": [ + [-0.051, 0.907], + [-0.506, 0.008], + [-0.382, -0.388], + [0.045, -0.553], + [0.436, -0.327], + [1.031, 0.171] + ], + "v": [ + [1.926, 0.149], + [0.037, 1.941], + [-1.385, 1.36], + [-1.929, -0.149], + [-1.161, -1.557], + [0.334, -1.914] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [324.929, 286.12], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.096], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.199] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.048] + ], + "o": [ + [0.019, 0.908], + [-0.504, 0.047], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.091] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [312.714, 283.154], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.096], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.198] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.048] + ], + "o": [ + [0.018, 0.908], + [-0.504, 0.047], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.091] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [300.501, 280.174], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.095], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.198] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.047] + ], + "o": [ + [0.019, 0.908], + [-0.504, 0.047], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.092] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [288.287, 277.195], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.095], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.198] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.047] + ], + "o": [ + [0.019, 0.908], + [-0.504, 0.047], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.092] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [276.074, 274.216], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.095], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.198] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.048] + ], + "o": [ + [0.019, 0.908], + [-0.504, 0.047], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.091] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [268.748, 253.581], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.095], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.199] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.047] + ], + "o": [ + [0.018, 0.908], + [-0.504, 0.048], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.091] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [270.898, 240.642], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.096], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.198] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.048] + ], + "o": [ + [0.018, 0.908], + [-0.504, 0.048], + [-0.41, -0.357], + [0.003, -0.555], + [0.409, -0.36], + [1.041, 0.091] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [273.048, 227.704], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.004, 0.458], + [0.341, 0.289], + [0.407, -0.047], + [-0.012, -0.708], + [-0.841, -0.096], + [-0.341, 0.29] + ], + "o": [ + [-0.004, -0.458], + [-0.342, -0.289], + [-0.839, 0.097], + [-0.013, 0.707], + [0.407, 0.046], + [0.341, -0.289] + ], + "v": [ + [1.933, 0.001], + [1.384, -1.196], + [0.187, -1.556], + [-1.184, 0.001], + [0.187, 1.56], + [1.385, 1.199] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.018, -0.908], + [1.04, -0.091], + [0.41, 0.358], + [0.003, 0.555], + [-0.411, 0.357], + [-0.504, -0.047] + ], + "o": [ + [0.018, 0.908], + [-0.504, 0.048], + [-0.41, -0.357], + [0.002, -0.555], + [0.409, -0.36], + [1.041, 0.091] + ], + "v": [ + [1.933, 0.001], + [0.187, 1.933], + [-1.275, 1.463], + [-1.933, 0.001], + [-1.276, -1.462], + [0.187, -1.933] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [274.794, 215.458], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 10", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.86, 9.866], + [1.693, -9.896], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [-1.616, 9.909], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [1.783, -9.88] + ], + "v": [ + [-22.686, -37.514], + [-27.63, -7.803], + [-32.755, 21.876], + [-33.031, 21.456], + [0.28, 29.37], + [16.918, 33.402], + [33.536, 37.514], + [16.83, 33.775], + [0.141, 29.957], + [-33.199, 22.169], + [-33.536, 22.09], + [-33.475, 21.749], + [-28.17, -7.898] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [303.067, 247.325], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 11", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 4, + "nm": "Layer 36", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [273.339, 263.286, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [64.284, 5.768], + [-4.816, 27.073], + [-53.669, -20.514], + [1.431, -4.771] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-81.696, 44.906], + [-71.39, -64.465], + [81.696, -36.433], + [52.596, 64.465] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 4, + "nm": "Layer 37", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [346.353, 280.089, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [346.353, 280.089, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.104, -0.381], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-16.204, 29.339], + [-0.486, 29.397], + [16.204, -18.682], + [-0.785, -29.397] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [346.353, 280.089], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.104, -0.381], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-16.204, 29.339], + [-0.486, 29.397], + [16.204, -18.682], + [-0.785, -29.397] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [346.353, 280.089], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 4, + "nm": "Layer 38", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [189.973, 259.227, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [189.973, 259.227, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.033, -0.393], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.521, 30.227], + [-10.257, 24.873], + [-9.382, -26.013], + [10.257, -30.227] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [189.973, 259.227], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 20, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.033, -0.393], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.521, 30.227], + [-10.257, 24.873], + [-9.382, -26.013], + [10.257, -30.227] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [189.973, 259.227], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 4, + "nm": "torso", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [257.876, 413.283, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [257.876, 413.283, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.758, 1.455], + [-33.758, 1.455], + [-33.758, -1.455], + [33.758, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [257.876, 420.861], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.758, 1.455], + [-33.758, 1.455], + [-33.758, -1.455], + [33.758, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [257.876, 417.072], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.758, 1.455], + [-33.758, 1.455], + [-33.758, -1.455], + [33.758, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [257.876, 413.283], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [33.758, 1.455], + [-33.758, 1.455], + [-33.758, -1.455], + [33.758, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [257.876, 409.493], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.758, 1.455], + [-33.758, 1.455], + [-33.758, -1.455], + [33.758, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [257.876, 405.704], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 4, + "nm": "Neck", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 180, + "s": [12] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [258.505, 322.534, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [258.505, 322.534, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.756, 1.455], + [-17.756, 1.455], + [-17.756, -1.455], + [17.756, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [258.505, 330.113], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.756, 1.455], + [-17.756, 1.455], + [-17.756, -1.455], + [17.756, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [258.505, 326.324], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.756, 1.455], + [-17.756, 1.455], + [-17.756, -1.455], + [17.756, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [258.505, 322.534], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.756, 1.455], + [-17.756, 1.455], + [-17.756, -1.455], + [17.756, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [258.505, 318.745], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.756, 1.455], + [-17.756, 1.455], + [-17.756, -1.455], + [17.756, -1.455] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.168627455831, 0.270588248968, 0.305882364511, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [258.505, 314.956], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "Layer 67", + "parent": 36, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [334.726, 232.707, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "Layer 2", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 40, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 100, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 300, + "s": [100] + }, + { "t": 360, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [431.001, 225.641, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [175.001, -30.359, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-0.21, 0.115], + [-0.153, 0.198], + [-0.089, 0.268], + [0, 0.306], + [0.102, 0.268], + [0.173, 0.198], + [0.223, 0.108], + [0.23, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0.242, 0], + [0.211, -0.115], + [0.153, -0.197], + [0.09, -0.268], + [0, -0.319], + [-0.102, -0.268], + [-0.172, -0.198], + [-0.224, -0.108], + [0, 0], + [0, 0] + ], + "v": [ + [172.15, -30.436], + [175.461, -30.436], + [176.139, -30.608], + [176.685, -31.077], + [177.048, -31.775], + [177.183, -32.637], + [177.03, -33.517], + [176.618, -34.215], + [176.025, -34.675], + [175.345, -34.837], + [172.15, -34.837] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-0.529, -0.261], + [-0.383, -0.427], + [-0.217, -0.542], + [0, -0.548], + [0.44, -0.721], + [0.753, -0.319], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0.625, 0], + [0.529, 0.262], + [0.383, 0.428], + [0.217, 0.542], + [0, 0.88], + [-0.439, 0.721], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [169.508, -23.565], + [169.508, -37.153], + [175.518, -37.153], + [177.25, -36.761], + [178.618, -35.727], + [179.517, -34.273], + [179.842, -32.637], + [179.182, -30.235], + [177.393, -28.675], + [180.494, -23.565], + [177.527, -23.565], + [174.753, -28.12], + [172.15, -28.12], + [172.15, -23.565] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 40, + "op": 692, + "st": 40, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "Layer 3", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 30, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 90, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 290, + "s": [100] + }, + { "t": 350, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [416.849, 225.641, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [160.849, -30.359, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -0.561], + [-0.179, -0.548], + [-0.338, -0.421], + [-0.491, -0.255], + [-0.626, 0], + [-0.491, 0.262], + [-0.339, 0.434], + [-0.173, 0.542], + [0, 0.561], + [0.185, 0.549], + [0.338, 0.421], + [0.491, 0.249], + [0.612, 0], + [0.497, -0.261], + [0.331, -0.427], + [0.172, -0.542] + ], + "o": [ + [0, 0.587], + [0.179, 0.549], + [0.338, 0.421], + [0.491, 0.255], + [0.638, 0], + [0.491, -0.261], + [0.338, -0.434], + [0.172, -0.542], + [0, -0.587], + [-0.186, -0.548], + [-0.339, -0.421], + [-0.491, -0.249], + [-0.639, 0], + [-0.498, 0.262], + [-0.332, 0.428], + [-0.173, 0.542] + ], + "v": [ + [156.897, -30.359], + [157.165, -28.656], + [157.94, -27.201], + [159.184, -26.187], + [160.859, -25.804], + [162.552, -26.197], + [163.796, -27.24], + [164.562, -28.704], + [164.82, -30.359], + [164.543, -32.062], + [163.758, -33.517], + [162.514, -34.521], + [160.859, -34.895], + [159.156, -34.502], + [157.912, -33.469], + [157.156, -32.014] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0.957, 0], + [0.811, 0.389], + [0.58, 0.645], + [0.319, 0.83], + [0, 0.868], + [-0.338, 0.83], + [-0.593, 0.638], + [-0.816, 0.376], + [-0.957, 0], + [-0.811, -0.402], + [-0.573, -0.651], + [-0.318, -0.829], + [0, -0.855], + [0.331, -0.823], + [0.586, -0.631], + [0.816, -0.376] + ], + "o": [ + [-0.995, 0], + [-0.811, -0.389], + [-0.581, -0.644], + [-0.318, -0.829], + [0, -0.906], + [0.338, -0.829], + [0.594, -0.638], + [0.816, -0.376], + [0.982, 0], + [0.811, 0.402], + [0.574, 0.65], + [0.319, 0.83], + [0, 0.906], + [-0.332, 0.823], + [-0.587, 0.632], + [-0.816, 0.376] + ], + "v": [ + [160.839, -23.47], + [158.131, -24.053], + [156.045, -25.603], + [154.696, -27.814], + [154.218, -30.359], + [154.725, -32.962], + [156.122, -35.162], + [158.237, -36.684], + [160.897, -37.249], + [163.586, -36.646], + [165.662, -35.067], + [167.002, -32.847], + [167.48, -30.321], + [166.983, -27.728], + [165.605, -25.546], + [163.5, -24.034] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 30, + "op": 682, + "st": 30, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 4, + "nm": "Layer 4", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 20, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 80, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 280, + "s": [100] + }, + { "t": 340, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [403.807, 225.641, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [147.807, -30.359, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-0.21, 0.115], + [-0.153, 0.198], + [-0.089, 0.268], + [0, 0.306], + [0.102, 0.268], + [0.173, 0.198], + [0.223, 0.108], + [0.23, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0.242, 0], + [0.211, -0.115], + [0.153, -0.197], + [0.09, -0.268], + [0, -0.319], + [-0.103, -0.268], + [-0.172, -0.198], + [-0.224, -0.108], + [0, 0], + [0, 0] + ], + "v": [ + [144.956, -30.436], + [148.266, -30.436], + [148.945, -30.608], + [149.491, -31.077], + [149.854, -31.775], + [149.989, -32.637], + [149.836, -33.517], + [149.423, -34.215], + [148.831, -34.675], + [148.151, -34.837], + [144.956, -34.837] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-0.529, -0.261], + [-0.383, -0.427], + [-0.217, -0.542], + [0, -0.548], + [0.441, -0.721], + [0.753, -0.319], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0.625, 0], + [0.529, 0.262], + [0.383, 0.428], + [0.217, 0.542], + [0, 0.88], + [-0.439, 0.721], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [142.314, -23.565], + [142.314, -37.153], + [148.324, -37.153], + [150.055, -36.761], + [151.423, -35.727], + [152.323, -34.273], + [152.648, -32.637], + [151.988, -30.235], + [150.199, -28.675], + [153.299, -23.565], + [150.333, -23.565], + [147.558, -28.12], + [144.956, -28.12], + [144.956, -23.565] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 20, + "op": 672, + "st": 20, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "Layer 5", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 10, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 70, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 270, + "s": [100] + }, + { "t": 330, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [391.081, 225.641, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [135.081, -30.359, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-0.21, 0.115], + [-0.153, 0.198], + [-0.089, 0.268], + [0, 0.306], + [0.102, 0.268], + [0.173, 0.198], + [0.223, 0.108], + [0.23, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0.242, 0], + [0.211, -0.115], + [0.153, -0.197], + [0.09, -0.268], + [0, -0.319], + [-0.102, -0.268], + [-0.172, -0.198], + [-0.224, -0.108], + [0, 0], + [0, 0] + ], + "v": [ + [132.23, -30.436], + [135.541, -30.436], + [136.219, -30.608], + [136.765, -31.077], + [137.129, -31.775], + [137.263, -32.637], + [137.11, -33.517], + [136.698, -34.215], + [136.105, -34.675], + [135.425, -34.837], + [132.23, -34.837] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-0.529, -0.261], + [-0.383, -0.427], + [-0.217, -0.542], + [0, -0.548], + [0.441, -0.721], + [0.753, -0.319], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0.625, 0], + [0.529, 0.262], + [0.383, 0.428], + [0.217, 0.542], + [0, 0.88], + [-0.439, 0.721], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [129.588, -23.565], + [129.588, -37.153], + [135.598, -37.153], + [137.33, -36.761], + [138.698, -35.727], + [139.597, -34.273], + [139.922, -32.637], + [139.262, -30.235], + [137.473, -28.675], + [140.574, -23.565], + [137.607, -23.565], + [134.833, -28.12], + [132.23, -28.12], + [132.23, -23.565] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 10, + "op": 662, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 42, + "ty": 4, + "nm": "Layer 6", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 60, + "s": [100] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 260, + "s": [100] + }, + { "t": 320, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [378.804, 225.641, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [122.804, -30.359, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [127.521, -25.881], + [127.521, -23.565], + [118.087, -23.565], + [118.087, -37.153], + [127.349, -37.153], + [127.349, -34.837], + [120.728, -34.837], + [120.728, -31.565], + [126.45, -31.565], + [126.45, -29.421], + [120.728, -29.421], + [120.728, -25.881] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 43, + "ty": 4, + "nm": "Layer 7", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [404.48, 225.021, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 4.87], + [-23.279, 0], + [0, -17.196], + [23.279, 0], + [7.56, 5.345], + [0, 0] + ], + "o": [ + [-2.69, -4.096], + [0, -17.196], + [23.279, 0], + [0, 17.195], + [-11.288, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-37.23, 13.574], + [-41.433, 0], + [0.73, -31.138], + [42.874, 0], + [0.73, 31.138], + [-28.351, 22.523], + [-42.874, 26.215] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "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": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 44, + "ty": 4, + "nm": "Layer 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 360, "s": [720] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [318.115, 232.707, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [957.151, 689.885, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.918, -1.605], + [-1.756, -0.212], + [-0.622, 1.605], + [1.756, 0.366] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [322.089, 240.147], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.54, -1.679], + [-1.446, 1.197], + [0.64, 1.679], + [1.446, -0.879] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [326.241, 235.053], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.605, -0.918], + [-0.212, 1.756], + [1.605, 0.622], + [0.366, -1.756] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [325.555, 228.732], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-1.679, 0.54], + [1.197, 1.446], + [1.679, -0.64], + [-0.879, -1.446] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [320.461, 224.581], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.918, 1.605], + [1.756, 0.212], + [0.622, -1.605], + [-1.756, -0.366] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [314.14, 225.266], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.54, 1.679], + [1.446, -1.197], + [-0.64, -1.679], + [-1.446, 0.879] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [309.988, 230.36], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.605, 0.918], + [0.212, -1.756], + [-1.605, -0.622], + [-0.366, 1.756] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [310.674, 236.681], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.679, -0.54], + [-1.197, -1.446], + [-1.679, 0.64], + [0.879, 1.446] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [315.768, 240.833], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [318.268, 232.67], "ix": 2 }, + "a": { "a": 0, "k": [315.768, 240.833], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 8, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [318.268, 232.67], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [318.268, 232.67], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [318.268, 232.67], "ix": 2 }, + "a": { "a": 0, "k": [318.268, 232.67], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 45, + "ty": 4, + "nm": "Layer 14", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [337.378, 209.811, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [2.508, -7.644], + [-1.557, 3.792], + [9.639, -10.68], + [0, 0] + ], + "o": [ + [-6.097, -1.582], + [-2.508, 7.644], + [1.558, -3.792], + [-9.639, 10.68], + [0, 0] + ], + "v": [ + [22.051, -17.784], + [1.991, -11.661], + [10.908, -2.058], + [-17.462, -5.938], + [-18.563, 18.605] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 46, + "ty": 4, + "nm": "Layer 64", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [1.164] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.968] }, + "o": { "x": [0.167], "y": [0.055] }, + "t": 90, + "s": [6.1] + }, + { + "i": { "x": [0.833], "y": [0.91] }, + "o": { "x": [0.167], "y": [-0.053] }, + "t": 180, + "s": [-12.033] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [1.094] }, + "t": 270, + "s": [-0.917] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.873 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [360.201, 162.339, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.674 }, + "o": { "x": 0.167, "y": 0.241 }, + "t": 90, + "s": [365.101, 165.839, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.893 }, + "o": { "x": 0.167, "y": 0.112 }, + "t": 180, + "s": [368.065, 164.67, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.381 }, + "t": 270, + "s": [360.201, 159.739, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { "t": 360, "s": [360.201, 162.339, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [104.201, -93.661, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [87.522, -87.858], + [112.222, -83.856], + [117.43, -116.003] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [100.503, -33.38], + [104.534, -58.262], + [54.589, -66.353], + [58.796, -92.325], + [130.304, -158.651], + [150.101, -155.443], + [137.831, -79.708], + [153.814, -77.118], + [149.577, -50.965], + [133.594, -53.554], + [129.563, -28.672] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 47, + "ty": 4, + "nm": "Layer 63", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [1.157] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.983] }, + "o": { "x": [0.167], "y": [0.054] }, + "t": 90, + "s": [-5.8] + }, + { + "i": { "x": [0.833], "y": [0.931] }, + "o": { "x": [0.167], "y": [-0.022] }, + "t": 180, + "s": [10.933] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [-0.39] }, + "t": 270, + "s": [-2.333] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.8 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [255.66, 145.682, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.876 }, + "o": { "x": 0.167, "y": 0.143 }, + "t": 90, + "s": [250.96, 149.382, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.825 }, + "o": { "x": 0.167, "y": 0.253 }, + "t": 180, + "s": [259.232, 148.144, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.159 }, + "t": 270, + "s": [255.66, 150.182, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { "t": 360, "s": [255.66, 145.682, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [-0.34, -110.318, 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, 8.587], + [3.434, 5.336], + [5.397, 0], + [3.372, -5.335], + [0, -8.584], + [-3.375, -5.272], + [-5.643, 0], + [-3.436, 5.275] + ], + "o": [ + [0, -8.584], + [-3.436, -5.335], + [-5.643, 0], + [-3.375, 5.336], + [0, 8.587], + [3.372, 5.275], + [5.397, 0], + [3.434, -5.272] + ], + "v": [ + [18.058, -110.226], + [12.906, -131.109], + [-0.341, -139.112], + [-13.864, -131.109], + [-18.923, -110.226], + [-13.864, -89.435], + [-0.341, -81.524], + [12.906, -89.435] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -8.095], + [2.451, -6.808], + [4.293, -4.968], + [5.824, -2.76], + [6.868, 0], + [5.888, 2.76], + [4.292, 4.968], + [2.392, 6.808], + [0, 8.096], + [-2.392, 6.808], + [-4.295, 4.968], + [-5.888, 2.823], + [-6.871, 0], + [-5.828, -2.82], + [-4.295, -4.968], + [-2.455, -6.808] + ], + "o": [ + [0, 8.096], + [-2.455, 6.808], + [-4.295, 4.968], + [-5.828, 2.76], + [-6.871, 0], + [-5.888, -2.76], + [-4.295, -4.968], + [-2.392, -6.808], + [0, -8.095], + [2.392, -6.808], + [4.292, -4.968], + [5.888, -2.82], + [6.868, 0], + [5.824, 2.823], + [4.293, 4.968], + [2.451, 6.808] + ], + "v": [ + [47.681, -110.226], + [44.002, -87.871], + [33.88, -70.208], + [18.703, -58.617], + [-0.341, -54.477], + [-19.476, -58.617], + [-34.746, -70.208], + [-44.774, -87.871], + [-48.362, -110.226], + [-44.774, -132.58], + [-34.746, -150.243], + [-19.476, -161.927], + [-0.341, -166.159], + [18.703, -161.927], + [33.88, -150.243], + [44.002, -132.58] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 48, + "ty": 4, + "nm": "Layer 62", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [1.396] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.973] }, + "o": { "x": [0.167], "y": [0.069] }, + "t": 90, + "s": [-4.5] + }, + { + "i": { "x": [0.833], "y": [0.899] }, + "o": { "x": [0.167], "y": [-0.039] }, + "t": 180, + "s": [21.4] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.469] }, + "t": 270, + "s": [3.8] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.774 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [151.376, 161.469, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.867 }, + "o": { "x": 0.167, "y": 0.132 }, + "t": 90, + "s": [147.776, 165.069, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.858 }, + "o": { "x": 0.167, "y": 0.224 }, + "t": 180, + "s": [156.381, 163.865, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.202 }, + "t": 270, + "s": [151.376, 165.069, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { "t": 360, "s": [151.376, 161.469, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [-104.624, -94.531, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-126.366, -73.478], + [-102.114, -79.641], + [-110.136, -111.204] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-92.767, -28.672], + [-98.976, -53.102], + [-148.014, -40.639], + [-154.494, -66.139], + [-115.306, -155.451], + [-95.869, -160.39], + [-76.971, -86.031], + [-61.279, -90.019], + [-54.753, -64.341], + [-70.445, -60.353], + [-64.236, -35.923] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 49, + "ty": 4, + "nm": "Layer 61", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 120, + "s": [4.9] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 240, + "s": [-12.1] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.855 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [306.033, 57.433, 0], + "to": [0.833, 0.942, 0], + "ti": [-0.875, -0.067, 0] + }, + { + "i": { "x": 0.833, "y": 0.837 }, + "o": { "x": 0.167, "y": 0.196 }, + "t": 120, + "s": [311.033, 63.083, 0], + "to": [0.875, 0.067, 0], + "ti": [0.833, 0.942, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.17 }, + "t": 240, + "s": [311.283, 57.833, 0], + "to": [-0.833, -0.942, 0], + "ti": [0.875, 0.067, 0] + }, + { "t": 360, "s": [306.033, 57.433, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [50.033, -198.567, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [47.327, -184.085], + [47.327, -190.185], + [52.74, -190.185], + [52.74, -184.085] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [47.327, -194.871], + [47.327, -213.05], + [52.74, -213.05], + [52.74, -194.871] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 50, + "ty": 4, + "nm": "Layer 60", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 120, + "s": [-12.7] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 240, + "s": [3.7] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.854 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [289.693, 61.331, 0], + "to": [0.583, 0.708, 0], + "ti": [-0.75, -0.083, 0] + }, + { + "i": { "x": 0.833, "y": 0.825 }, + "o": { "x": 0.167, "y": 0.194 }, + "t": 120, + "s": [293.193, 65.581, 0], + "to": [0.75, 0.083, 0], + "ti": [0.583, 0.708, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.159 }, + "t": 240, + "s": [294.193, 61.831, 0], + "to": [-0.583, -0.708, 0], + "ti": [0.75, 0.083, 0] + }, + { "t": 360, "s": [289.693, 61.331, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [33.693, -194.669, 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.639, 0], + [1.696, 0.565], + [1.212, 1.05], + [0, 0], + [-1.226, -0.471], + [-1.212, 0], + [-0.62, 0.404], + [0, 0.754], + [0.727, 0.35], + [1.643, 0.458], + [0.97, 0.35], + [0.592, 0.444], + [0.27, 0.579], + [0, 0.808], + [-0.418, 0.862], + [-0.754, 0.606], + [-1.01, 0.323], + [-1.186, 0], + [-1.388, -0.458], + [-1.158, -1.023], + [0, 0], + [1.011, 0.378], + [0.996, 0], + [0.619, -0.377], + [0, -0.835], + [-0.148, -0.243], + [-0.323, -0.188], + [-0.525, -0.175], + [-0.781, -0.188], + [-1.037, -0.377], + [-0.66, -0.485], + [-0.311, -0.632], + [0, -0.889], + [1.535, -1.198] + ], + "o": [ + [-1.777, 0], + [-1.697, -0.566], + [0, 0], + [1.293, 0.915], + [1.226, 0.472], + [1.076, 0], + [0.619, -0.404], + [0, -0.754], + [-0.727, -0.35], + [-1.373, -0.377], + [-0.97, -0.35], + [-0.593, -0.444], + [-0.27, -0.579], + [0, -1.077], + [0.417, -0.861], + [0.754, -0.606], + [1.01, -0.323], + [1.589, 0], + [1.387, 0.458], + [0, 0], + [-1.077, -0.808], + [-1.01, -0.377], + [-0.916, 0], + [-0.62, 0.378], + [0, 0.377], + [0.147, 0.242], + [0.323, 0.189], + [0.525, 0.176], + [1.454, 0.378], + [1.037, 0.377], + [0.66, 0.485], + [0.309, 0.633], + [0, 2.074], + [-1.534, 1.199] + ], + "v": [ + [34.199, -183.681], + [28.988, -184.53], + [24.625, -186.953], + [26.644, -190.346], + [30.421, -188.266], + [34.078, -187.559], + [36.623, -188.165], + [37.551, -189.902], + [36.461, -191.558], + [32.906, -192.77], + [29.391, -193.861], + [27.048, -195.053], + [25.755, -196.588], + [25.352, -198.668], + [25.978, -201.577], + [27.735, -203.779], + [30.381, -205.172], + [33.673, -205.657], + [38.137, -204.97], + [41.955, -202.748], + [39.773, -199.476], + [36.642, -201.254], + [33.633, -201.819], + [31.331, -201.254], + [30.401, -199.436], + [30.624, -198.507], + [31.331, -197.861], + [32.603, -197.315], + [34.562, -196.77], + [38.298, -195.638], + [40.843, -194.346], + [42.298, -192.67], + [42.762, -190.387], + [40.46, -185.479] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 51, + "ty": 4, + "nm": "Layer 54", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 120, + "s": [9.7] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 240, + "s": [-6] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.845 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [267.557, 65.451, 0], + "to": [0.75, -0.958, 0], + "ti": [-0.875, -0.042, 0] + }, + { + "i": { "x": 0.833, "y": 0.846 }, + "o": { "x": 0.167, "y": 0.18 }, + "t": 120, + "s": [272.057, 59.701, 0], + "to": [0.875, 0.042, 0], + "ti": [0.75, -0.958, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.181 }, + "t": 240, + "s": [272.807, 65.701, 0], + "to": [-0.75, 0.958, 0], + "ti": [0.875, 0.042, 0] + }, + { "t": 360, "s": [267.557, 65.451, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [11.557, -190.549, 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.158, 0], + [-0.688, 0.351], + [-0.484, 0.593], + [-0.27, 0.782], + [0, 0.835], + [0.296, 0.767], + [0.525, 0.566], + [0.714, 0.323], + [0.834, 0], + [0.538, -0.175], + [0.458, -0.323], + [0.364, -0.43], + [0.189, -0.511], + [0, 0], + [-0.996, -0.794] + ], + "o": [ + [0.808, 0], + [0.686, -0.35], + [0.484, -0.592], + [0.27, -0.781], + [0, -0.889], + [-0.297, -0.768], + [-0.525, -0.565], + [-0.714, -0.323], + [-0.512, 0], + [-0.539, 0.175], + [-0.458, 0.323], + [-0.363, 0.431], + [0, 0], + [0.485, 1.212], + [0.996, 0.795] + ], + "v": [ + [11.456, -188.286], + [13.698, -188.812], + [15.455, -190.225], + [16.586, -192.286], + [16.99, -194.709], + [16.545, -197.194], + [15.313, -199.194], + [13.455, -200.527], + [11.132, -201.012], + [9.557, -200.749], + [8.062, -200.001], + [6.83, -198.87], + [6.002, -197.456], + [6.002, -192.488], + [8.223, -189.478] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [1.347, 0], + [1.238, 0.741], + [0.7, 1.266], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.239, 0.714], + [-1.615, 0], + [-1.212, -0.579], + [-0.875, -0.983], + [-0.499, -1.333], + [0, -1.481], + [0.457, -1.346], + [0.821, -0.996], + [1.131, -0.566] + ], + "o": [ + [-1.67, 0], + [-1.239, -0.74], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0.781, -1.238], + [1.238, -0.713], + [1.428, 0], + [1.212, 0.579], + [0.875, 0.983], + [0.498, 1.333], + [0, 1.535], + [-0.458, 1.347], + [-0.822, 0.997], + [-1.131, 0.565] + ], + "v": [ + [13.273, -183.681], + [8.911, -184.792], + [6.002, -187.802], + [6.002, -175.481], + [0.589, -175.481], + [0.589, -205.253], + [5.315, -205.253], + [5.315, -201.617], + [8.345, -204.546], + [12.627, -205.617], + [16.586, -204.748], + [19.716, -202.405], + [21.777, -198.931], + [22.524, -194.709], + [21.837, -190.387], + [19.919, -186.872], + [16.99, -184.53] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 52, + "ty": 4, + "nm": "Layer 42", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 120, + "s": [25] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 240, + "s": [-6.1] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.823 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [241.865, 61.351, 0], + "to": [-0.292, 0.542, 0], + "ti": [-0.375, -0.375, 0] + }, + { + "i": { "x": 0.833, "y": 0.852 }, + "o": { "x": 0.167, "y": 0.157 }, + "t": 120, + "s": [240.115, 64.601, 0], + "to": [0.375, 0.375, 0], + "ti": [-0.292, 0.542, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.191 }, + "t": 240, + "s": [244.115, 63.601, 0], + "to": [0.292, -0.542, 0], + "ti": [0.375, 0.375, 0] + }, + { "t": 360, "s": [241.865, 61.351, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [-14.135, -194.649, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -0.915], + [-0.283, -0.767], + [-0.499, -0.566], + [-0.673, -0.309], + [-0.782, 0], + [-0.673, 0.31], + [-0.499, 0.565], + [-0.283, 0.781], + [0, 0.943], + [0.283, 0.782], + [0.498, 0.565], + [0.673, 0.31], + [0.781, 0], + [0.673, -0.323], + [0.498, -0.565], + [0.283, -0.781] + ], + "o": [ + [0, 0.943], + [0.283, 0.768], + [0.498, 0.565], + [0.673, 0.31], + [0.781, 0], + [0.673, -0.309], + [0.498, -0.566], + [0.283, -0.781], + [0, -0.915], + [-0.283, -0.781], + [-0.499, -0.566], + [-0.673, -0.31], + [-0.782, 0], + [-0.673, 0.323], + [-0.499, 0.566], + [-0.283, 0.781] + ], + "v": [ + [-19.649, -194.629], + [-19.225, -192.064], + [-18.054, -190.064], + [-16.296, -188.751], + [-14.115, -188.286], + [-11.934, -188.751], + [-10.176, -190.064], + [-9.005, -192.084], + [-8.58, -194.669], + [-9.005, -197.214], + [-10.176, -199.234], + [-11.934, -200.547], + [-14.115, -201.012], + [-16.296, -200.527], + [-18.054, -199.194], + [-19.225, -197.174] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [1.723, 0], + [1.373, 0.592], + [0.956, 1.01], + [0.511, 1.32], + [0, 1.454], + [-0.512, 1.32], + [-0.956, 1.01], + [-1.374, 0.593], + [-1.724, 0], + [-1.36, -0.592], + [-0.956, -1.01], + [-0.512, -1.319], + [0, -1.481], + [0.511, -1.319], + [0.942, -1.01], + [1.374, -0.592] + ], + "o": [ + [-1.724, 0], + [-1.374, -0.592], + [-0.956, -1.01], + [-0.512, -1.319], + [0, -1.481], + [0.511, -1.319], + [0.956, -1.01], + [1.373, -0.592], + [1.723, 0], + [1.359, 0.593], + [0.956, 1.01], + [0.511, 1.32], + [0, 1.454], + [-0.512, 1.32], + [-0.943, 1.01], + [-1.374, 0.592] + ], + "v": [ + [-14.115, -183.681], + [-18.76, -184.57], + [-22.255, -186.973], + [-24.456, -190.468], + [-25.224, -194.629], + [-24.456, -198.83], + [-22.255, -202.324], + [-18.76, -204.728], + [-14.115, -205.617], + [-9.489, -204.728], + [-6.016, -202.324], + [-3.814, -198.83], + [-3.046, -194.629], + [-3.814, -190.468], + [-5.995, -186.973], + [-9.469, -184.57] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 53, + "ty": 4, + "nm": "Layer 41", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 120, + "s": [-11] + }, + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 240, + "s": [9.4] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.791 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [214.355, 57.574, 0], + "to": [-0.833, 0, 0], + "ti": [-0.375, 0.417, 0] + }, + { + "i": { "x": 0.833, "y": 0.877 }, + "o": { "x": 0.167, "y": 0.139 }, + "t": 120, + "s": [209.355, 57.574, 0], + "to": [0.375, -0.417, 0], + "ti": [-0.833, 0, 0] + }, + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.26 }, + "t": 240, + "s": [216.605, 55.074, 0], + "to": [0.833, 0, 0], + "ti": [0.375, -0.417, 0] + }, + { "t": 360, "s": [214.355, 57.574, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [-41.645, -198.426, 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, -1.185], + [-0.377, -1.157], + [-0.714, -0.889], + [-1.037, -0.539], + [-1.32, 0], + [-1.037, 0.552], + [-0.714, 0.916], + [-0.363, 1.145], + [0, 1.186], + [0.39, 1.158], + [0.713, 0.889], + [1.037, 0.525], + [1.292, 0], + [1.051, -0.552], + [0.7, -0.902], + [0.364, -1.145] + ], + "o": [ + [0, 1.239], + [0.377, 1.158], + [0.713, 0.889], + [1.036, 0.539], + [1.346, 0], + [1.037, -0.551], + [0.713, -0.915], + [0.364, -1.145], + [0, -1.238], + [-0.391, -1.158], + [-0.714, -0.889], + [-1.037, -0.525], + [-1.347, 0], + [-1.05, 0.552], + [-0.701, 0.903], + [-0.364, 1.145] + ], + "v": [ + [-49.987, -198.426], + [-49.421, -194.831], + [-47.785, -191.761], + [-45.159, -189.619], + [-41.624, -188.812], + [-38.05, -189.64], + [-35.424, -191.842], + [-33.808, -194.931], + [-33.263, -198.426], + [-33.849, -202.021], + [-35.505, -205.092], + [-38.13, -207.212], + [-41.624, -208], + [-45.22, -207.172], + [-47.846, -204.991], + [-49.441, -201.92] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [2.02, 0], + [1.71, 0.822], + [1.225, 1.36], + [0.673, 1.751], + [0, 1.832], + [-0.714, 1.751], + [-1.252, 1.347], + [-1.724, 0.795], + [-2.02, 0], + [-1.71, -0.849], + [-1.212, -1.374], + [-0.674, -1.751], + [0, -1.804], + [0.7, -1.737], + [1.238, -1.333], + [1.723, -0.794] + ], + "o": [ + [-2.101, 0], + [-1.711, -0.821], + [-1.226, -1.359], + [-0.673, -1.751], + [0, -1.912], + [0.713, -1.751], + [1.252, -1.347], + [1.723, -0.794], + [2.074, 0], + [1.71, 0.848], + [1.212, 1.374], + [0.673, 1.751], + [0, 1.913], + [-0.701, 1.737], + [-1.239, 1.333], + [-1.724, 0.795] + ], + "v": [ + [-41.665, -183.883], + [-47.381, -185.116], + [-51.784, -188.388], + [-54.632, -193.053], + [-55.642, -198.426], + [-54.572, -203.92], + [-51.623, -208.565], + [-47.159, -211.777], + [-41.544, -212.969], + [-35.868, -211.696], + [-31.485, -208.364], + [-28.657, -203.678], + [-27.647, -198.345], + [-28.698, -192.871], + [-31.606, -188.266], + [-36.05, -185.075] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 54, + "ty": 4, + "nm": "Layer 8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 360, "s": [720] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [88.994, 113.926, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [88.994, 113.926, 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.685, -0.167], + [0.168, -0.688], + [0.688, 0.168], + [-0.167, 0.685] + ], + "o": [ + [0.688, 0.167], + [-0.167, 0.685], + [-0.685, -0.167], + [0.167, -0.688] + ], + "v": [ + [0.302, -1.242], + [1.242, 0.302], + [-0.303, 1.242], + [-1.242, -0.303] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-3.445, 2.095], + [0.092, 4.031], + [3.538, 1.934], + [3.444, -2.095], + [-0.09, -4.031], + [-3.538, -1.937] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [88.994, 113.927], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.211, -2.485], + [-2.665, -0.128], + [-0.782, 2.485], + [2.665, 0.389] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [95.708, 124.684], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.993, -2.462], + [-2.067, 1.945], + [1.112, 2.462], + [2.067, -1.458] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [101.44, 116.634], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-2.485, -1.211], + [-0.128, 2.665], + [2.485, 0.782], + [0.389, -2.665] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [99.751, 107.213], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-2.462, 0.993], + [1.945, 2.067], + [2.462, -1.112], + [-1.458, -2.067] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [91.702, 101.481], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.211, 2.485], + [2.665, 0.128], + [0.782, -2.485], + [-2.665, -0.389] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [82.28, 103.169], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.993, 2.462], + [2.067, -1.945], + [-1.112, -2.462], + [-2.067, 1.458] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [76.548, 111.219], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.485, 1.211], + [0.128, -2.665], + [-2.485, -0.782], + [-0.389, 2.665] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [78.237, 120.64], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.462, -0.993], + [-1.945, -2.067], + [-2.462, 1.112], + [1.458, 2.067] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [86.286, 126.372], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.72, -2.956], + [2.956, 0.72], + [-0.721, 2.958], + [-2.958, -0.721] + ], + "o": [ + [-0.721, 2.958], + [-2.958, -0.721], + [0.72, -2.956], + [2.955, 0.72] + ], + "v": [ + [5.352, 1.303], + [-1.303, 5.352], + [-5.352, -1.305], + [1.305, -5.352] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.542, 6.33], + [6.328, 1.542], + [1.542, -6.328], + [-6.33, -1.542] + ], + "o": [ + [1.542, -6.328], + [-6.33, -1.542], + [-1.542, 6.33], + [6.328, 1.542] + ], + "v": [ + [11.46, 2.791], + [2.793, -11.46], + [-11.46, -2.794], + [-2.791, 11.46] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [89.221, 113.858], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [89.221, 113.858], "ix": 2 }, + "a": { "a": 0, "k": [89.221, 113.858], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 9, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 55, + "ty": 4, + "nm": "Layer 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { "t": 360, "s": [720] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [356.33, 89.841, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [1071.798, 261.29, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.918, -1.605], + [-1.756, -0.212], + [-0.622, 1.605], + [1.756, 0.366] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [360.305, 97.282], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.54, -1.679], + [-1.446, 1.197], + [0.64, 1.679], + [1.446, -0.879] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [364.457, 92.188], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-1.605, -0.918], + [-0.212, 1.756], + [1.605, 0.622], + [0.366, -1.756] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [363.771, 85.867], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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": [ + [-1.679, 0.54], + [1.197, 1.446], + [1.679, -0.64], + [-0.879, -1.446] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [358.677, 81.715], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.918, 1.605], + [1.756, 0.212], + [0.622, -1.605], + [-1.756, -0.366] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [352.356, 82.401], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.54, 1.679], + [1.446, -1.197], + [-0.64, -1.679], + [-1.446, 0.879] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [348.204, 87.495], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.605, 0.918], + [0.212, -1.756], + [-1.605, -0.622], + [-0.366, 1.756] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [348.89, 93.816], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [1.679, -0.54], + [-1.197, -1.446], + [-1.679, 0.64], + [0.879, 1.446] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [ + 0.101960785687, 0.180392161012, + 0.207843139768, 1 + ], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [353.984, 97.968], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [356.484, 89.805], "ix": 2 }, + "a": { "a": 0, "k": [353.984, 97.968], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 8, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [356.484, 89.805], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [356.484, 89.805], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [356.484, 89.805], "ix": 2 }, + "a": { "a": 0, "k": [356.484, 89.805], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 56, + "ty": 4, + "nm": "Layer 13", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [324.601, 105.505, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.584, 3.065], + [4.271, -3.732], + [-14.04, 10.986], + [0, 0] + ], + "o": [ + [-1.838, -6.887], + [11.059, -4.469], + [-6.846, 5.981], + [12.645, -9.895], + [0, 0] + ], + "v": [ + [-27.082, 21.822], + [-18.29, 2.257], + [1.53, 12.451], + [0.153, -17.795], + [27.603, -16.236] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 57, + "ty": 4, + "nm": "Layer 15", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [116.184, 120.939, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [8.018, 0.655], + [-4.051, -0.63], + [12.634, 6.881], + [0, 0] + ], + "o": [ + [0.116, -6.298], + [-8.019, -0.655], + [4.051, 0.63], + [-12.634, -6.881], + [0, 0] + ], + "v": [ + [22.429, 18.924], + [11.794, 0.846], + [4.537, 11.757], + [1.689, -16.735], + [-22.432, -12.078] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 58, + "ty": 4, + "nm": "Layer 43", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [255.66, 448.696, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -11.64], + [82.322, 0], + [0, 11.64], + [-82.322, 0] + ], + "o": [ + [0, 11.64], + [-82.322, 0], + [0, -11.64], + [82.322, 0] + ], + "v": [ + [149.057, 0], + [0, 21.075], + [-149.057, 0], + [0, -21.075] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 59, + "ty": 4, + "nm": "Layer 45", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [81.787, 360.416, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [-0.729, -3.936], + [0, 0] + ], + "v": [ + [-11.874, -22.182], + [-17.687, 22.233], + [17.687, 22.233], + [10.374, -22.233] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 60, + "ty": 4, + "nm": "Layer 46", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [1.029] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.936] }, + "o": { "x": [0.167], "y": [0.015] }, + "t": 156, + "s": [13] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [-0.294] }, + "t": 257, + "s": [-3.72] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [82.8, 353.923, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [82.8, 353.923, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.384, 0.463], + [0.061, 1.365], + [2.619, -0.894], + [1.199, 2.13], + [2.074, -4.135], + [-0.988, -0.283] + ], + "o": [ + [2.325, -2.803], + [-0.127, -2.777], + [1.977, -1.721], + [-1.464, -2.601], + [-2.613, 5.209], + [1.354, 0.388] + ], + "v": [ + [-2.029, 5.718], + [6.911, 0.721], + [-1.178, -0.516], + [3.484, -7.465], + [-5.461, -0.461], + [-5.566, 8.096] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [90.941, 285.978], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.448, 1.587], + [-2.346, -0.206], + [-0.216, 1.276], + [3.166, 0.608], + [-1.957, 0.529], + [0.282, 1.226], + [2.985, -1.359], + [2.822, 0.272], + [0.952, -2.034], + [-1.316, -2.976] + ], + "o": [ + [2.371, -1.053], + [1.242, 0.112], + [0.582, -3.389], + [1.994, -0.123], + [1.182, -0.328], + [-0.874, -3.811], + [0.948, -1.688], + [-2.854, -0.264], + [-1.398, 2.99], + [1.522, 3.482] + ], + "v": [ + [-2.934, 6.641], + [5.054, 8.813], + [7.432, 7.159], + [0.871, 1.261], + [6.783, 1.141], + [8.331, -1.224], + [-0.566, -3.115], + [0.347, -9.767], + [-6.394, -1.799], + [-7.869, 8.297] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [92.242, 284.152], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.448, 1.587], + [-2.346, -0.206], + [-0.216, 1.276], + [3.166, 0.608], + [-1.957, 0.529], + [0.282, 1.226], + [2.985, -1.359], + [2.822, 0.272], + [0.952, -2.034], + [-1.316, -2.976] + ], + "o": [ + [2.371, -1.053], + [1.242, 0.112], + [0.582, -3.389], + [1.994, -0.123], + [1.182, -0.328], + [-0.874, -3.811], + [0.948, -1.688], + [-2.854, -0.264], + [-1.398, 2.99], + [1.522, 3.482] + ], + "v": [ + [-2.934, 6.641], + [5.054, 8.813], + [7.432, 7.159], + [0.871, 1.261], + [6.783, 1.141], + [8.331, -1.224], + [-0.566, -3.115], + [0.347, -9.767], + [-6.394, -1.799], + [-7.869, 8.297] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [92.242, 284.152], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [92.242, 284.152], "ix": 2 }, + "a": { "a": 0, "k": [92.242, 284.152], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.297, -1.837], + [-1.966, -6.257], + [0.087, 0.615], + [0.89, 5.987], + [-0.347, 6.127], + [-6.583, 7.895], + [0.149, -0.174], + [-0.012, -1.688], + [7.059, 6.479], + [-0.051, -0.475], + [-6.842, -6.309] + ], + "o": [ + [1, 6.476], + [0.188, 0.57], + [-0.89, -5.987], + [-0.904, -6.058], + [0.57, -10.089], + [0.145, -0.187], + [-13.181, 15.368], + [-1.866, -6.363], + [-0.304, -0.279], + [1.262, 11.801], + [0.194, 1.87] + ], + "v": [ + [0.741, 13.102], + [4.947, 32.531], + [5.894, 32.34], + [2.492, 14.489], + [1.452, -3.838], + [11.345, -32.554], + [11.034, -32.832], + [-0.038, 3.068], + [-10.885, -17.066], + [-11.376, -16.738], + [0.008, 7.533] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [77.844, 321.58], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 61, + "ty": 4, + "nm": "Layer 47", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [1.056] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.936] }, + "o": { "x": [0.167], "y": [0.02] }, + "t": 186, + "s": [-7.9] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [-0.135] }, + "t": 287, + "s": [4.095] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [78.812, 351.595, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [78.812, 351.595, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.482, 0.197], + [0.511, 1.069], + [-2.369, 0.385], + [-0.049, 2.119], + [-3.274, -2.318], + [0.64, -0.619] + ], + "o": [ + [-2.922, -1.197], + [-1.035, -2.177], + [-2.215, -0.51], + [0.059, -2.587], + [4.124, 2.92], + [-0.878, 0.849] + ], + "v": [ + [2.813, 4.176], + [-6.067, 4], + [-0.382, -0.248], + [-6.783, -3.663], + [2.918, -1.952], + [6.489, 4.553] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [60.194, 300.166], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.755, 0.624], + [1.711, -1.114], + [0.686, 0.888], + [-2.175, 1.756], + [1.713, -0.393], + [0.284, 1.053], + [-2.838, 0.178], + [-2.048, 1.36], + [-1.558, -1.169], + [-0.207, -2.814] + ], + "o": [ + [-2.244, 0.161], + [-0.905, 0.593], + [-1.827, -2.356], + [-1.576, 0.719], + [-1.038, 0.231], + [-0.886, -3.273], + [-1.414, -0.905], + [2.076, -1.366], + [2.289, 1.717], + [0.255, 3.285] + ], + "v": [ + [3.742, 3.096], + [-1.484, 8.016], + [-3.978, 7.721], + [-1.364, 0.531], + [-5.937, 2.851], + [-8.086, 1.673], + [-2.049, -3.404], + [-5.462, -8.121], + [2.947, -4.773], + [8.194, 2.35] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [58.594, 300.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": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.755, 0.624], + [1.711, -1.114], + [0.686, 0.888], + [-2.175, 1.756], + [1.713, -0.393], + [0.284, 1.053], + [-2.838, 0.178], + [-2.048, 1.36], + [-1.558, -1.169], + [-0.207, -2.814] + ], + "o": [ + [-2.244, 0.161], + [-0.905, 0.593], + [-1.827, -2.356], + [-1.576, 0.719], + [-1.038, 0.231], + [-0.886, -3.273], + [-1.414, -0.905], + [2.076, -1.366], + [2.289, 1.717], + [0.255, 3.285] + ], + "v": [ + [3.742, 3.096], + [-1.484, 8.016], + [-3.978, 7.721], + [-1.364, 0.531], + [-5.937, 2.851], + [-8.086, 1.673], + [-2.049, -3.404], + [-5.462, -8.121], + [2.947, -4.773], + [8.194, 2.35] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [58.594, 300.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": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [58.594, 300.717], "ix": 2 }, + "a": { "a": 0, "k": [58.594, 300.717], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.235, -0.218], + [2.093, -17.429], + [0.014, 0.369], + [0.16, 3.896], + [0.078, 0.176], + [2.088, 3.763], + [1.839, 4.416], + [-0.308, -0.21], + [-2.6, -8.338], + [1.108, 4.337], + [5.969, 5.715] + ], + "o": [ + [13.546, 12.288], + [-0.056, 0.396], + [-0.15, -3.944], + [-0.078, -0.176], + [-3.502, -2.349], + [-2.344, -4.206], + [-0.171, -0.423], + [8.166, 5.556], + [-0.274, -4.369], + [-2.02, -7.93], + [-0.223, -0.218] + ], + "v": [ + [-7.034, -24.803], + [7.364, 24.61], + [6.681, 24.552], + [6.341, 12.8], + [6.119, 12.283], + [-2.712, 3.491], + [-7.936, -9.936], + [-7.337, -10.041], + [6.201, 10.061], + [4.32, -3.005], + [-7.367, -24.444] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [71.767, 327.032], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 62, + "ty": 4, + "nm": "Layer 48", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [1.022] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 0, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.936] }, + "o": { "x": [0.167], "y": [0.019] }, + "t": 111, + "s": [10.7] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [-0.3] }, + "t": 234, + "s": [-3.004] + }, + { "t": 360, "s": [0] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [82.125, 353.165, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [82.125, 353.165, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.474, 0.216], + [-0.47, 1.088], + [2.382, 0.294], + [0.129, 2.115], + [3.183, -2.441], + [-0.663, -0.594] + ], + "o": [ + [2.874, -1.307], + [0.952, -2.214], + [2.194, -0.594], + [-0.158, -2.583], + [-4.01, 3.075], + [0.91, 0.815] + ], + "v": [ + [-2.65, 4.271], + [6.216, 3.757], + [0.373, -0.271], + [6.641, -3.927], + [-2.989, -1.848], + [-6.31, 4.788] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [98.951, 301.271], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.73, 0.69], + [-1.752, -1.049], + [-0.651, 0.914], + [2.24, 1.672], + [-1.727, -0.328], + [-0.244, 1.063], + [2.843, 0.069], + [2.099, 1.281], + [1.512, -1.227], + [0.1, -2.82] + ], + "o": [ + [2.248, 0.076], + [0.927, 0.558], + [1.736, -2.423], + [1.602, 0.658], + [1.046, 0.192], + [0.761, -3.304], + [1.378, -0.958], + [-2.127, -1.286], + [-2.222, 1.803], + [-0.13, 3.292] + ], + "v": [ + [-3.688, 3.37], + [1.722, 8.088], + [4.203, 7.698], + [1.317, 0.612], + [5.975, 2.757], + [8.078, 1.497], + [1.852, -3.346], + [5.082, -8.19], + [-3.193, -4.524], + [-8.165, 2.794] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [100.639, 301.618], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 10, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.73, 0.69], + [-1.752, -1.049], + [-0.651, 0.914], + [2.24, 1.672], + [-1.727, -0.328], + [-0.244, 1.063], + [2.843, 0.069], + [2.099, 1.281], + [1.512, -1.227], + [0.1, -2.82] + ], + "o": [ + [2.248, 0.076], + [0.927, 0.558], + [1.736, -2.423], + [1.602, 0.658], + [1.046, 0.192], + [0.761, -3.304], + [1.378, -0.958], + [-2.127, -1.286], + [-2.222, 1.803], + [-0.13, 3.292] + ], + "v": [ + [-3.688, 3.37], + [1.722, 8.088], + [4.203, 7.698], + [1.317, 0.612], + [5.975, 2.757], + [8.078, 1.497], + [1.852, -3.346], + [5.082, -8.19], + [-3.193, -4.524], + [-8.165, 2.794] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 0.784313738346, 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": [100.639, 301.618], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [100.639, 301.618], "ix": 2 }, + "a": { "a": 0, "k": [100.639, 301.618], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.227, -0.227], + [-2.754, -17.337], + [0, 0.37], + [-0.012, 3.899], + [-0.072, 0.179], + [-1.944, 3.839], + [-1.67, 4.483], + [0.3, -0.221], + [2.281, -8.43], + [-0.942, 4.376], + [-5.747, 5.938] + ], + "o": [ + [-13.068, 12.794], + [0.071, 0.393], + [0, -3.947], + [0.072, -0.179], + [3.41, -2.48], + [2.182, -4.292], + [0.155, -0.429], + [-7.949, 5.863], + [0.107, -4.376], + [1.717, -8.001], + [0.215, -0.227] + ], + "v": [ + [6.028, -25.05], + [-6.48, 24.875], + [-5.8, 24.791], + [-5.907, 13.035], + [-5.705, 12.51], + [2.785, 3.388], + [7.495, -10.229], + [6.893, -10.311], + [-5.872, 10.292], + [-4.489, -2.836], + [6.374, -24.704] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [88.467, 328.546], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 63, + "ty": 4, + "nm": "Layer 53", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [190.638, 90.621, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 64, + "ty": 4, + "nm": "Layer 55", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [427.971, 68.983, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 65, + "ty": 4, + "nm": "Layer 56", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [444.649, 53.053, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 66, + "ty": 4, + "nm": "Layer 57", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [66.671, 53.053, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 67, + "ty": 4, + "nm": "Layer 58", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [66.671, 326.414, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 68, + "ty": 4, + "nm": "Layer 59", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [83.348, 310.484, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 69, + "ty": 4, + "nm": "Layer 52", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [444.649, 326.414, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 70, + "ty": 4, + "nm": "Layer 51", + "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] + }, + { "t": 360, "s": [360] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [207.638, 109.896, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [-48.362, -146.104, 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, -3.539], + [3.539, 0], + [0, 3.539], + [-3.539, 0] + ], + "o": [ + [0, 3.539], + [-3.539, 0], + [0, -3.539], + [3.539, 0] + ], + "v": [ + [-41.953, -146.104], + [-48.359, -139.698], + [-54.771, -146.104], + [-48.359, -152.516] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0.59, 0.385], + [0.349, 0.177], + [0, 0.702], + [0, 0], + [0, 0], + [0, 0], + [0.626, -0.318], + [0.326, -0.213], + [0.61, 0.352], + [0, 0], + [0, 0], + [0, 0], + [0.036, -0.704], + [0, -0.193], + [-0.01, -0.191], + [0.607, -0.351], + [0, 0], + [0, 0], + [0, 0], + [-0.59, -0.386], + [-0.347, -0.177], + [0, -0.702], + [0, 0], + [0, 0], + [0, 0], + [-0.625, 0.319], + [-0.324, 0.212], + [-0.61, -0.352], + [0, 0], + [0, 0], + [0, 0], + [-0.036, 0.702], + [0, 0.195], + [0.01, 0.191], + [-0.611, 0.352] + ], + "o": [ + [0, 0], + [0, 0], + [-0.61, 0.352], + [-0.326, -0.213], + [-0.626, -0.318], + [0, 0], + [0, 0], + [0, 0], + [0, 0.702], + [-0.349, 0.177], + [-0.59, 0.385], + [0, 0], + [0, 0], + [0, 0], + [0.611, 0.352], + [-0.01, 0.191], + [0, 0.193], + [0.036, 0.701], + [0, 0], + [0, 0], + [0, 0], + [0.61, -0.352], + [0.325, 0.212], + [0.625, 0.319], + [0, 0], + [0, 0], + [0, 0], + [0, -0.702], + [0.347, -0.177], + [0.59, -0.385], + [0, 0], + [0, 0], + [0, 0], + [-0.609, -0.351], + [0.01, -0.192], + [0, -0.193], + [-0.036, -0.704], + [0, 0] + ], + "v": [ + [-34.472, -149.606], + [-38.382, -156.382], + [-40.456, -155.184], + [-42.406, -155.25], + [-43.42, -155.836], + [-44.448, -157.489], + [-44.448, -159.884], + [-52.275, -159.884], + [-52.275, -157.489], + [-53.304, -155.836], + [-54.317, -155.25], + [-56.267, -155.184], + [-58.341, -156.382], + [-62.252, -149.606], + [-60.168, -148.406], + [-59.257, -146.68], + [-59.272, -146.104], + [-59.257, -145.528], + [-60.163, -143.81], + [-62.252, -142.603], + [-58.341, -135.826], + [-56.261, -137.025], + [-54.311, -136.957], + [-53.302, -136.373], + [-52.275, -134.72], + [-52.275, -132.324], + [-44.448, -132.324], + [-44.448, -134.72], + [-43.421, -136.373], + [-42.413, -136.957], + [-40.462, -137.025], + [-38.382, -135.826], + [-34.472, -142.603], + [-36.552, -143.803], + [-37.46, -145.524], + [-37.445, -146.104], + [-37.46, -146.68], + [-36.549, -148.407] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 71, + "ty": 4, + "nm": "Layer 50", + "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] + }, + { "t": 360, "s": [360] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [93.414, 273.056, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [-162.586, 17.056, 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": [ + [4.452, -2.388], + [2.388, 4.452], + [-4.452, 2.388], + [-2.388, -4.452] + ], + "o": [ + [-4.452, 2.388], + [-2.388, -4.452], + [4.452, -2.388], + [2.388, 4.452] + ], + "v": [ + [-158.262, 25.118], + [-170.642, 21.381], + [-166.909, 8.993], + [-154.517, 12.734] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-0.086, 1.002], + [0.012, 0.559], + [-0.884, 0.474], + [0, 0], + [0, 0], + [0, 0], + [0.823, 0.573], + [0.487, 0.267], + [-0.032, 1.005], + [0, 0], + [0, 0], + [0, 0], + [0.91, -0.43], + [0.243, -0.13], + [0.233, -0.141], + [0.851, 0.527], + [0, 0], + [0, 0], + [0, 0], + [0.087, -1.002], + [-0.012, -0.556], + [0.883, -0.473], + [0, 0], + [0, 0], + [0, 0], + [-0.823, -0.571], + [-0.486, -0.265], + [0.031, -1.005], + [0, 0], + [0, 0], + [0, 0], + [-0.907, 0.428], + [-0.245, 0.132], + [-0.234, 0.141], + [-0.855, -0.531] + ], + "o": [ + [0, 0], + [0, 0], + [-0.855, -0.53], + [0.048, -0.554], + [-0.022, -1.003], + [0, 0], + [0, 0], + [0, 0], + [-0.884, 0.474], + [-0.459, -0.319], + [-0.882, -0.483], + [0, 0], + [0, 0], + [0, 0], + [-0.03, 1.006], + [-0.247, 0.117], + [-0.242, 0.13], + [-0.857, 0.518], + [0, 0], + [0, 0], + [0, 0], + [0.855, 0.531], + [-0.048, 0.551], + [0.021, 1.001], + [0, 0], + [0, 0], + [0, 0], + [0.883, -0.473], + [0.457, 0.317], + [0.883, 0.482], + [0, 0], + [0, 0], + [0, 0], + [0.031, -1.002], + [0.248, -0.117], + [0.242, -0.13], + [0.861, -0.52], + [0, 0] + ], + "v": [ + [-148.81, 32.166], + [-142.923, 22.676], + [-145.83, 20.875], + [-147.062, 18.377], + [-147.01, 16.707], + [-145.624, 14.298], + [-142.611, 12.682], + [-147.891, 2.837], + [-150.904, 4.452], + [-153.678, 4.273], + [-155.098, 3.394], + [-156.497, 0.985], + [-156.389, -2.432], + [-167.551, -2.779], + [-167.655, 0.651], + [-169.211, 2.961], + [-169.946, 3.331], + [-170.66, 3.738], + [-173.433, 3.759], + [-176.361, 1.945], + [-182.248, 11.436], + [-179.336, 13.243], + [-178.106, 15.743], + [-178.161, 17.406], + [-179.546, 19.813], + [-182.56, 21.429], + [-177.28, 31.275], + [-174.266, 29.658], + [-171.495, 29.836], + [-170.079, 30.71], + [-168.677, 33.118], + [-168.783, 36.544], + [-157.62, 36.891], + [-157.513, 33.463], + [-155.961, 31.161], + [-155.221, 30.788], + [-154.506, 30.381], + [-151.72, 30.361] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 72, + "ty": 4, + "nm": "Layer 49", + "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] + }, + { "t": 360, "s": [720] } + ], + "ix": 10 + }, + "p": { "a": 0, "k": [415.11, 165.517, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [159.11, -90.483, 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": [ + [4.452, -2.388], + [2.388, 4.452], + [-4.452, 2.388], + [-2.388, -4.452] + ], + "o": [ + [-4.452, 2.388], + [-2.388, -4.452], + [4.452, -2.388], + [2.388, 4.452] + ], + "v": [ + [163.434, -82.421], + [151.054, -86.157], + [154.786, -98.545], + [167.178, -94.805] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-0.086, 1.002], + [0.012, 0.559], + [-0.884, 0.474], + [0, 0], + [0, 0], + [0, 0], + [0.823, 0.573], + [0.487, 0.267], + [-0.032, 1.005], + [0, 0], + [0, 0], + [0, 0], + [0.91, -0.43], + [0.243, -0.13], + [0.234, -0.141], + [0.851, 0.527], + [0, 0], + [0, 0], + [0, 0], + [0.087, -1.002], + [-0.012, -0.556], + [0.883, -0.473], + [0, 0], + [0, 0], + [0, 0], + [-0.823, -0.571], + [-0.486, -0.265], + [0.031, -1.005], + [0, 0], + [0, 0], + [0, 0], + [-0.907, 0.428], + [-0.245, 0.132], + [-0.234, 0.141], + [-0.855, -0.531] + ], + "o": [ + [0, 0], + [0, 0], + [-0.855, -0.53], + [0.048, -0.554], + [-0.022, -1.003], + [0, 0], + [0, 0], + [0, 0], + [-0.884, 0.474], + [-0.459, -0.319], + [-0.882, -0.483], + [0, 0], + [0, 0], + [0, 0], + [-0.03, 1.006], + [-0.247, 0.117], + [-0.243, 0.13], + [-0.857, 0.518], + [0, 0], + [0, 0], + [0, 0], + [0.855, 0.531], + [-0.048, 0.551], + [0.021, 1.001], + [0, 0], + [0, 0], + [0, 0], + [0.883, -0.473], + [0.457, 0.317], + [0.883, 0.482], + [0, 0], + [0, 0], + [0, 0], + [0.031, -1.002], + [0.248, -0.117], + [0.242, -0.13], + [0.862, -0.52], + [0, 0] + ], + "v": [ + [172.885, -75.373], + [178.772, -84.863], + [175.866, -86.664], + [174.633, -89.162], + [174.686, -90.831], + [176.072, -93.241], + [179.084, -94.857], + [173.804, -104.702], + [170.792, -103.087], + [168.018, -103.265], + [166.598, -104.145], + [165.199, -106.553], + [165.307, -109.971], + [154.144, -110.318], + [154.041, -106.888], + [152.484, -104.578], + [151.75, -104.207], + [151.035, -103.8], + [148.262, -103.78], + [145.335, -105.594], + [139.448, -96.103], + [142.36, -94.296], + [143.59, -91.796], + [143.535, -90.133], + [142.149, -87.726], + [139.136, -86.11], + [144.416, -76.264], + [147.429, -77.88], + [150.201, -77.703], + [151.617, -76.828], + [153.018, -74.421], + [152.913, -70.995], + [164.076, -70.648], + [164.182, -74.075], + [165.735, -76.378], + [166.474, -76.751], + [167.189, -77.158], + [169.976, -77.177] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 73, + "ty": 4, + "nm": "Layer 66", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [318.115, 216.777, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 74, + "ty": 4, + "nm": "Layer 65", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [351.403, 216.777, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.948, 6.317], + [-14.948, 6.317], + [-14.948, -6.317], + [14.948, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.92549020052, 0.92549020052, 0.92549020052, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 652, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 75, + "ty": 4, + "nm": "Layer 44", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [255.66, 382.799, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-206.626, 0], + [206.626, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.101960785687, 0.180392161012, 0.207843139768, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 652, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} diff --git a/src/assets/animations/hourglass_loading.json b/src/assets/animations/hourglass_loading.json index 3f5162a..3105767 100644 --- a/src/assets/animations/hourglass_loading.json +++ b/src/assets/animations/hourglass_loading.json @@ -1 +1,9730 @@ -{"nm":"Timing Lottie","ddd":0,"h":250,"w":250,"meta":{"g":"@lottiefiles/toolkit-js 0.66.1"},"layers":[{"ty":0,"nm":"Timing","sr":1,"st":0,"op":150,"ip":0,"ln":"52","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[300,175]},"s":{"a":0,"k":[70,70,90]},"p":{"a":0,"k":[125,125]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"w":600,"h":350,"refId":"1","ind":1}],"v":"5.7.0","fr":30,"op":72,"ip":0,"assets":[{"nm":"Timing","id":"1","layers":[{"ty":4,"nm":"Shape Layer 5","sr":1,"st":0,"op":72,"ip":66,"ln":"205","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[13.804,-7.251,0]},"s":{"a":0,"k":[130,130,110]},"p":{"a":0,"k":[308.962,176.531,0]},"r":{"a":0,"k":-7},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Ellipse 1","it":[{"ty":"el","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0]},"s":{"a":0,"k":[160.573,49.335]}},{"ty":"st","nm":"Stroke 1","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":5},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[13.804,-7.251]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"tm","nm":"Trim Paths 1","e":{"a":0,"k":77},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0],"t":0},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[-360],"t":36},{"s":[-720],"t":71.999}]},"s":{"a":0,"k":57},"m":1}],"ind":1},{"ty":4,"nm":"Shape Layer 3","sr":1,"st":0,"op":53,"ip":32,"ln":"203","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[13.804,-7.251,0]},"s":{"a":0,"k":[130,130,110]},"p":{"a":0,"k":[308.962,176.531,0]},"r":{"a":0,"k":-7},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Ellipse 1","it":[{"ty":"el","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0]},"s":{"a":0,"k":[160.573,49.335]}},{"ty":"st","nm":"Stroke 1","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":5},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[13.804,-7.251]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"tm","nm":"Trim Paths 1","e":{"a":0,"k":77},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0],"t":0},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[-360],"t":36},{"s":[-720],"t":71.999}]},"s":{"a":0,"k":57},"m":1}],"ind":2},{"ty":4,"nm":"Shape Layer 2","sr":1,"st":0,"op":17,"ip":0,"ln":"202","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[13.804,-7.251,0]},"s":{"a":0,"k":[130,130,110]},"p":{"a":0,"k":[308.962,176.531,0]},"r":{"a":0,"k":-7},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Ellipse 1","it":[{"ty":"el","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0]},"s":{"a":0,"k":[160.573,49.335]}},{"ty":"st","nm":"Stroke 1","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":5},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[13.804,-7.251]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"tm","nm":"Trim Paths 1","e":{"a":0,"k":77},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0],"t":0},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[-360],"t":36},{"s":[-720],"t":71.999}]},"s":{"a":0,"k":57},"m":1}],"ind":3},{"ty":4,"nm":"X Outlines","sr":1,"st":0,"op":150,"ip":0,"ln":"60","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[6.607,6.607,0]},"s":{"a":1,"k":[{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":0},{"s":[150,150,110],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":10},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":36},{"s":[150,150,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":46},{"s":[100,100,100],"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":56}]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[68.523,31.199,0],"t":0,"ti":[0,0,0],"to":[41.5,12.013,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.667,"y":0.667},"s":[109.886,83.398,0],"t":20},{"o":{"x":0.167,"y":0},"i":{"x":0.667,"y":1},"s":[109.886,83.398,0],"t":36,"ti":[41.279,11.768,0],"to":[0,0,0]},{"s":[68.523,31.199,0],"t":56,"ti":[-45.317,-24.393,0],"to":[-41.548,-11.845,0]}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.785,6.357],[-5.518,-5.733],[-4.785,-6.357],[5.518,5.733]]}}},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[6.607,6.607]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.733,5.518],[-6.357,4.785],[5.733,-5.518],[6.357,-4.785]]}}},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[6.607,6.607]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":4,"parent":24},{"ty":4,"nm":"O Outlines","sr":1,"st":0,"op":150,"ip":0,"ln":"59","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[11.512,9.782,0]},"s":{"a":1,"k":[{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0},{"s":[80,80,90],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":10},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":36},{"s":[80,80,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":46},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":56}]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[37.539,119.916,0],"t":0,"ti":[0,0,0],"to":[3.98,37.18,0]},{"o":{"x":0.333,"y":0.333},"i":{"x":0.667,"y":0.667},"s":[80.245,169.826,0],"t":20},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[80.245,169.826,0],"t":36,"ti":[-3.98,-37.18,0],"to":[0,0,0]},{"s":[37.539,119.916,0],"t":56,"ti":[-3.98,-37.18,0],"to":[3.98,37.18,0]}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[5.055,-2.919],[2.109,3.653],[-5.055,2.918],[-2.109,-3.653]],"o":[[-5.055,2.92],[-2.108,-3.651],[5.056,-2.919],[2.108,3.653]],"v":[[3.818,6.612],[-9.154,5.284],[-3.818,-6.613],[9.154,-5.285]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,1,0.8471]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[11.512,9.782]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":5,"parent":24},{"ty":3,"nm":"","sr":1,"st":0,"op":150,"ip":0,"hd":true,"ln":"68","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[50,50,50]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.858,"y":0},"i":{"x":0.667,"y":1},"s":[300,175,0],"t":0},{"o":{"x":0.333,"y":0.333},"i":{"x":0.667,"y":0.667},"s":[306,168,0],"t":20},{"o":{"x":0.9,"y":0},"i":{"x":0.667,"y":1},"s":[306,168,0],"t":36},{"s":[300,175,0],"t":56}]},"r":{"a":1,"k":[{"o":{"x":0.9,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":0},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[180],"t":20},{"o":{"x":0.9,"y":0},"i":{"x":0.667,"y":1},"s":[180],"t":36},{"s":[360],"t":56}]},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"ind":6},{"ty":4,"nm":"Up Cap/Timing Outlines 2","sr":1,"st":14,"op":49,"ip":14,"ln":"270","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[52.5,27.5,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[19.232,134.545,0],"t":14},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[19.232,138.5,0],"t":20},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[19.232,138.5,0],"t":36},{"s":[19.232,134.545,0],"t":49}]},"r":{"a":0,"k":180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.208,-2.202],[-16.405,-6.091],[-1.132,2.242],[16.464,6.114]],"o":[[-0.523,2.459],[16.465,6.115],[0.585,-2.386],[-16.41,-6.092]],"v":[[-28.067,-9.862],[-1.788,5.377],[28.082,10.958],[1.79,-4.258]]}}},{"ty":"sh","nm":"Path 2","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.105,0],[10.031,3.725],[-0.85,3.42],[0,0],[-13.729,-5.097],[0.848,-3.42]],"o":[[-5.712,0],[-13.728,-5.098],[0,0],[1.588,-3.145],[13.727,5.097],[-0.432,0.86]],"v":[[24.576,12.367],[-1.956,5.828],[-28.527,-10.005],[-28.509,-10.055],[1.957,-4.709],[28.529,11.125]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.976,22.694]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.353,-2.678],[-15.438,-5.733],[-1.353,2.678],[15.437,5.732]],"o":[[-0.723,2.912],[15.437,5.733],[0.723,-2.912],[-15.438,-5.733]],"v":[[-28.295,-10.507],[-1.872,5.043],[28.295,10.507],[1.873,-5.043]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.7098,0.6]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.976,23.254]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.79,0],[19.411,7.209],[0,0],[-1.744,4.69],[0,0]],"o":[[-9.095,0],[0,0],[26.339,9.78],[0,0],[-0.558,1.502]],"v":[[19.476,4.731],[-26.211,-6.588],[-26.044,-7.039],[25.76,2.349],[26.211,2.515]]}}},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[73.717,47.269]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.636,0],[19.263,7.152],[0,0],[-2.272,4.487],[26.251,9.746],[2.27,-4.486],[0,0],[0,0],[0,0],[-26.919,-9.995],[1.291,-5.198]],"o":[[-9.145,0],[0,0],[26.25,9.747],[1.192,-4.83],[-26.252,-9.749],[0,0],[0,0],[0,0],[2.429,-4.806],[26.923,9.997],[-0.691,1.373]],"v":[[43.305,20.455],[-2.347,9.176],[-2.18,8.725],[49.541,18.262],[4.111,-8.215],[-47.609,-17.754],[-50.826,-8.827],[-51.279,-8.991],[-48.05,-17.943],[4.278,-8.667],[49.988,18.429]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.011,23]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 5","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.333,-4.617],[-26.62,-9.884],[-2.333,4.619],[26.619,9.884]],"o":[[-1.246,5.021],[26.617,9.883],[1.245,-5.021],[-26.62,-9.884]],"v":[[-48.789,-18.117],[-3.228,8.696],[48.79,18.115],[3.229,-8.696]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.6314,0.5333]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.977,23.254]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 6","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.545,1.466],[26.96,10.011],[1.821,-4.905],[0.544,-1.466],[-26.96,-10.01],[-1.821,4.905]],"o":[[1.821,-4.905],[-26.959,-10.01],[-0.545,1.466],[-1.822,4.905],[26.96,10.011],[0.545,-1.467]],"v":[[50.326,14.058],[4.808,-12.949],[-47.304,-22.194],[-50.325,-14.058],[-4.808,12.949],[47.305,22.194]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.102,0.1098,0.1098]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.397,27.507]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":7,"parent":6},{"ty":4,"nm":"Up Cap/Timing Outlines 3","sr":1,"st":49,"op":72,"ip":49,"ln":"271","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[52.5,27.5,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[86.768,-46.545,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.208,-2.202],[-16.405,-6.091],[-1.132,2.242],[16.464,6.114]],"o":[[-0.523,2.459],[16.465,6.115],[0.585,-2.386],[-16.41,-6.092]],"v":[[-28.067,-9.862],[-1.788,5.377],[28.082,10.958],[1.79,-4.258]]}}},{"ty":"sh","nm":"Path 2","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.105,0],[10.031,3.725],[-0.85,3.42],[0,0],[-13.729,-5.097],[0.848,-3.42]],"o":[[-5.712,0],[-13.728,-5.098],[0,0],[1.588,-3.145],[13.727,5.097],[-0.432,0.86]],"v":[[24.576,12.367],[-1.956,5.828],[-28.527,-10.005],[-28.509,-10.055],[1.957,-4.709],[28.529,11.125]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.976,22.694]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.353,-2.678],[-15.438,-5.733],[-1.353,2.678],[15.437,5.732]],"o":[[-0.723,2.912],[15.437,5.733],[0.723,-2.912],[-15.438,-5.733]],"v":[[-28.295,-10.507],[-1.872,5.043],[28.295,10.507],[1.873,-5.043]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.7098,0.6]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.976,23.254]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.79,0],[19.411,7.209],[0,0],[-1.744,4.69],[0,0]],"o":[[-9.095,0],[0,0],[26.339,9.78],[0,0],[-0.558,1.502]],"v":[[19.476,4.731],[-26.211,-6.588],[-26.044,-7.039],[25.76,2.349],[26.211,2.515]]}}},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[73.717,47.269]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.636,0],[19.263,7.152],[0,0],[-2.272,4.487],[26.251,9.746],[2.27,-4.486],[0,0],[0,0],[0,0],[-26.919,-9.995],[1.291,-5.198]],"o":[[-9.145,0],[0,0],[26.25,9.747],[1.192,-4.83],[-26.252,-9.749],[0,0],[0,0],[0,0],[2.429,-4.806],[26.923,9.997],[-0.691,1.373]],"v":[[43.305,20.455],[-2.347,9.176],[-2.18,8.725],[49.541,18.262],[4.111,-8.215],[-47.609,-17.754],[-50.826,-8.827],[-51.279,-8.991],[-48.05,-17.943],[4.278,-8.667],[49.988,18.429]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.011,23]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 5","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.333,-4.617],[-26.62,-9.884],[-2.333,4.619],[26.619,9.884]],"o":[[-1.246,5.021],[26.617,9.883],[1.245,-5.021],[-26.62,-9.884]],"v":[[-48.789,-18.117],[-3.228,8.696],[48.79,18.115],[3.229,-8.696]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.6314,0.5333]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.977,23.254]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 6","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.545,1.466],[26.96,10.011],[1.821,-4.905],[0.544,-1.466],[-26.96,-10.01],[-1.821,4.905]],"o":[[1.821,-4.905],[-26.959,-10.01],[-0.545,1.466],[-1.822,4.905],[26.96,10.011],[0.545,-1.467]],"v":[[50.326,14.058],[4.808,-12.949],[-47.304,-22.194],[-50.325,-14.058],[-4.808,12.949],[47.305,22.194]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.102,0.1098,0.1098]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.397,27.507]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":8,"parent":6},{"ty":4,"nm":"Up Cap/Timing Outlines","sr":1,"st":0,"op":14,"ip":0,"ln":"264","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[52.5,27.5,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[86.768,-46.545,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.208,-2.202],[-16.405,-6.091],[-1.132,2.242],[16.464,6.114]],"o":[[-0.523,2.459],[16.465,6.115],[0.585,-2.386],[-16.41,-6.092]],"v":[[-28.067,-9.862],[-1.788,5.377],[28.082,10.958],[1.79,-4.258]]}}},{"ty":"sh","nm":"Path 2","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.105,0],[10.031,3.725],[-0.85,3.42],[0,0],[-13.729,-5.097],[0.848,-3.42]],"o":[[-5.712,0],[-13.728,-5.098],[0,0],[1.588,-3.145],[13.727,5.097],[-0.432,0.86]],"v":[[24.576,12.367],[-1.956,5.828],[-28.527,-10.005],[-28.509,-10.055],[1.957,-4.709],[28.529,11.125]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.976,22.694]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.353,-2.678],[-15.438,-5.733],[-1.353,2.678],[15.437,5.732]],"o":[[-0.723,2.912],[15.437,5.733],[0.723,-2.912],[-15.438,-5.733]],"v":[[-28.295,-10.507],[-1.872,5.043],[28.295,10.507],[1.873,-5.043]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.7098,0.6]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.976,23.254]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.79,0],[19.411,7.209],[0,0],[-1.744,4.69],[0,0]],"o":[[-9.095,0],[0,0],[26.339,9.78],[0,0],[-0.558,1.502]],"v":[[19.476,4.731],[-26.211,-6.588],[-26.044,-7.039],[25.76,2.349],[26.211,2.515]]}}},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[73.717,47.269]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.636,0],[19.263,7.152],[0,0],[-2.272,4.487],[26.251,9.746],[2.27,-4.486],[0,0],[0,0],[0,0],[-26.919,-9.995],[1.291,-5.198]],"o":[[-9.145,0],[0,0],[26.25,9.747],[1.192,-4.83],[-26.252,-9.749],[0,0],[0,0],[0,0],[2.429,-4.806],[26.923,9.997],[-0.691,1.373]],"v":[[43.305,20.455],[-2.347,9.176],[-2.18,8.725],[49.541,18.262],[4.111,-8.215],[-47.609,-17.754],[-50.826,-8.827],[-51.279,-8.991],[-48.05,-17.943],[4.278,-8.667],[49.988,18.429]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.011,23]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 5","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.333,-4.617],[-26.62,-9.884],[-2.333,4.619],[26.619,9.884]],"o":[[-1.246,5.021],[26.617,9.883],[1.245,-5.021],[-26.62,-9.884]],"v":[[-48.789,-18.117],[-3.228,8.696],[48.79,18.115],[3.229,-8.696]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.6314,0.5333]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.977,23.254]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 6","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.545,1.466],[26.96,10.011],[1.821,-4.905],[0.544,-1.466],[-26.96,-10.01],[-1.821,4.905]],"o":[[1.821,-4.905],[-26.959,-10.01],[-0.545,1.466],[-1.822,4.905],[26.96,10.011],[0.545,-1.467]],"v":[[50.326,14.058],[4.808,-12.949],[-47.304,-22.194],[-50.325,-14.058],[-4.808,12.949],[47.305,22.194]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.102,0.1098,0.1098]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.397,27.507]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":9,"parent":6},{"ty":4,"nm":"Sand Dessert Outlines 6","sr":1,"st":36,"op":186,"ip":36,"ln":"189","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[66.671,51.027,0]},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100,100,100],"t":58.171},{"s":[0,0,100],"t":66}]},"p":{"a":0,"k":[54.823,36.374,0]},"r":{"a":0,"k":-360},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 5","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-26.43,-1.487],[-6.986,0.936],[6.712,4.822],[23.888,9.419],[4.751,-2.97],[0.46,-0.478],[-3.467,0.491]],"o":[[27.058,1.521],[3.581,-3.846],[-10.319,-8.25],[-13.485,-5.318],[-0.46,0.288],[-3.72,3.863],[18.366,-2.6]],"v":[[7.307,10.129],[41.986,13.276],[31.237,3.996],[-19.141,-13.913],[-48.6,-8.335],[-49.986,-7.172],[-53.55,5.351]]}],"t":36},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-25.016,8.487],[-4.817,1.359],[0.663,1.011],[47.39,6.952],[0.75,-5.553],[0.07,-0.304],[-3.137,-1.553]],"o":[[25.663,-8.707],[4.817,-1.359],[-10.319,-8.25],[-7.067,-1.036],[-0.019,0.143],[-0.562,2.459],[10.307,5.102]],"v":[[-17.314,11.042],[41.823,8.196],[42.094,2.601],[-28.759,-16.118],[-52.007,-6.13],[-52.146,-5.45],[-51.391,5.654]]}],"t":38.556},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-12.796,10.879],[-2.796,2.843],[0.537,0.513],[43.304,4.714],[1.868,-5.132],[0.149,-0.52],[-2.972,-1.448]],"o":[[12.795,-10.879],[2.826,-2.772],[-11.04,-6.084],[-12.252,-1.334],[-0.206,0.565],[-1.203,4.209],[8.993,1.244]],"v":[[-22.219,7.725],[43.775,-8.671],[41.843,-14.752],[-25.356,-14.97],[-50.412,5.865],[-50.944,7.492],[-48.491,15.914]]}],"t":41.111},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-9.59,12.595],[-1.251,3.41],[0.611,0.401],[27.697,-15.471],[-1.489,-7.583],[-0.132,-0.353],[-2.807,-1.343]],"o":[[9.589,-12.594],[1.309,-3.267],[-11.762,-3.919],[-5.51,2.456],[0.112,0.385],[1.073,2.857],[7.68,-2.614]],"v":[[-13.75,1.795],[41.008,-21.627],[35.682,-29.358],[-22.031,-14.559],[-47.218,16.79],[-46.852,17.896],[-41.202,23.942]]}],"t":44},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-17.28,15.584],[1.84,4.545],[0.759,0.175],[12.07,-18.168],[-3.727,-9.614],[-0.268,-0.424],[-1.262,2.58]],"o":[[20.125,-18.149],[-1.724,-4.257],[-13.205,0.412],[-3.952,5.95],[0.243,0.626],[2.167,3.43],[5.053,-10.33]],"v":[[-3.796,-8.135],[22.545,-36.406],[11.746,-43.295],[-12.031,-6.492],[-34.815,30.485],[-34.046,32.054],[-27.774,30.096]]}],"t":47},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-7.663,19.385],[3.932,1.958],[0.679,-0.161],[2.452,-19.385],[-8.597,-2.728],[-0.366,-0.03],[0.014,2.573]],"o":[[8.924,-22.577],[-3.676,-1.83],[-10.433,5.588],[-0.803,6.348],[0.442,0.214],[2.961,0.241],[-0.058,-10.302]],"v":[[-0.034,-10.511],[0.701,-46.371],[-10.585,-48.391],[-30.854,0.235],[-17.032,37.874],[-15.821,38.232],[-12.309,30.611]]}],"t":49},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[1.955,23.187],[4.896,-0.261],[0.598,-0.498],[-7.165,-20.602],[-13.465,4.158],[-0.482,0.343],[1.291,2.566]],"o":[[-2.277,-27.004],[-8.673,0.463],[-7.661,10.764],[2.347,6.746],[0.642,-0.198],[3.902,-2.775],[-5.168,-10.272]],"v":[[10.185,-13.487],[-6.768,-50.16],[-19.489,-47.062],[-10.025,-6.109],[12.491,35.699],[14.173,34.879],[15.74,22.559]]}],"t":51.333},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[11.715,18.94],[4.777,-0.848],[-1.714,-5.769],[-15.254,-14.602],[-10.234,9.062],[-0.294,0.453],[2.255,1.655]],"o":[[-13.644,-22.058],[-4.474,0.794],[1.713,5.77],[4.996,4.782],[0.488,-0.432],[2.372,-3.662],[-9.032,-6.627]],"v":[[0.91,-10.37],[-35.511,-46.052],[-38.021,-35.74],[-16.988,11.12],[30.667,25.839],[31.832,24.509],[28.389,15.043]]}],"t":53.889},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[19.348,12.926],[3.954,-2.899],[-6.23,-5.028],[-20.575,-7.241],[-5.144,13.12],[-0.051,0.52],[2.81,0.59]],"o":[[-22.534,-15.055],[-3.703,2.716],[6.229,5.028],[6.737,2.371],[0.245,-0.626],[0.412,-4.208],[-11.255,-2.363]],"v":[[-6.759,-12.699],[-48.598,-28.472],[-40.259,-17.682],[-1.644,6.507],[41.598,12.815],[42.034,11.099],[34.206,5.37]]}],"t":56.444},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.954,-2.899],[-11.467,-5.489],[-20.575,-7.241],[-9.641,5.244],[-0.378,0.491],[5.629,-0.333]],"o":[[-26.542,-5.469],[-3.703,2.716],[7.221,3.456],[6.738,2.371],[0.59,-0.321],[3.057,-3.975],[-19.594,1.159]],"v":[[7.344,-12.236],[-50.639,-22.757],[-21.138,-12.751],[11.01,7.119],[43.843,5.875],[45.291,4.644],[39.104,-7.693]]}],"t":58.171},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.954,-2.9],[-11.563,-5.283],[-20.575,-7.241],[-9.641,5.243],[-0.252,0.346],[5.628,-0.332]],"o":[[-26.543,-5.469],[-3.703,2.716],[10.028,4.581],[6.738,2.371],[0.59,-0.321],[2.036,-2.797],[-19.594,1.159]],"v":[[-13.828,-7.956],[-56.495,-17.055],[-35.187,4.592],[11.01,7.119],[51.276,11.056],[52.527,10.051],[40.681,4.244]]}],"t":59.407},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.954,-2.899],[-11.564,-5.283],[-20.575,-7.241],[-9.641,5.244],[-0.26,0.363],[5.489,1.287]],"o":[[-26.543,-5.469],[-3.703,2.716],[10.028,4.582],[6.738,2.371],[0.59,-0.321],[2.108,-2.935],[-18.702,-4.382]],"v":[[1.696,1.192],[-63.98,-14.283],[-34.632,-5.111],[27.92,17.099],[59.315,17.154],[60.579,16.125],[49.275,7.848]]}],"t":60.643},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.953,-2.899],[-11.563,-5.282],[-20.575,-7.241],[-9.641,5.244],[-0.183,0.246],[5.49,1.286]],"o":[[-26.543,-5.469],[-3.704,2.717],[10.029,4.582],[6.737,2.372],[0.59,-0.321],[1.479,-1.993],[-18.701,-4.383]],"v":[[1.696,1.192],[-70.466,-12.121],[-35.714,4.619],[36.57,15.657],[70.487,23.641],[71.63,22.794],[56.842,19.741]]}],"t":61.878},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.325,2.128],[3.954,-2.9],[-11.563,-5.282],[-20.575,-7.241],[-9.64,5.244],[-0.183,0.247],[5.49,1.286]],"o":[[-26.543,-5.469],[-3.703,2.716],[10.029,4.582],[6.738,2.371],[0.591,-0.321],[1.479,-1.992],[-18.702,-4.383]],"v":[[-1.907,8.399],[-72.526,-1.824],[-35.714,4.619],[40.688,24.924],[74.605,32.908],[75.749,32.06],[60.961,29.008]]}],"t":63.115},{"s":[{"c":true,"i":[[10.325,2.127],[3.954,-2.9],[-11.563,-5.282],[-28.266,-2.671],[-9.64,5.244],[0.067,0.337],[5.06,1.186]],"o":[[-26.543,-5.47],[-3.703,2.716],[10.029,4.582],[7.111,0.672],[0.965,-0.525],[-0.305,-1.537],[-18.701,-4.382]],"v":[[-7.596,15.226],[-79.352,3.865],[-22.563,25.098],[36.137,33.457],[70.054,41.441],[71.328,40.164],[56.41,37.54]]}],"t":64.351}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[87.075,17.121]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 7","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[15.566,-3.67],[3.805,-6.588],[-0.121,-16.541],[-7.086,-7.849],[-17.772,-2.208],[3.521,15.191]],"o":[[-14.871,3.507],[-4.614,9.601],[4.357,3.668],[5.752,6.371],[0.956,-5.119],[-6.224,-19.05]],"v":[[-23.947,-64.646],[-48.571,-45.437],[-54.616,-14.637],[-22.028,-15.121],[43.269,-6.303],[42.619,-35.175]]}],"t":36},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[14.649,-3.98],[3.804,-6.589],[-3.225,-9.525],[-7.086,-7.849],[-17.772,-2.208],[0.522,9.933]],"o":[[-14.744,4.007],[-4.615,9.601],[4.358,3.668],[5.752,6.371],[0.702,-5.734],[-1.937,-25.099]],"v":[[-23.42,-66.358],[-48.439,-44.91],[-52.677,-15.21],[-22.028,-15.121],[44.314,-12.358],[44.816,-30.663]]}],"t":38.556},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[15.378,-7.701],[1.739,-10.455],[-4.625,-9.709],[-9.556,-0.42],[-13.657,0.203],[3.752,5.958]],"o":[[-12.095,6.057],[-2.591,10.089],[4.692,2.742],[10.781,-0.417],[-2.043,-6.75],[-5.834,-10.959]],"v":[[-28.465,-65.159],[-51.596,-36.362],[-50.831,-5.704],[-18.706,-19.919],[44.688,-29.649],[39.063,-42.636]]}],"t":41.111},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[12.857,-9.467],[-0.328,-14.321],[-6.936,-8.891],[-12.026,7.009],[-9.543,2.614],[7.016,5.487]],"o":[[-9.548,7.903],[-0.568,10.578],[5.026,1.817],[15.81,-7.203],[-1.383,-3.235],[-28.427,-14.438]],"v":[[-33.588,-64.696],[-53.152,-28.886],[-45.666,1.53],[-15.463,-25.454],[41.215,-42.269],[28.897,-53.111]]}],"t":44},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.472,-12.126],[-3.278,-8.199],[-10.647,-8.257],[-6.385,8.429],[-1.314,7.436],[12.304,4.626]],"o":[[-4.352,11.8],[5.53,12.199],[5.695,-0.034],[9.286,-12.258],[-4.556,-2.848],[-38.145,-12.381]],"v":[[-51.677,-44.011],[-52.276,-10.093],[-32.2,15.126],[-18.191,-14.43],[20.589,-57.017],[0.998,-65.668]]}],"t":47},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-6.003,-11.962],[-5.895,-5.274],[-11.831,-2.387],[-1.768,9.306],[1.906,6.491],[11.716,-1.187]],"o":[[2.276,10.341],[9.518,6.979],[4.557,-2.294],[2.571,-13.534],[-4.79,-0.472],[-23.726,-0.79]],"v":[[-52.559,-15.671],[-40.754,7.83],[-15.345,20.308],[-15.829,-9.393],[-1.73,-65.626],[-21.263,-67.253]]}],"t":49},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-11.224,-11.195],[-8.512,-2.35],[-13.015,3.482],[2.85,10.184],[5.127,5.544],[11.127,-6.998]],"o":[[8.905,8.882],[13.507,1.759],[3.419,-4.556],[-4.143,-14.809],[-5.67,-1.304],[-26.63,16.488]],"v":[[-40.856,4.102],[-16.648,17.187],[14.094,16.925],[-0.883,-12.923],[-6.346,-68.112],[-33.82,-65.441]]}],"t":51.333},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-14.089,-9.352],[-13.389,0.875],[-10.122,8.302],[6.922,7.502],[6.961,2.618],[5.898,-9.81]],"o":[[10.14,6.964],[14.649,-1.892],[1.093,-5.281],[-10.066,-10.91],[-3.666,3.681],[-7.311,26.447]],"v":[[-31.686,10.783],[-0.871,19.51],[31.936,6.543],[5.732,-12.728],[-37.282,-64.016],[-49.596,-48.751]]}],"t":53.889},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-14.396,-6.638],[-15.836,4.02],[-5.391,12.347],[9.739,4.12],[7.531,-0.552],[-0.401,-11.706]],"o":[[9.535,4.395],[13.131,-5.366],[-1.43,-5.513],[-14.162,-5.993],[-1.643,5.115],[1.967,25.175]],"v":[[-18.663,14.87],[13.419,17.546],[42.334,-6.915],[9.66,-13.812],[-48.875,-46.417],[-51.037,-25.518]]}],"t":56.444},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-8.307,4.165],[-6.933,18.051],[9.738,4.121],[7.531,-0.552],[-5.818,-14.373]],"o":[[10.998,1.981],[8.308,-4.165],[-1.431,-5.513],[-14.162,-5.993],[-1.643,5.115],[6.907,17.061]],"v":[[-9.274,17.523],[24.236,12.444],[45.804,-14.467],[10.724,-22.203],[-50.304,-40.702],[-46.955,-10.822]]}],"t":58.171},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-9.008,2.285],[-6.933,18.052],[9.738,4.121],[7.531,-0.552],[-7.081,-11.195]],"o":[[10.998,1.981],[7.993,-2.028],[-1.431,-5.513],[-14.163,-5.993],[-1.643,5.115],[9.839,15.557]],"v":[[-9.274,17.523],[24.011,15.372],[53.237,-9.287],[-25.088,-20.626],[-56.16,-35],[-48.531,-7.219]]}],"t":59.407},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-9.008,2.285],[-14.169,16.854],[9.738,4.121],[7.532,-0.552],[-7.208,-9.054]],"o":[[10.998,1.981],[7.994,-2.027],[-1.431,-5.513],[-14.163,-5.993],[1.53,9.856],[11.465,14.401]],"v":[[-9.274,17.523],[23.179,17.589],[61.276,-3.188],[-25.088,-20.626],[-63.645,-32.228],[-50.749,-7.496]]}],"t":60.643},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-9.283,0.442],[-21.719,17.009],[33.697,6.337],[7.531,-0.552],[-7.68,-8.657]],"o":[[10.997,1.981],[11.021,-0.525],[-14.872,1.512],[-15.114,-2.843],[7.702,12.894],[18.592,20.957]],"v":[[-16.481,19.325],[9.797,19.752],[72.448,3.299],[-25.088,-20.626],[-70.131,-30.066],[-51.47,-5.334]]}],"t":61.878},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-33.168,-1.01],[-22.714,12.355],[33.698,6.338],[7.531,-0.552],[-9.216,-6.999]],"o":[[10.998,1.982],[11.028,0.336],[-14.872,1.513],[-15.113,-2.842],[12.268,11.225],[31.703,24.075]],"v":[[-21.115,29.621],[9.797,19.752],[76.567,12.565],[-26.118,-13.934],[-72.191,-19.769],[-48.896,1.359]]}],"t":63.115},{"s":[{"c":true,"i":[[-6.674,-0.691],[-33.168,-1.01],[-22.714,12.354],[33.697,6.338],[7.531,-0.552],[-9.217,-6.999]],"o":[[11.115,1.151],[11.028,0.336],[-14.872,1.513],[-15.114,-2.842],[12.268,11.226],[31.702,24.075]],"v":[[-21.115,29.621],[9.797,19.752],[72.016,21.098],[-32.944,-8.245],[-79.017,-14.081],[-37.518,11.03]]}],"t":64.351}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[86.897,35.474]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":10,"parent":6},{"ty":4,"nm":"Sand Dessert Outlines 2","sr":1,"st":0,"op":150,"ip":0,"ln":"69","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[66.671,51.027,0]},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100,100,100],"t":22.171},{"s":[0,0,0],"t":30}]},"p":{"a":0,"k":[73.835,106.93,0]},"r":{"a":0,"k":-180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 5","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-26.43,-1.487],[-6.986,0.936],[6.712,4.822],[23.888,9.419],[4.751,-2.97],[0.46,-0.478],[-3.467,0.491]],"o":[[27.058,1.521],[3.581,-3.846],[-10.319,-8.25],[-13.485,-5.318],[-0.46,0.288],[-3.72,3.863],[18.366,-2.6]],"v":[[7.307,10.129],[41.986,13.276],[31.237,3.996],[-19.141,-13.913],[-48.6,-8.335],[-49.986,-7.172],[-53.55,5.351]]}],"t":0},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-25.016,8.487],[-4.817,1.359],[0.663,1.011],[47.39,6.952],[0.75,-5.553],[0.07,-0.304],[-3.137,-1.553]],"o":[[25.663,-8.707],[4.817,-1.359],[-10.319,-8.25],[-7.067,-1.036],[-0.019,0.143],[-0.562,2.459],[10.307,5.102]],"v":[[-17.314,11.042],[41.823,8.196],[42.094,2.601],[-28.759,-16.118],[-52.007,-6.13],[-52.146,-5.45],[-51.391,5.654]]}],"t":2.556},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-12.796,10.879],[-2.796,2.843],[0.537,0.513],[43.304,4.714],[1.868,-5.132],[0.149,-0.52],[-2.972,-1.448]],"o":[[12.795,-10.879],[2.826,-2.772],[-11.04,-6.084],[-12.252,-1.334],[-0.206,0.565],[-1.203,4.209],[8.993,1.244]],"v":[[-22.219,7.725],[43.775,-8.671],[41.843,-14.752],[-25.356,-14.97],[-50.412,5.865],[-50.944,7.492],[-48.491,15.914]]}],"t":5.111},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-9.59,12.595],[-1.251,3.411],[0.611,0.4],[27.697,-15.471],[-1.488,-7.582],[-0.133,-0.353],[-2.808,-1.344]],"o":[[9.589,-12.595],[1.31,-3.266],[-11.762,-3.919],[-5.509,2.456],[0.112,0.385],[1.072,2.856],[7.679,-2.615]],"v":[[-16.539,2.96],[38.219,-20.463],[32.893,-28.193],[-24.82,-13.394],[-50.007,17.954],[-49.64,19.061],[-43.99,25.107]]}],"t":7.667},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-17.279,15.584],[1.841,4.544],[0.759,0.175],[12.069,-18.168],[-3.728,-9.613],[-0.268,-0.424],[-1.261,2.58]],"o":[[20.125,-18.15],[-1.724,-4.257],[-13.205,0.411],[-3.953,5.949],[0.243,0.627],[2.168,3.43],[5.053,-10.331]],"v":[[-4.798,-6.931],[21.543,-35.202],[10.744,-42.091],[-13.032,-5.288],[-35.816,31.688],[-35.048,33.258],[-28.776,31.3]]}],"t":10.223},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-7.663,19.385],[3.932,1.958],[0.679,-0.161],[2.452,-19.385],[-8.597,-2.728],[-0.366,-0.03],[0.014,2.573]],"o":[[8.924,-22.577],[-3.676,-1.83],[-10.433,5.588],[-0.803,6.348],[0.442,0.214],[2.961,0.241],[-0.058,-10.302]],"v":[[-0.034,-10.511],[0.701,-46.371],[-10.585,-48.391],[-30.854,0.235],[-17.032,37.874],[-15.821,38.232],[-12.309,30.611]]}],"t":13},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[1.955,23.187],[4.896,-0.261],[0.598,-0.498],[-7.165,-20.602],[-13.465,4.158],[-0.482,0.343],[1.291,2.566]],"o":[[-2.277,-27.004],[-8.673,0.463],[-7.661,10.764],[2.347,6.746],[0.642,-0.198],[3.902,-2.775],[-5.168,-10.272]],"v":[[10.185,-13.487],[-6.768,-50.16],[-19.489,-47.062],[-10.025,-6.109],[12.491,35.699],[14.173,34.879],[15.74,22.559]]}],"t":15.333},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[11.715,18.94],[4.777,-0.848],[-1.714,-5.769],[-15.254,-14.602],[-10.234,9.062],[-0.294,0.453],[2.255,1.655]],"o":[[-13.644,-22.058],[-4.474,0.794],[1.713,5.77],[4.996,4.782],[0.488,-0.432],[2.372,-3.662],[-9.032,-6.627]],"v":[[0.91,-10.37],[-35.511,-46.052],[-38.021,-35.74],[-16.988,11.12],[30.667,25.839],[31.832,24.509],[28.389,15.043]]}],"t":17.889},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[19.348,12.926],[3.954,-2.899],[-6.23,-5.028],[-20.575,-7.241],[-5.144,13.12],[-0.051,0.52],[2.81,0.59]],"o":[[-22.534,-15.055],[-3.703,2.716],[6.229,5.028],[6.737,2.371],[0.245,-0.626],[0.412,-4.208],[-11.255,-2.363]],"v":[[-6.759,-12.699],[-48.598,-28.472],[-40.259,-17.682],[-1.644,6.507],[41.598,12.815],[42.034,11.099],[34.206,5.37]]}],"t":20.444},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.954,-2.899],[-11.467,-5.489],[-20.575,-7.241],[-9.641,5.244],[-0.378,0.491],[5.629,-0.333]],"o":[[-26.542,-5.469],[-3.703,2.716],[7.221,3.456],[6.738,2.371],[0.59,-0.321],[3.057,-3.975],[-19.594,1.159]],"v":[[7.344,-12.236],[-50.639,-22.757],[-21.138,-12.751],[11.01,7.119],[43.843,5.875],[45.291,4.644],[39.104,-7.693]]}],"t":22.171},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.954,-2.9],[-11.563,-5.283],[-20.575,-7.241],[-9.641,5.243],[-0.252,0.346],[5.628,-0.332]],"o":[[-26.543,-5.469],[-3.703,2.716],[10.028,4.581],[6.738,2.371],[0.59,-0.321],[2.036,-2.797],[-19.594,1.159]],"v":[[-13.828,-7.956],[-56.495,-17.055],[-35.187,4.592],[11.01,7.119],[51.276,11.056],[52.527,10.051],[40.681,4.244]]}],"t":23.407},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.954,-2.899],[-11.564,-5.283],[-20.575,-7.241],[-9.641,5.244],[-0.26,0.363],[5.489,1.287]],"o":[[-26.543,-5.469],[-3.703,2.716],[10.028,4.582],[6.738,2.371],[0.59,-0.321],[2.108,-2.935],[-18.702,-4.382]],"v":[[1.696,1.192],[-63.98,-14.283],[-34.632,-5.111],[27.92,17.099],[59.315,17.154],[60.579,16.125],[49.275,7.848]]}],"t":24.643},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.326,2.128],[3.953,-2.899],[-11.563,-5.282],[-20.575,-7.241],[-9.641,5.244],[-0.183,0.246],[5.49,1.286]],"o":[[-26.543,-5.469],[-3.704,2.717],[10.029,4.582],[6.737,2.372],[0.59,-0.321],[1.479,-1.993],[-18.701,-4.383]],"v":[[1.696,1.192],[-70.466,-12.121],[-35.714,4.619],[36.57,15.657],[70.487,23.641],[71.63,22.794],[56.842,19.741]]}],"t":25.878},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[10.325,2.128],[3.954,-2.9],[-11.563,-5.282],[-20.575,-7.241],[-9.64,5.244],[-0.183,0.247],[5.49,1.286]],"o":[[-26.543,-5.469],[-3.703,2.716],[10.029,4.582],[6.738,2.371],[0.591,-0.321],[1.479,-1.992],[-18.702,-4.383]],"v":[[-1.907,8.399],[-72.526,-1.824],[-35.714,4.619],[40.688,24.924],[74.605,32.908],[75.749,32.06],[60.961,29.008]]}],"t":27.115},{"s":[{"c":true,"i":[[10.325,2.127],[3.954,-2.9],[-11.563,-5.282],[-28.266,-2.671],[-9.64,5.244],[0.067,0.337],[5.06,1.186]],"o":[[-26.543,-5.47],[-3.703,2.716],[10.029,4.582],[7.111,0.672],[0.965,-0.525],[-0.305,-1.537],[-18.701,-4.382]],"v":[[-7.596,15.226],[-79.352,3.865],[-22.563,25.098],[36.137,33.457],[70.054,41.441],[71.328,40.164],[56.41,37.54]]}],"t":28.351}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[87.075,17.121]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 7","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[15.566,-3.67],[3.805,-6.588],[-0.121,-16.541],[-7.086,-7.849],[-17.772,-2.208],[3.521,15.191]],"o":[[-14.871,3.507],[-4.614,9.601],[4.357,3.668],[5.752,6.371],[0.956,-5.119],[-6.224,-19.05]],"v":[[-23.947,-64.646],[-48.571,-45.437],[-54.616,-14.637],[-22.028,-15.121],[43.269,-6.303],[42.619,-35.175]]}],"t":0},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[14.649,-3.98],[3.804,-6.589],[-3.225,-9.525],[-7.086,-7.849],[-17.772,-2.208],[0.522,9.933]],"o":[[-14.744,4.007],[-4.615,9.601],[4.358,3.668],[5.752,6.371],[0.702,-5.734],[-1.937,-25.099]],"v":[[-23.42,-66.358],[-48.439,-44.91],[-52.677,-15.21],[-22.028,-15.121],[44.314,-12.358],[44.816,-30.663]]}],"t":2.556},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[15.378,-7.701],[1.739,-10.455],[-4.625,-9.709],[-9.556,-0.42],[-13.657,0.203],[3.752,5.958]],"o":[[-12.095,6.057],[-2.591,10.089],[4.692,2.742],[10.781,-0.417],[-2.043,-6.75],[-5.834,-10.959]],"v":[[-28.465,-65.159],[-51.596,-36.362],[-50.831,-5.704],[-18.706,-19.919],[44.688,-29.649],[39.063,-42.636]]}],"t":5.111},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[12.856,-9.467],[-0.328,-14.321],[-6.936,-8.891],[-12.026,7.008],[-9.543,2.614],[7.015,5.487]],"o":[[-9.548,7.903],[-0.567,10.578],[5.026,1.817],[15.811,-7.204],[-1.382,-3.235],[-28.428,-14.438]],"v":[[-36.376,-63.531],[-55.941,-27.721],[-48.455,2.695],[-18.252,-24.289],[38.426,-41.104],[26.109,-51.946]]}],"t":7.667},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.472,-12.126],[-3.278,-8.2],[-10.646,-8.257],[-6.385,8.429],[-1.313,7.436],[12.304,4.626]],"o":[[-4.352,11.8],[5.53,12.198],[5.696,-0.034],[9.286,-12.259],[-4.555,-2.848],[-38.144,-12.381]],"v":[[-52.679,-42.807],[-53.277,-8.889],[-33.202,16.329],[-19.193,-13.226],[19.587,-55.813],[-0.004,-64.464]]}],"t":10.223},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-6.003,-11.962],[-5.895,-5.274],[-11.831,-2.387],[-1.768,9.306],[1.906,6.491],[11.716,-1.187]],"o":[[2.276,10.341],[9.518,6.979],[4.557,-2.294],[2.571,-13.534],[-4.79,-0.472],[-23.726,-0.79]],"v":[[-52.559,-15.671],[-40.754,7.83],[-15.345,20.308],[-15.829,-9.393],[-1.73,-65.626],[-21.263,-67.253]]}],"t":13},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-11.224,-11.195],[-8.512,-2.35],[-13.015,3.482],[2.85,10.184],[5.127,5.544],[11.127,-6.998]],"o":[[8.905,8.882],[13.507,1.759],[3.419,-4.556],[-4.143,-14.809],[-5.67,-1.304],[-26.63,16.488]],"v":[[-40.856,4.102],[-16.648,17.187],[14.094,16.925],[-0.883,-12.923],[-6.346,-68.112],[-33.82,-65.441]]}],"t":15.333},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-14.089,-9.352],[-13.389,0.875],[-10.122,8.302],[6.922,7.502],[6.961,2.618],[5.898,-9.81]],"o":[[10.14,6.964],[14.649,-1.892],[1.093,-5.281],[-10.066,-10.91],[-3.666,3.681],[-7.311,26.447]],"v":[[-31.686,10.783],[-0.871,19.51],[31.936,6.543],[5.732,-12.728],[-37.282,-64.016],[-49.596,-48.751]]}],"t":17.889},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-14.396,-6.638],[-15.836,4.02],[-5.391,12.347],[9.739,4.12],[7.531,-0.552],[-0.401,-11.706]],"o":[[9.535,4.395],[13.131,-5.366],[-1.43,-5.513],[-14.162,-5.993],[-1.643,5.115],[1.967,25.175]],"v":[[-18.663,14.87],[13.419,17.546],[42.334,-6.915],[9.66,-13.812],[-48.875,-46.417],[-51.037,-25.518]]}],"t":20.444},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-8.307,4.165],[-6.933,18.051],[9.738,4.121],[7.531,-0.552],[-5.818,-14.373]],"o":[[10.998,1.981],[8.308,-4.165],[-1.431,-5.513],[-14.162,-5.993],[-1.643,5.115],[6.907,17.061]],"v":[[-9.274,17.523],[24.236,12.444],[45.804,-14.467],[10.724,-22.203],[-50.304,-40.702],[-46.955,-10.822]]}],"t":22.171},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-9.008,2.285],[-6.933,18.052],[9.738,4.121],[7.531,-0.552],[-7.081,-11.195]],"o":[[10.998,1.981],[7.993,-2.028],[-1.431,-5.513],[-14.163,-5.993],[-1.643,5.115],[9.839,15.557]],"v":[[-9.274,17.523],[24.011,15.372],[53.237,-9.287],[-25.088,-20.626],[-56.16,-35],[-48.531,-7.219]]}],"t":23.407},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-9.008,2.285],[-14.169,16.854],[9.738,4.121],[7.532,-0.552],[-7.208,-9.054]],"o":[[10.998,1.981],[7.994,-2.027],[-1.431,-5.513],[-14.163,-5.993],[1.53,9.856],[11.465,14.401]],"v":[[-9.274,17.523],[23.179,17.589],[61.276,-3.188],[-25.088,-20.626],[-63.645,-32.228],[-50.749,-7.496]]}],"t":24.643},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-9.283,0.442],[-21.719,17.009],[33.697,6.337],[7.531,-0.552],[-7.68,-8.657]],"o":[[10.997,1.981],[11.021,-0.525],[-14.872,1.512],[-15.114,-2.843],[7.702,12.894],[18.592,20.957]],"v":[[-16.481,19.325],[9.797,19.752],[72.448,3.299],[-25.088,-20.626],[-70.131,-30.066],[-51.47,-5.334]]}],"t":25.878},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-15.602,-2.811],[-33.168,-1.01],[-22.714,12.355],[33.698,6.338],[7.531,-0.552],[-9.216,-6.999]],"o":[[10.998,1.982],[11.028,0.336],[-14.872,1.513],[-15.113,-2.842],[12.268,11.225],[31.703,24.075]],"v":[[-21.115,29.621],[9.797,19.752],[76.567,12.565],[-26.118,-13.934],[-72.191,-19.769],[-48.896,1.359]]}],"t":27.115},{"s":[{"c":true,"i":[[-6.674,-0.691],[-33.168,-1.01],[-22.714,12.354],[33.697,6.338],[7.531,-0.552],[-9.217,-6.999]],"o":[[11.115,1.151],[11.028,0.336],[-14.872,1.513],[-15.114,-2.842],[12.268,11.226],[31.702,24.075]],"v":[[-21.115,29.621],[9.797,19.752],[72.016,21.098],[-32.944,-8.245],[-79.017,-14.081],[-37.518,11.03]]}],"t":28.351}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[86.897,35.474]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":11,"parent":27},{"ty":4,"nm":"Sand Tiny 8","sr":1,"st":43,"op":70,"ip":55,"ln":"281","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[7.411,2.431,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[54.506,33.169,0],"t":55,"ti":[15.501,-29.909,0],"to":[-14.268,15.761,0]},{"s":[33.818,101.134,0],"t":70,"ti":[14.268,-15.761,0],"to":[-15.501,29.909,0]}]},"r":{"a":0,"k":180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[7.411,2.431]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":12,"parent":6},{"ty":4,"nm":"Sand Tiny 7","sr":1,"st":38,"op":65,"ip":50,"ln":"280","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[20.03,63.071,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[54.506,33.169,0],"t":50,"ti":[-11.067,-28.629,0],"to":[7.286,37.315,0]},{"s":[61.549,125.362,0],"t":65,"ti":[-7.286,-37.315,0],"to":[11.067,28.629,0]}]},"r":{"a":0,"k":180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[20.03,63.071]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":13,"parent":6},{"ty":4,"nm":"Sand Tiny 6","sr":1,"st":34,"op":61,"ip":46,"ln":"279","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[16.606,15.821,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[54.506,33.169,0],"t":46,"ti":[2.804,-44.472,0],"to":[-0.824,28.779,0]},{"s":[28.47,112.181,0],"t":61,"ti":[0.824,-28.779,0],"to":[-2.804,44.472,0]}]},"r":{"a":0,"k":180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[16.606,15.821]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":14,"parent":6},{"ty":4,"nm":"Sand Tiny 5","sr":1,"st":32,"op":59,"ip":44,"ln":"278","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[2.431,43.461,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[54.506,33.169,0],"t":44,"ti":[3.018,-38.709,0],"to":[-7.439,26.431,0]},{"s":[63.683,115.809,0],"t":59,"ti":[7.439,-26.431,0],"to":[-3.018,38.709,0]}]},"r":{"a":0,"k":180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[2.431,43.461]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":15,"parent":6},{"ty":4,"nm":"Sand Tiny 4","sr":1,"st":9,"op":36,"ip":21,"ln":"209","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[7.411,2.431,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[51.494,59.831,0],"t":21,"ti":[-15.501,29.909,0],"to":[14.268,-15.761,0]},{"s":[72.182,-8.134,0],"t":36,"ti":[-14.268,15.761,0],"to":[15.501,-29.909,0]}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[7.411,2.431]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":16,"parent":6},{"ty":4,"nm":"Sand Tiny 3","sr":1,"st":4,"op":31,"ip":16,"ln":"208","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[20.03,63.071,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[51.494,59.831,0],"t":16,"ti":[11.067,28.629,0],"to":[-7.286,-37.315,0]},{"s":[44.451,-32.362,0],"t":31,"ti":[7.286,37.315,0],"to":[-11.067,-28.629,0]}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[20.03,63.071]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":17,"parent":6},{"ty":4,"nm":"Sand Tiny 2","sr":1,"st":0,"op":27,"ip":12,"ln":"207","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[16.606,15.821,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[51.494,59.831,0],"t":12,"ti":[-2.804,44.472,0],"to":[0.824,-28.779,0]},{"s":[77.53,-19.181,0],"t":27,"ti":[-0.824,28.779,0],"to":[2.804,-44.472,0]}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[16.606,15.821]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":18,"parent":6},{"ty":4,"nm":"Sand Tiny","sr":1,"st":-2,"op":25,"ip":10,"ln":"63","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[2.431,43.461,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[51.494,59.831,0],"t":10,"ti":[-3.018,38.709,0],"to":[7.439,-26.431,0]},{"s":[42.317,-22.809,0],"t":25,"ti":[-7.439,26.431,0],"to":[3.018,-38.709,0]}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-1.205],[-1.204,0],[0,1.205],[1.205,0]],"o":[[0,1.205],[1.205,0],[0,-1.205],[-1.204,0]],"v":[[-2.182,0],[-0.001,2.181],[2.182,0],[-0.001,-2.181]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[2.431,43.461]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":19,"parent":6},{"ty":4,"nm":"Sand Dessert Outlines 7","sr":1,"st":36,"op":72,"ip":49,"ln":"197","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[66.732,92.722,0]},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100,100,100],"t":70},{"s":[0,0,100],"t":72}]},"p":{"a":0,"k":[54.885,78.069,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[-5.542,-4.313],[5.943,-7.52],[-0.987,1.958],[-3.15,9.657],[1.792,1.858],[2.97,1.503]],"o":[[0,0],[2.303,1.792],[-5.474,6.926],[2.635,-5.23],[1.932,-5.921],[-3.171,-3.287],[-3.048,-1.301]],"v":[[-23.751,-55.696],[-18.166,-49.641],[-3.55,-46.01],[-3.556,-38.361],[-1.867,-43.642],[-2.491,-49.653],[-13.149,-54.999]]}],"t":49},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[-5.542,-4.313],[5.943,-7.519],[-3.785,7.211],[-3.151,9.657],[-1.127,0.643],[0.615,0.759]],"o":[[0,0],[2.303,1.792],[-5.474,6.926],[2.722,-5.185],[1.932,-5.922],[3.967,-2.263],[-0.504,-3.24]],"v":[[-18.34,-50.245],[-12.755,-44.19],[-8.605,-29.324],[-8.611,-21.675],[-1.255,-36.87],[1.662,-40.603],[0.894,-44.27]]}],"t":51},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[1.02,-7.319],[4.232,-8.6],[-2.187,7.845],[-3.15,9.657],[-3.441,7.966],[-11.271,0.786]],"o":[[0,0],[-2.002,14.362],[-3.898,7.921],[1.573,-5.641],[1.932,-5.921],[1.811,-4.193],[3.27,-0.228]],"v":[[-7.77,-41.306],[-4.652,-28.728],[-9.276,-2.671],[-7.676,4.809],[-3.841,-13.684],[-1.123,-26.436],[7.789,-34.039]]}],"t":53},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[1.838,-8.809],[12.487,-10.973],[-5.053,0.916],[-1.813,9.811],[-3.282,8.029],[-9.067,0.788]],"o":[[0,0],[-3.623,17.342],[4.737,1.027],[-3.553,-3.584],[0.292,-15.624],[2.196,-5.514],[2.722,-1.101]],"v":[[-6.822,-41.755],[-4.682,-27.568],[-14.801,62.992],[-1.011,63.103],[-4.35,41.75],[-1.943,-24.848],[6.305,-35.888]]}],"t":56},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[1.838,-8.809],[9.488,-9.409],[-4.03,6.1],[-1.813,9.811],[-3.282,8.029],[-9.067,0.788]],"o":[[0,0],[-3.623,17.342],[-5.176,6.702],[2.328,-4.194],[0.292,-15.624],[2.196,-5.514],[2.722,-1.101]],"v":[[-6.822,-41.755],[-6.432,-22.818],[-12.051,53.992],[-5.511,57.853],[-3.6,44.25],[-3.943,-21.848],[6.305,-35.888]]}],"t":58},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[3.473,-11.789],[20,-11.027],[-7.714,2.611],[0.864,10.121],[-2.966,8.155],[-4.66,0.793]],"o":[[0,0],[-6.863,23.302],[-7.731,4.263],[3.839,-1.3],[-2.988,-35.028],[2.965,-8.155],[1.624,-2.848]],"v":[[-5.077,-36.904],[-4.892,-19.498],[-14.488,38.432],[1.933,44.805],[-0.005,33.48],[-3.732,-15.923],[3.188,-33.837]]}],"t":64},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[0.907,-5.087],[3.528,-11.771],[14.54,-10.888],[-7.713,2.611],[1.204,10.047],[-2.177,8.156],[-1.239,2.639]],"o":[[0,0],[-6.375,21.478],[-7.179,4.77],[3.84,-1.3],[-2.388,-16.916],[2.138,-8.263],[1.421,-2.905]],"v":[[-1.721,-35.519],[-5.527,-10.871],[-12.854,29.407],[0.241,35.58],[0.074,24.685],[-3.859,-6.407],[0.3,-33.745]]}],"t":66},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[0.929,-6.218],[1.793,-12.157],[2.657,-4.362],[-7.714,2.611],[1.544,9.973],[-0.16,8.273],[-1.094,3.638]],"o":[[0,0],[-2.896,20.311],[-3.056,5.018],[3.839,-1.3],[-0.717,-9.871],[0.049,-8.473],[1.219,-2.962]],"v":[[-1.432,-27.97],[-4.561,4.629],[-13.221,25.131],[-0.45,29.606],[-2.097,19.14],[-0.862,-2.152],[-0.146,-28.538]]}],"t":68},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[0.992,-9.324],[0.952,-4.847],[1.7,-3.714],[-8.015,1.446],[-0.674,4.087],[-0.223,3.603],[-0.695,6.385]],"o":[[0,0],[-0.787,4.008],[-2.898,6.332],[7.1,-1.281],[0.587,-3.561],[0.373,-6.017],[0.662,-3.12]],"v":[[-3.951,-8.868],[-2.982,8.481],[-5.666,16.687],[-1.414,23.3],[-1.068,17.767],[-0.899,10.46],[-1.029,-10.593]]}],"t":70},{"s":[{"c":true,"i":[[1.053,-12.431],[3.882,-11.661],[2.536,-5.703],[-7.714,2.611],[3.417,9.566],[2.95,8.161],[-0.295,9.132]],"o":[[0,0],[-3.203,9.62],[-3.588,8.067],[3.839,-1.3],[-0.946,-2.648],[-3.24,-8.966],[0.106,-3.276]],"v":[[-2.969,9.234],[-5.904,20.833],[-19.111,38.242],[-8.878,44.995],[2.461,36.894],[-0.935,31.073],[1.588,6.351]]}],"t":72}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[-0.952,2.393]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[66.459,90.527]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":20,"parent":6},{"ty":4,"nm":"Sand Dessert Outlines 8","sr":-1,"st":93,"op":72.01,"ip":53,"ln":"198","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[71.861,-29.937,0]},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0,0,0],"t":53.01},{"s":[100,100,100],"t":72.01}]},"p":{"a":0,"k":[295.987,262.59,0]},"r":{"a":0,"k":-180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 5","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-28.579,1.967],[-3.388,6.182],[7.862,-2.547],[47.811,-3.082],[0.737,17.535],[0.66,-0.054],[-2.931,-1.915]],"o":[[27.037,-1.861],[-0.973,-5.163],[-12.762,3.418],[-14.466,0.932],[-0.023,-0.543],[-5.346,0.436],[46.719,30.528]],"v":[[63.195,7.368],[127.07,-11.898],[94.611,3.592],[-19.343,3.76],[-104.099,-27.855],[-105.907,-27.901],[-116.866,-20.869]]}],"t":54.595},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-28.579,1.967],[-3.388,6.182],[7.863,-2.547],[47.834,2.713],[5.527,0.915],[0.66,-0.054],[-2.897,-1.965]],"o":[[27.037,-1.861],[-0.973,-5.163],[-12.761,3.418],[-51.202,-2.904],[-0.536,-0.089],[-5.346,0.436],[76.071,51.6]],"v":[[63.195,7.368],[127.07,-11.898],[97.36,-11.533],[-14.343,-2.365],[-104.099,-27.855],[-105.907,-27.901],[-116.866,-20.869]]}],"t":56.175},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-48.711,-2.323],[-4.395,4.588],[7.438,-0.377],[42.495,-0.303],[5.355,0.052],[0.616,-0.148],[-3.05,-1.381]],"o":[[18.963,0.905],[0.361,-4.721],[-28.089,0.568],[-14.248,-0.456],[-0.519,-0.005],[-4.984,1.198],[74.903,5.947]],"v":[[51.537,9.754],[110.949,-3.431],[83.334,-6.482],[-15.271,-29.023],[-82.128,-20.337],[-83.843,-20.114],[-93.158,-11.861]]}],"t":59.345},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-27.744,0.624],[-5.15,3.392],[7.122,1.251],[38.508,1.78],[5.225,-0.596],[0.583,-0.219],[-3.139,-0.98]],"o":[[27.045,-0.546],[1.362,-4.39],[-11.266,-2.582],[-14.084,-1.498],[-0.506,0.058],[-4.714,1.769],[35.693,17.644]],"v":[[42.794,11.544],[93.795,6.388],[74.313,-1.194],[-16.905,-18.641],[-72.525,-17.276],[-74.169,-16.852],[-82.252,-7.684]]}],"t":62.51},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-27.385,0.048],[-5.906,2.197],[6.804,2.877],[34.52,3.863],[5.096,-1.243],[0.549,-0.29],[-3.228,-0.579]],"o":[[27.049,0.018],[2.362,-4.059],[-10.625,-5.154],[-13.921,-2.54],[-0.494,0.121],[-4.443,2.34],[57.612,7.208]],"v":[[35.925,19.146],[74.017,13.957],[62.293,1.095],[-17.038,-6.197],[-61.984,-14.028],[-63.558,-13.402],[-70.409,-3.319]]}],"t":65.678},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-26.908,-0.719],[-6.446,1.566],[6.758,3.85],[29.204,6.641],[4.923,-2.107],[0.505,-0.384],[-3.347,-0.044]],"o":[[27.053,0.77],[2.972,-3.953],[-10.472,-6.702],[-13.703,-3.929],[-0.477,0.204],[-4.081,3.102],[24.667,4.762]],"v":[[20.679,11.731],[56.358,12.985],[43.015,6.445],[-18.09,-17.836],[-55.761,-11.275],[-57.241,-10.381],[-62.448,0.922]]}],"t":68.845},{"s":[{"c":true,"i":[[-26.43,-1.487],[-6.986,0.936],[6.712,4.822],[23.888,9.419],[4.751,-2.97],[0.46,-0.478],[-3.467,0.491]],"o":[[27.058,1.521],[3.581,-3.846],[-10.319,-8.25],[-13.485,-5.318],[-0.46,0.288],[-3.72,3.863],[18.366,-2.6]],"v":[[7.307,10.129],[41.986,13.276],[31.237,3.996],[-19.141,-13.913],[-48.6,-8.335],[-49.986,-7.172],[-53.55,5.351]]}],"t":72.01}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[87.075,17.121]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 7","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[15.566,-3.67],[7.212,-2.423],[10.854,-12.483],[-7.086,-7.849],[-12.315,13.002],[14.321,6.171]],"o":[[-14.871,3.507],[-9.812,4.146],[0.841,5.633],[5.752,6.371],[-3.556,-3.805],[-19.031,-6.282]],"v":[[-23.947,-64.646],[-75.128,-59.678],[-116.539,-41.271],[-22.028,-15.121],[126.916,-31.866],[92.229,-45.064]]}],"t":56.175},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[28.812,1.888],[6.455,-3.348],[8.415,-13.386],[-7.086,-7.849],[-13.761,8.436],[12.375,9.224]],"o":[[-15.029,2.356],[-8.657,5.359],[1.622,5.196],[5.752,6.371],[-2.205,-4.143],[-15.093,-9.92]],"v":[[-23.947,-64.646],[-61.349,-56.153],[-93.14,-32.171],[-13.778,-27.121],[111.216,-23.268],[82.102,-39.854]]}],"t":59.345},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[28.405,0.367],[5.887,-4.043],[6.586,-14.062],[-7.086,-7.849],[-14.845,5.011],[12.18,9.965]],"o":[[-15.147,1.493],[-7.791,6.268],[2.209,4.869],[5.752,6.371],[-1.713,-5.491],[-12.141,-12.649]],"v":[[-23.947,-64.646],[-58.749,-53.079],[-82.467,-27.925],[-22.028,-15.121],[94.378,-13.35],[74.757,-34.446]]}],"t":62.51},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[27.999,-1.154],[5.319,-4.738],[4.756,-14.738],[-7.086,-7.849],[-15.929,1.586],[9.456,13.803]],"o":[[-15.266,0.63],[-6.924,7.176],[2.794,4.541],[5.752,6.371],[-1.222,-6.838],[-9.189,-15.376]],"v":[[-23.947,-64.646],[-55.212,-49.817],[-70.855,-23.491],[-22.028,-15.121],[74.915,-5.682],[64.475,-31.289]]}],"t":65.678},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[21.782,-2.412],[4.562,-5.663],[4,-17.574],[-7.086,-7.849],[-16.85,-0.31],[5.196,12.611]],"o":[[-15.068,2.069],[-5.77,8.389],[3.576,4.105],[5.752,6.371],[-0.665,-7.037],[-7.184,-17.438]],"v":[[-23.947,-64.646],[-50.86,-48.921],[-63.205,-19.158],[-22.028,-15.121],[57.449,-6.625],[52.474,-34.065]]}],"t":68.845},{"s":[{"c":true,"i":[[15.566,-3.67],[3.805,-6.588],[-0.121,-16.541],[-7.086,-7.849],[-17.772,-2.208],[3.521,15.191]],"o":[[-14.871,3.507],[-4.614,9.601],[4.357,3.668],[5.752,6.371],[0.956,-5.119],[-6.224,-19.05]],"v":[[-23.947,-64.646],[-48.571,-45.437],[-54.616,-14.637],[-22.028,-15.121],[43.269,-6.303],[42.619,-35.175]]}],"t":72.01}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[86.897,35.474]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":21},{"ty":4,"nm":"Sand Dessert Outlines","sr":1,"st":0,"op":36,"ip":13,"ln":"61","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[66.732,92.722,0]},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100,100,100],"t":34},{"s":[0,0,0],"t":36}]},"p":{"a":0,"k":[73.773,65.235,0]},"r":{"a":0,"k":-180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[-5.542,-4.313],[5.943,-7.52],[-0.987,1.958],[-3.15,9.657],[1.792,1.858],[2.97,1.503]],"o":[[0,0],[2.303,1.792],[-5.474,6.926],[2.635,-5.23],[1.932,-5.921],[-3.171,-3.287],[-3.048,-1.301]],"v":[[-23.751,-55.696],[-18.166,-49.641],[-3.55,-46.01],[-3.556,-38.361],[-1.867,-43.642],[-2.491,-49.653],[-13.149,-54.999]]}],"t":13},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[-5.542,-4.313],[5.943,-7.519],[-3.785,7.211],[-3.151,9.657],[-1.127,0.643],[0.615,0.759]],"o":[[0,0],[2.303,1.792],[-5.474,6.926],[2.722,-5.185],[1.932,-5.922],[3.967,-2.263],[-0.504,-3.24]],"v":[[-18.34,-50.245],[-12.755,-44.19],[-8.605,-29.324],[-8.611,-21.675],[-1.255,-36.87],[1.662,-40.603],[0.894,-44.27]]}],"t":15},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[1.02,-7.319],[4.232,-8.6],[-2.187,7.845],[-3.15,9.657],[-3.441,7.966],[-11.271,0.786]],"o":[[0,0],[-2.002,14.362],[-3.898,7.921],[1.573,-5.641],[1.932,-5.921],[1.811,-4.193],[3.27,-0.228]],"v":[[-7.77,-41.306],[-4.652,-28.728],[-9.276,-2.671],[-7.676,4.809],[-3.841,-13.684],[-1.123,-26.436],[7.789,-34.039]]}],"t":17},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[1.838,-8.809],[12.487,-10.973],[-5.053,0.916],[-1.813,9.811],[-3.282,8.029],[-9.067,0.788]],"o":[[0,0],[-3.623,17.342],[4.737,1.027],[-3.553,-3.584],[0.292,-15.624],[2.196,-5.514],[2.722,-1.101]],"v":[[-6.822,-41.755],[-4.682,-27.568],[-14.801,62.992],[-1.011,63.103],[-4.35,41.75],[-1.943,-24.848],[6.305,-35.888]]}],"t":20},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[1.838,-8.809],[9.488,-9.409],[-4.03,6.1],[-1.813,9.811],[-3.282,8.029],[-9.067,0.788]],"o":[[0,0],[-3.623,17.342],[-5.176,6.702],[2.328,-4.194],[0.292,-15.624],[2.196,-5.514],[2.722,-1.101]],"v":[[-6.822,-41.755],[-6.432,-22.818],[-12.051,53.992],[-5.511,57.853],[-3.6,44.25],[-3.943,-21.848],[6.305,-35.888]]}],"t":22},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[4.137,-2.917],[3.473,-11.789],[20,-11.027],[-7.714,2.611],[0.864,10.121],[-2.966,8.155],[-4.66,0.793]],"o":[[0,0],[-6.863,23.302],[-7.731,4.263],[3.839,-1.3],[-2.988,-35.028],[2.965,-8.155],[1.624,-2.848]],"v":[[-5.077,-36.904],[-4.892,-19.498],[-14.488,38.432],[1.933,44.805],[-0.005,33.48],[-3.732,-15.923],[3.188,-33.837]]}],"t":28},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[0.907,-5.087],[3.528,-11.771],[14.54,-10.888],[-7.713,2.611],[1.204,10.047],[-2.177,8.156],[-1.239,2.639]],"o":[[0,0],[-6.375,21.478],[-7.179,4.77],[3.84,-1.3],[-2.388,-16.916],[2.138,-8.263],[1.421,-2.905]],"v":[[-1.721,-35.519],[-5.527,-10.871],[-12.854,29.407],[0.241,35.58],[0.074,24.685],[-3.859,-6.407],[0.3,-33.745]]}],"t":30},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[0.929,-6.218],[1.793,-12.157],[2.657,-4.362],[-7.714,2.611],[1.544,9.973],[-0.16,8.273],[-1.094,3.638]],"o":[[0,0],[-2.896,20.311],[-3.056,5.018],[3.839,-1.3],[-0.717,-9.871],[0.049,-8.473],[1.219,-2.962]],"v":[[-1.432,-27.97],[-4.561,4.629],[-13.221,25.131],[-0.45,29.606],[-2.097,19.14],[-0.862,-2.152],[-0.146,-28.538]]}],"t":32},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[0.992,-9.324],[0.952,-4.847],[1.7,-3.714],[-8.015,1.446],[-0.674,4.087],[-0.223,3.603],[-0.695,6.385]],"o":[[0,0],[-0.787,4.008],[-2.898,6.332],[7.1,-1.281],[0.587,-3.561],[0.373,-6.017],[0.662,-3.12]],"v":[[-3.951,-8.868],[-2.982,8.481],[-5.666,16.687],[-1.414,23.3],[-1.068,17.767],[-0.899,10.46],[-1.029,-10.593]]}],"t":34},{"s":[{"c":true,"i":[[1.053,-12.431],[3.882,-11.661],[2.536,-5.703],[-7.714,2.611],[3.417,9.566],[2.95,8.161],[-0.295,9.132]],"o":[[0,0],[-3.203,9.62],[-3.588,8.067],[3.839,-1.3],[-0.946,-2.648],[-3.24,-8.966],[0.106,-3.276]],"v":[[-2.969,9.234],[-5.904,20.833],[-19.111,38.242],[-8.878,44.995],[2.461,36.894],[-0.935,31.073],[1.588,6.351]]}],"t":36}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[-0.952,2.393]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[66.459,90.527]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":22,"parent":27},{"ty":4,"nm":"Sand 2nd","sr":-1,"st":57,"op":36.01,"ip":17,"ln":"164","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[71.861,-29.937,0]},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0,0,100],"t":17.01},{"s":[100,100,100],"t":36.01}]},"p":{"a":0,"k":[60.013,-44.59,0]},"r":{"a":0,"k":-360},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 5","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-28.579,1.967],[-3.388,6.182],[7.862,-2.547],[47.811,-3.082],[0.737,17.535],[0.66,-0.054],[-2.931,-1.915]],"o":[[27.037,-1.861],[-0.973,-5.163],[-12.762,3.418],[-14.466,0.932],[-0.023,-0.543],[-5.346,0.436],[46.719,30.528]],"v":[[63.195,7.368],[127.07,-11.898],[94.611,3.592],[-19.343,3.76],[-104.099,-27.855],[-105.907,-27.901],[-116.866,-20.869]]}],"t":18.595},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-28.579,1.967],[-3.388,6.182],[7.863,-2.547],[47.834,2.713],[5.527,0.915],[0.66,-0.054],[-2.897,-1.965]],"o":[[27.037,-1.861],[-0.973,-5.163],[-12.761,3.418],[-51.202,-2.904],[-0.536,-0.089],[-5.346,0.436],[76.071,51.6]],"v":[[63.195,7.368],[127.07,-11.898],[97.36,-11.533],[-14.343,-2.365],[-104.099,-27.855],[-105.907,-27.901],[-116.866,-20.869]]}],"t":20.175},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-48.711,-2.323],[-4.395,4.588],[7.438,-0.377],[42.495,-0.303],[5.355,0.052],[0.616,-0.148],[-3.05,-1.381]],"o":[[18.963,0.905],[0.361,-4.721],[-28.089,0.568],[-14.248,-0.456],[-0.519,-0.005],[-4.984,1.198],[74.903,5.947]],"v":[[51.537,9.754],[110.949,-3.431],[83.334,-6.482],[-15.271,-29.023],[-82.128,-20.337],[-83.843,-20.114],[-93.158,-11.861]]}],"t":23.345},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-27.744,0.624],[-5.15,3.392],[7.122,1.251],[38.508,1.78],[5.225,-0.596],[0.583,-0.219],[-3.139,-0.98]],"o":[[27.045,-0.546],[1.362,-4.39],[-11.266,-2.582],[-14.084,-1.498],[-0.506,0.058],[-4.714,1.769],[35.693,17.644]],"v":[[42.794,11.544],[93.795,6.388],[74.313,-1.194],[-16.905,-18.641],[-72.525,-17.276],[-74.169,-16.852],[-82.252,-7.684]]}],"t":26.51},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-27.385,0.048],[-5.906,2.197],[6.804,2.877],[34.52,3.863],[5.096,-1.243],[0.549,-0.29],[-3.228,-0.579]],"o":[[27.049,0.018],[2.362,-4.059],[-10.625,-5.154],[-13.921,-2.54],[-0.494,0.121],[-4.443,2.34],[57.612,7.208]],"v":[[35.925,19.146],[74.017,13.957],[62.293,1.095],[-17.038,-6.197],[-61.984,-14.028],[-63.558,-13.402],[-70.409,-3.319]]}],"t":29.678},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[-26.908,-0.719],[-6.446,1.566],[6.758,3.85],[29.204,6.641],[4.923,-2.107],[0.505,-0.384],[-3.347,-0.044]],"o":[[27.053,0.77],[2.972,-3.953],[-10.472,-6.702],[-13.703,-3.929],[-0.477,0.204],[-4.081,3.102],[24.667,4.762]],"v":[[20.679,11.731],[56.358,12.985],[43.015,6.445],[-18.09,-17.836],[-55.761,-11.275],[-57.241,-10.381],[-62.448,0.922]]}],"t":32.845},{"s":[{"c":true,"i":[[-26.43,-1.487],[-6.986,0.936],[6.712,4.822],[23.888,9.419],[4.751,-2.97],[0.46,-0.478],[-3.467,0.491]],"o":[[27.058,1.521],[3.581,-3.846],[-10.319,-8.25],[-13.485,-5.318],[-0.46,0.288],[-3.72,3.863],[18.366,-2.6]],"v":[[7.307,10.129],[41.986,13.276],[31.237,3.996],[-19.141,-13.913],[-48.6,-8.335],[-49.986,-7.172],[-53.55,5.351]]}],"t":36.01}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.5216,0.3216]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[87.075,17.121]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 7","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[15.566,-3.67],[7.212,-2.423],[10.854,-12.483],[-7.086,-7.849],[-12.315,13.002],[14.321,6.171]],"o":[[-14.871,3.507],[-9.812,4.146],[0.841,5.633],[5.752,6.371],[-3.556,-3.805],[-19.031,-6.282]],"v":[[-23.947,-64.646],[-75.128,-59.678],[-116.539,-41.271],[-22.028,-15.121],[126.916,-31.866],[92.229,-45.064]]}],"t":20.175},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[28.812,1.888],[6.455,-3.348],[8.415,-13.386],[-7.086,-7.849],[-13.761,8.436],[12.375,9.224]],"o":[[-15.029,2.356],[-8.657,5.359],[1.622,5.196],[5.752,6.371],[-2.205,-4.143],[-15.093,-9.92]],"v":[[-23.947,-64.646],[-61.349,-56.153],[-93.14,-32.171],[-13.778,-27.121],[111.216,-23.268],[82.102,-39.854]]}],"t":23.345},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[28.405,0.367],[5.887,-4.043],[6.586,-14.062],[-7.086,-7.849],[-14.845,5.011],[12.18,9.965]],"o":[[-15.147,1.493],[-7.791,6.268],[2.209,4.869],[5.752,6.371],[-1.713,-5.491],[-12.141,-12.649]],"v":[[-23.947,-64.646],[-58.749,-53.079],[-82.467,-27.925],[-22.028,-15.121],[94.378,-13.35],[74.757,-34.446]]}],"t":26.51},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[27.999,-1.154],[5.319,-4.738],[4.756,-14.738],[-7.086,-7.849],[-15.929,1.586],[9.456,13.803]],"o":[[-15.266,0.63],[-6.924,7.176],[2.794,4.541],[5.752,6.371],[-1.222,-6.838],[-9.189,-15.376]],"v":[[-23.947,-64.646],[-55.212,-49.817],[-70.855,-23.491],[-22.028,-15.121],[74.915,-5.682],[64.475,-31.289]]}],"t":29.678},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[{"c":true,"i":[[21.782,-2.412],[4.562,-5.663],[4,-17.574],[-7.086,-7.849],[-16.85,-0.31],[5.196,12.611]],"o":[[-15.068,2.069],[-5.77,8.389],[3.576,4.105],[5.752,6.371],[-0.665,-7.037],[-7.184,-17.438]],"v":[[-23.947,-64.646],[-50.86,-48.921],[-63.205,-19.158],[-22.028,-15.121],[57.449,-6.625],[52.474,-34.065]]}],"t":32.845},{"s":[{"c":true,"i":[[15.566,-3.67],[3.805,-6.588],[-0.121,-16.541],[-7.086,-7.849],[-17.772,-2.208],[3.521,15.191]],"o":[[-14.871,3.507],[-4.614,9.601],[4.357,3.668],[5.752,6.371],[0.956,-5.119],[-6.224,-19.05]],"v":[[-23.947,-64.646],[-48.571,-45.437],[-54.616,-14.637],[-22.028,-15.121],[43.269,-6.303],[42.619,-35.175]]}],"t":36.01}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[1,0.8941,0.8275]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[86.897,35.474]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":23,"parent":6},{"ty":4,"nm":"Glass Out Outlines","sr":1,"st":0,"op":150,"ip":0,"ln":"58","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[74.568,100.981,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[54.402,45.155,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":50}},"shapes":[{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":1,"y":0},"i":{"x":0.667,"y":1},"s":[{"c":true,"i":[[-7.993,23.795],[3.56,8.621],[20.859,-4.44],[4.552,-12.26],[-5.023,-12.442],[-7.388,-6.346],[1.178,0.037],[12.503,-8.674],[3.613,-11.626],[-21.097,-8.719],[-17.835,44.11],[4.681,12.22],[8.383,6.603],[-1.213,-0.031]],"o":[[3.741,-11.137],[-6.662,-16.129],[-10.133,2.156],[-5.039,13.571],[3.266,8.089],[0.895,0.768],[-7.408,-0.231],[-9.221,6.396],[-12.46,40.096],[21.096,8.72],[5.291,-13.087],[-3.401,-8.877],[-0.954,-0.751],[24.047,0.602]],"v":[[72.111,-34.799],[71.198,-64.18],[-11.368,-96.052],[-33.146,-71.961],[-32.584,-31.669],[-13.934,-7.804],[-14.789,-5.618],[-51.319,3.417],[-71.348,31.041],[-36.44,90.999],[34.024,67.858],[33.829,28.498],[12.531,3.278],[13.349,1.05]]}],"t":0},{"o":{"x":0.167,"y":0},"i":{"x":0.667,"y":1},"s":[{"c":true,"i":[[-9.575,23.203],[3.773,8.53],[19.306,-3.368],[7.112,-10.974],[-6.154,-19.451],[-9.698,-7.982],[1.178,0.037],[11.393,-7.756],[3.276,-9.784],[-21.096,-8.719],[-12.777,35.824],[4.681,12.22],[8.383,6.603],[-1.214,-0.01]],"o":[[8.098,-19.621],[-6.511,-14.716],[-10.205,1.78],[-5.024,7.752],[4.059,12.826],[0.911,0.75],[-7.408,-0.231],[-9.277,6.315],[-11.529,34.434],[21.097,8.72],[4.742,-13.296],[-3.401,-8.877],[-0.954,-0.751],[27.834,0.221]],"v":[[67.102,-21.368],[67.442,-62.928],[-7.157,-92.751],[-31.894,-73.1],[-38.048,-27.002],[-15.382,2.62],[-16.237,4.806],[-52.864,14.118],[-74.455,38.845],[-36.799,97.878],[30.609,77.647],[30.316,38.807],[10.921,13.377],[11.739,11.149]]}],"t":14},{"o":{"x":0.167,"y":0},"i":{"x":0.667,"y":1},"s":[{"c":true,"i":[[-9.575,23.203],[3.773,8.53],[19.306,-3.368],[7.112,-10.974],[-6.154,-19.451],[-9.698,-7.982],[1.178,0.037],[11.393,-7.756],[3.276,-9.784],[-21.096,-8.719],[-12.777,35.824],[4.681,12.22],[8.383,6.603],[-1.214,-0.01]],"o":[[8.098,-19.621],[-6.511,-14.716],[-10.205,1.78],[-5.024,7.752],[4.059,12.826],[0.911,0.75],[-7.408,-0.231],[-9.277,6.315],[-11.529,34.434],[21.097,8.72],[4.742,-13.296],[-3.401,-8.877],[-0.954,-0.751],[27.834,0.221]],"v":[[67.102,-21.368],[67.442,-62.928],[-7.157,-92.751],[-31.894,-73.1],[-38.048,-27.002],[-15.382,2.62],[-16.237,4.806],[-52.864,14.118],[-74.455,38.845],[-36.799,97.878],[30.609,77.647],[30.316,38.807],[10.921,13.377],[11.739,11.149]]}],"t":36},{"s":[{"c":true,"i":[[-7.993,23.795],[3.56,8.621],[20.859,-4.44],[4.552,-12.26],[-5.023,-12.442],[-7.388,-6.346],[1.178,0.037],[12.503,-8.674],[3.613,-11.626],[-21.097,-8.719],[-17.835,44.11],[4.681,12.22],[8.383,6.603],[-1.213,-0.031]],"o":[[3.741,-11.137],[-6.662,-16.129],[-10.133,2.156],[-5.039,13.571],[3.266,8.089],[0.895,0.768],[-7.408,-0.231],[-9.221,6.396],[-12.46,40.096],[21.096,8.72],[5.291,-13.087],[-3.401,-8.877],[-0.954,-0.751],[24.047,0.602]],"v":[[72.111,-34.799],[71.198,-64.18],[-11.368,-96.052],[-33.146,-71.961],[-32.584,-31.669],[-13.934,-7.804],[-14.789,-5.618],[-51.319,3.417],[-71.348,31.041],[-36.44,90.999],[34.024,67.858],[33.829,28.498],[12.531,3.278],[13.349,1.05]]}],"t":52}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.8275,0.702]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[74.569,99.459]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":24,"parent":6},{"ty":4,"nm":"Shape Layer 4","sr":1,"st":0,"op":66,"ip":53,"ln":"204","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[13.804,-7.251,0]},"s":{"a":0,"k":[130,130,110]},"p":{"a":0,"k":[308.962,176.531,0]},"r":{"a":0,"k":-7},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Ellipse 1","it":[{"ty":"el","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0]},"s":{"a":0,"k":[160.573,49.335]}},{"ty":"st","nm":"Stroke 1","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":5},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[13.804,-7.251]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"tm","nm":"Trim Paths 1","e":{"a":0,"k":77},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0],"t":0},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[-360],"t":36},{"s":[-720],"t":71.999}]},"s":{"a":0,"k":57},"m":1}],"ind":25},{"ty":4,"nm":"Shape Layer 1","sr":1,"st":0,"op":32,"ip":17,"ln":"201","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[13.804,-7.251,0]},"s":{"a":0,"k":[130,130,110]},"p":{"a":0,"k":[308.962,176.531,0]},"r":{"a":0,"k":-7},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Ellipse 1","it":[{"ty":"el","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0]},"s":{"a":0,"k":[160.573,49.335]}},{"ty":"st","nm":"Stroke 1","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100},"w":{"a":0,"k":5},"c":{"a":0,"k":[1,1,1]}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[13.804,-7.251]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"tm","nm":"Trim Paths 1","e":{"a":0,"k":77},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0],"t":0},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[-360],"t":36},{"s":[-720],"t":71.999}]},"s":{"a":0,"k":57},"m":1}],"ind":26},{"ty":4,"nm":"Glass In Outlines","sr":1,"st":0,"op":150,"ip":0,"ln":"57","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[76.538,93.937,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[74.046,99.459,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":1,"k":[{"o":{"x":1,"y":0},"i":{"x":0.667,"y":1},"s":[{"c":true,"i":[[9.252,0],[8.191,3.385],[-10.975,35.313],[-8.353,5.796],[-7.175,0],[-0.673,-0.021],[0,0],[-1.03,2.782],[2.25,1.933],[2.588,6.406],[-4.35,11.714],[-8.549,1.731],[-6.708,-8.931],[4.345,-12.939],[19.706,0],[0,0],[0.497,0.012],[0,0],[0.981,-2.828],[-2.35,-1.85],[-2.996,-7.821],[4.379,-10.831]],"o":[[-10.625,0],[-20.932,-8.652],[3.127,-10.064],[10.089,-6.997],[0.827,0],[0,0],[2.968,-0.001],[1.03,-2.778],[-7.617,-6.543],[-4.673,-11.579],[4.691,-12.637],[22.322,-4.523],[6.101,8.122],[-7.371,21.941],[0,0],[-0.5,0],[0,0],[-2.998,0],[-0.976,2.82],[7.452,5.87],[4.529,11.823],[-10.145,25.091]],"v":[[-3.678,93.687],[-33.712,85.665],[-65.313,32.754],[-47.508,8.159],[-16.703,0.117],[-14.447,0.152],[-14.223,0.156],[-7.642,-4.426],[-9.65,-12.182],[-26.71,-33.83],[-27.211,-69.952],[-6.201,-91.61],[62.764,-67.99],[67.163,-36.636],[15.521,-4.701],[15.517,-4.701],[14.017,-4.72],[13.835,-4.723],[7.187,0.005],[9.483,7.813],[28.962,30.563],[29.195,65.694]]}],"t":0},{"o":{"x":0.167,"y":0},"i":{"x":0.667,"y":1},"s":[{"c":true,"i":[[9.252,0],[8.192,3.385],[-10.975,35.313],[-8.354,5.796],[-7.175,0],[-0.673,-0.021],[0,0],[-1.03,2.782],[2.414,1.725],[2.587,6.406],[-6.868,10.439],[-8.549,1.732],[-6.629,-8.991],[4.346,-12.939],[19.706,0],[0,0],[0.498,0.012],[0,0],[0.981,-2.828],[-2.351,-1.85],[-2.996,-7.821],[4.379,-10.831]],"o":[[-10.625,0],[-20.932,-8.652],[3.127,-10.064],[10.088,-6.997],[0.827,0],[0,0],[2.968,-0.001],[1.03,-2.778],[-11.838,-8.462],[-4.674,-11.579],[7.409,-11.261],[22.322,-4.522],[11.622,15.759],[-7.371,21.941],[0,0],[-0.501,0],[0,0],[-2.997,0],[-0.976,2.82],[7.452,5.87],[4.529,11.823],[-10.145,25.091]],"v":[[-8.428,100.687],[-36.963,93.165],[-67.563,39.754],[-49.741,17.39],[-17.953,10.367],[-15.697,10.402],[-15.473,10.406],[-8.892,5.824],[-10.9,-1.932],[-31.623,-27.279],[-27.148,-68.99],[-4.564,-87.144],[58.69,-66.054],[62.249,-22.641],[14.419,5.698],[14.416,5.698],[12.915,5.679],[12.733,5.676],[5.937,10.255],[8.233,18.063],[25.462,40.313],[25.695,75.444]]}],"t":20},{"o":{"x":0.167,"y":0},"i":{"x":0.667,"y":1},"s":[{"c":true,"i":[[9.252,0],[8.192,3.385],[-10.975,35.313],[-8.354,5.796],[-7.175,0],[-0.673,-0.021],[0,0],[-1.03,2.782],[2.414,1.725],[2.587,6.406],[-6.868,10.439],[-8.549,1.732],[-6.629,-8.991],[4.346,-12.939],[19.706,0],[0,0],[0.498,0.012],[0,0],[0.981,-2.828],[-2.351,-1.85],[-2.996,-7.821],[4.379,-10.831]],"o":[[-10.625,0],[-20.932,-8.652],[3.127,-10.064],[10.088,-6.997],[0.827,0],[0,0],[2.968,-0.001],[1.03,-2.778],[-11.838,-8.462],[-4.674,-11.579],[7.409,-11.261],[22.322,-4.522],[11.622,15.759],[-7.371,21.941],[0,0],[-0.501,0],[0,0],[-2.997,0],[-0.976,2.82],[7.452,5.87],[4.529,11.823],[-10.145,25.091]],"v":[[-8.428,100.687],[-36.963,93.165],[-67.563,39.754],[-49.741,17.39],[-17.953,10.367],[-15.697,10.402],[-15.473,10.406],[-8.892,5.824],[-10.9,-1.932],[-31.623,-27.279],[-27.148,-68.99],[-4.564,-87.144],[58.69,-66.054],[62.249,-22.641],[14.419,5.698],[14.416,5.698],[12.915,5.679],[12.733,5.676],[5.937,10.255],[8.233,18.063],[25.462,40.313],[25.695,75.444]]}],"t":36},{"s":[{"c":true,"i":[[9.252,0],[8.191,3.385],[-10.975,35.313],[-8.353,5.796],[-7.175,0],[-0.673,-0.021],[0,0],[-1.03,2.782],[2.25,1.933],[2.588,6.406],[-4.35,11.714],[-8.549,1.731],[-6.708,-8.931],[4.345,-12.939],[19.706,0],[0,0],[0.497,0.012],[0,0],[0.981,-2.828],[-2.35,-1.85],[-2.996,-7.821],[4.379,-10.831]],"o":[[-10.625,0],[-20.932,-8.652],[3.127,-10.064],[10.089,-6.997],[0.827,0],[0,0],[2.968,-0.001],[1.03,-2.778],[-7.617,-6.543],[-4.673,-11.579],[4.691,-12.637],[22.322,-4.523],[6.101,8.122],[-7.371,21.941],[0,0],[-0.5,0],[0,0],[-2.998,0],[-0.976,2.82],[7.452,5.87],[4.529,11.823],[-10.145,25.091]],"v":[[-3.678,93.687],[-33.712,85.665],[-65.313,32.754],[-47.508,8.159],[-16.703,0.117],[-14.447,0.152],[-14.223,0.156],[-7.642,-4.426],[-9.65,-12.182],[-26.71,-33.83],[-27.211,-69.952],[-6.201,-91.61],[62.764,-67.99],[67.163,-36.636],[15.521,-4.701],[15.517,-4.701],[14.017,-4.72],[13.835,-4.723],[7.187,0.005],[9.483,7.813],[28.962,30.563],[29.195,65.694]]}],"t":56}]}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.8275,0.702]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[76.537,93.937]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":27,"parent":24},{"ty":4,"nm":"Butt Cap Outlines 3","sr":1,"st":14,"op":49,"ip":14,"ln":"269","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[52.42,27.235,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[86.714,-46.33,0],"t":14},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[86.29,-41.156,0],"t":20},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[86.29,-41.156,0],"t":36},{"s":[86.714,-46.33,0],"t":49}]},"r":{"a":0,"k":180},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[6.572,0],[6.405,1.43],[0,0],[-0.017,0.042],[0,0]],"o":[[-3.166,0],[0,0],[19.099,4.268],[0,0],[-0.043,0.131]],"v":[[3.327,0.254],[-10.749,-1.664],[-10.644,-2.134],[10.295,-2.133],[10.749,-1.978]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[92.355,42.803]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.332,0],[2.897,0.507],[13.065,4.813],[8.621,5.087],[-1.241,3.368],[0,0],[0,0],[0,0],[-8.374,-4.941],[-13.039,-4.806],[-9.834,-1.719],[-0.818,2.22],[-0.54,1.468],[3.883,2.949],[0,0],[0.64,-1.736],[0.541,-1.467]],"o":[[-3.353,0],[-9.861,-1.724],[-13.064,-4.814],[-5.05,-2.98],[0,0],[0,0],[0,0],[-0.819,2.22],[8.598,5.072],[13.038,4.804],[9.577,1.674],[0.541,-1.468],[0.55,-1.493],[0,0],[4.127,3.135],[-0.54,1.468],[-0.618,1.679]],"v":[[41.169,23.201],[30.992,22.142],[-4.559,12.004],[-38.188,-3.35],[-50.285,-15.199],[-47.285,-23.343],[-46.834,-23.175],[-49.834,-15.032],[-37.944,-3.764],[-4.392,11.553],[31.075,21.669],[47.434,20.81],[50.435,12.667],[45.34,5.876],[45.631,5.493],[50.886,12.833],[47.885,20.976]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.119,28.418]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.321,-4.623],[-26.643,-9.818],[-2.322,4.623],[26.643,9.818]],"o":[[-1.234,5.024],[26.643,9.818],[1.233,-5.024],[-26.644,-9.818]],"v":[[-48.834,-17.995],[-3.207,8.704],[48.835,17.995],[3.208,-8.704]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.102,0.1098,0.1098]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.988,22.978]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.541,1.468],[26.983,9.943],[1.808,-4.91],[0.542,-1.469],[-26.985,-9.944],[-1.808,4.911]],"o":[[1.808,-4.909],[-26.985,-9.943],[-0.541,1.467],[-1.808,4.909],[26.983,9.944],[0.542,-1.467]],"v":[[50.361,13.933],[4.777,-12.961],[-47.359,-22.076],[-50.361,-13.933],[-4.775,12.96],[47.359,22.075]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.6314,0.5333]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.42,27.235]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":28,"parent":6},{"ty":4,"nm":"Butt Cap Outlines 4","sr":1,"st":49,"op":72,"ip":49,"ln":"272","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[52.42,27.235,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[19.587,134.831,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[6.572,0],[6.405,1.43],[0,0],[-0.017,0.042],[0,0]],"o":[[-3.166,0],[0,0],[19.099,4.268],[0,0],[-0.043,0.131]],"v":[[3.327,0.254],[-10.749,-1.664],[-10.644,-2.134],[10.295,-2.133],[10.749,-1.978]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[92.355,42.803]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.332,0],[2.897,0.507],[13.065,4.813],[8.621,5.087],[-1.241,3.368],[0,0],[0,0],[0,0],[-8.374,-4.941],[-13.039,-4.806],[-9.834,-1.719],[-0.818,2.22],[-0.54,1.468],[3.883,2.949],[0,0],[0.64,-1.736],[0.541,-1.467]],"o":[[-3.353,0],[-9.861,-1.724],[-13.064,-4.814],[-5.05,-2.98],[0,0],[0,0],[0,0],[-0.819,2.22],[8.598,5.072],[13.038,4.804],[9.577,1.674],[0.541,-1.468],[0.55,-1.493],[0,0],[4.127,3.135],[-0.54,1.468],[-0.618,1.679]],"v":[[41.169,23.201],[30.992,22.142],[-4.559,12.004],[-38.188,-3.35],[-50.285,-15.199],[-47.285,-23.343],[-46.834,-23.175],[-49.834,-15.032],[-37.944,-3.764],[-4.392,11.553],[31.075,21.669],[47.434,20.81],[50.435,12.667],[45.34,5.876],[45.631,5.493],[50.886,12.833],[47.885,20.976]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.119,28.418]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.321,-4.623],[-26.643,-9.818],[-2.322,4.623],[26.643,9.818]],"o":[[-1.234,5.024],[26.643,9.818],[1.233,-5.024],[-26.644,-9.818]],"v":[[-48.834,-17.995],[-3.207,8.704],[48.835,17.995],[3.208,-8.704]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.102,0.1098,0.1098]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.988,22.978]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.541,1.468],[26.983,9.943],[1.808,-4.91],[0.542,-1.469],[-26.985,-9.944],[-1.808,4.911]],"o":[[1.808,-4.909],[-26.985,-9.943],[-0.541,1.467],[-1.808,4.909],[26.983,9.944],[0.542,-1.467]],"v":[[50.361,13.933],[4.777,-12.961],[-47.359,-22.076],[-50.361,-13.933],[-4.775,12.96],[47.359,22.075]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.6314,0.5333]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.42,27.235]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":29,"parent":6},{"ty":4,"nm":"Butt Cap Outlines","sr":1,"st":0,"op":14,"ip":0,"ln":"56","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[52.42,27.235,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[19.587,134.831,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[6.572,0],[6.405,1.43],[0,0],[-0.017,0.042],[0,0]],"o":[[-3.166,0],[0,0],[19.099,4.268],[0,0],[-0.043,0.131]],"v":[[3.327,0.254],[-10.749,-1.664],[-10.644,-2.134],[10.295,-2.133],[10.749,-1.978]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[92.355,42.803]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[3.332,0],[2.897,0.507],[13.065,4.813],[8.621,5.087],[-1.241,3.368],[0,0],[0,0],[0,0],[-8.374,-4.941],[-13.039,-4.806],[-9.834,-1.719],[-0.818,2.22],[-0.54,1.468],[3.883,2.949],[0,0],[0.64,-1.736],[0.541,-1.467]],"o":[[-3.353,0],[-9.861,-1.724],[-13.064,-4.814],[-5.05,-2.98],[0,0],[0,0],[0,0],[-0.819,2.22],[8.598,5.072],[13.038,4.804],[9.577,1.674],[0.541,-1.468],[0.55,-1.493],[0,0],[4.127,3.135],[-0.54,1.468],[-0.618,1.679]],"v":[[41.169,23.201],[30.992,22.142],[-4.559,12.004],[-38.188,-3.35],[-50.285,-15.199],[-47.285,-23.343],[-46.834,-23.175],[-49.834,-15.032],[-37.944,-3.764],[-4.392,11.553],[31.075,21.669],[47.434,20.81],[50.435,12.667],[45.34,5.876],[45.631,5.493],[50.886,12.833],[47.885,20.976]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.1137,0.1137,0.1059]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.119,28.418]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 3","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.321,-4.623],[-26.643,-9.818],[-2.322,4.623],[26.643,9.818]],"o":[[-1.234,5.024],[26.643,9.818],[1.233,-5.024],[-26.644,-9.818]],"v":[[-48.834,-17.995],[-3.207,8.704],[48.835,17.995],[3.208,-8.704]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0.102,0.1098,0.1098]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[53.988,22.978]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"gr","nm":"Group 4","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.541,1.468],[26.983,9.943],[1.808,-4.91],[0.542,-1.469],[-26.985,-9.944],[-1.808,4.911]],"o":[[1.808,-4.909],[-26.985,-9.943],[-0.541,1.467],[-1.808,4.909],[26.983,9.944],[0.542,-1.467]],"v":[[50.361,13.933],[4.777,-12.961],[-47.359,-22.076],[-50.361,-13.933],[-4.775,12.96],[47.359,22.075]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.6314,0.5333]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[52.42,27.235]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":30,"parent":6},{"ty":4,"nm":"BG Outlines 2","sr":1,"st":0,"op":150,"ip":0,"ln":"206","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[109.816,93.507,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[253.037,161.386,0],"t":0},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[253.037,141.386,0],"t":36},{"s":[253.037,161.386,0],"t":71.999}]},"r":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":0},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[20],"t":36},{"s":[0],"t":71.999}]},"sa":{"a":0,"k":0},"o":{"a":0,"k":20}},"shapes":[{"ty":"gr","nm":"Group 2","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[-10.93,33.58],[30.406,121.367],[-2.19,-47.902],[-19.287,-43.708]],"o":[[12.684,-38.966],[-17.195,-68.638],[2.481,54.278],[25.947,58.801]],"v":[[108.092,74.585],[29.912,-50.395],[-59.61,-48.219],[-106.391,38.747]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.8275,0.702]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[109.817,93.507]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":31},{"ty":4,"nm":"BG Outlines","sr":1,"st":0,"op":150,"ip":0,"ln":"54","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[252.289,76.848,0]},"s":{"a":0,"k":[100,100]},"p":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[395.51,144.727,0],"t":0},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[380.51,144.727,0],"t":36},{"s":[395.51,144.727,0],"t":71.999}]},"r":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":0},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[-20],"t":36},{"s":[0],"t":71.999}]},"sa":{"a":0,"k":0},"o":{"a":0,"k":20}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[31.592,-23.549],[-23.549,-31.592],[-31.592,23.549],[23.549,31.593]],"o":[[-31.592,23.549],[23.549,31.592],[31.593,-23.549],[-23.549,-31.592]],"v":[[-33.781,-60.949],[-46.398,37.083],[51.497,53.457],[6.455,-1.955]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0.8275,0.702]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[252.289,76.848]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":32},{"ty":4,"nm":"Shadow Outlines","sr":1,"st":0,"op":150,"ip":0,"ln":"53","hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0.011,5.858,0]},"s":{"a":1,"k":[{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0},{"s":[174,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":36},{"s":[174,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":49},{"s":[100,100,100],"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":56}]},"p":{"a":0,"k":[217.602,286.011,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[50],"t":0},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[10],"t":13},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[50],"t":20},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[50],"t":36},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[10],"t":49},{"s":[50],"t":56}]}},"shapes":[{"ty":"gr","nm":"Group 1","it":[{"ty":"sh","nm":"Path 1","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-3.236],[27.494,0],[0,3.236],[-27.493,0]],"o":[[0,3.236],[-27.493,0],[0,-3.236],[27.494,0]],"v":[[49.782,0],[0,5.859],[-49.782,0],[0,-5.859]]}}},{"ty":"gr","nm":"Group 1","it":[{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]},{"ty":"fl","nm":"Fill 1","c":{"a":0,"k":[0,0,0]},"r":1,"o":{"a":0,"k":100}},{"ty":"tr","a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[49.782,5.859]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}}]}],"ind":33}]}]} \ No newline at end of file +{ + "nm": "Timing Lottie", + "ddd": 0, + "h": 250, + "w": 250, + "meta": { "g": "@lottiefiles/toolkit-js 0.66.1" }, + "layers": [ + { + "ty": 0, + "nm": "Timing", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "52", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [300, 175] }, + "s": { "a": 0, "k": [70, 70, 90] }, + "p": { "a": 0, "k": [125, 125] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "w": 600, + "h": 350, + "refId": "1", + "ind": 1 + } + ], + "v": "5.7.0", + "fr": 30, + "op": 72, + "ip": 0, + "assets": [ + { + "nm": "Timing", + "id": "1", + "layers": [ + { + "ty": 4, + "nm": "Shape Layer 5", + "sr": 1, + "st": 0, + "op": 72, + "ip": 66, + "ln": "205", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [13.804, -7.251, 0] }, + "s": { "a": 0, "k": [130, 130, 110] }, + "p": { "a": 0, "k": [308.962, 176.531, 0] }, + "r": { "a": 0, "k": -7 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Ellipse 1", + "it": [ + { + "ty": "el", + "nm": "Ellipse Path 1", + "d": 1, + "p": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [160.573, 49.335] } + }, + { + "ty": "st", + "nm": "Stroke 1", + "lc": 1, + "lj": 1, + "ml": 4, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 5 }, + "c": { "a": 0, "k": [1, 1, 1] } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [13.804, -7.251] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "tm", + "nm": "Trim Paths 1", + "e": { "a": 0, "k": 77 }, + "o": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [-360], + "t": 36 + }, + { "s": [-720], "t": 71.999 } + ] + }, + "s": { "a": 0, "k": 57 }, + "m": 1 + } + ], + "ind": 1 + }, + { + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "st": 0, + "op": 53, + "ip": 32, + "ln": "203", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [13.804, -7.251, 0] }, + "s": { "a": 0, "k": [130, 130, 110] }, + "p": { "a": 0, "k": [308.962, 176.531, 0] }, + "r": { "a": 0, "k": -7 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Ellipse 1", + "it": [ + { + "ty": "el", + "nm": "Ellipse Path 1", + "d": 1, + "p": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [160.573, 49.335] } + }, + { + "ty": "st", + "nm": "Stroke 1", + "lc": 1, + "lj": 1, + "ml": 4, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 5 }, + "c": { "a": 0, "k": [1, 1, 1] } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [13.804, -7.251] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "tm", + "nm": "Trim Paths 1", + "e": { "a": 0, "k": 77 }, + "o": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [-360], + "t": 36 + }, + { "s": [-720], "t": 71.999 } + ] + }, + "s": { "a": 0, "k": 57 }, + "m": 1 + } + ], + "ind": 2 + }, + { + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "st": 0, + "op": 17, + "ip": 0, + "ln": "202", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [13.804, -7.251, 0] }, + "s": { "a": 0, "k": [130, 130, 110] }, + "p": { "a": 0, "k": [308.962, 176.531, 0] }, + "r": { "a": 0, "k": -7 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Ellipse 1", + "it": [ + { + "ty": "el", + "nm": "Ellipse Path 1", + "d": 1, + "p": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [160.573, 49.335] } + }, + { + "ty": "st", + "nm": "Stroke 1", + "lc": 1, + "lj": 1, + "ml": 4, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 5 }, + "c": { "a": 0, "k": [1, 1, 1] } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [13.804, -7.251] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "tm", + "nm": "Trim Paths 1", + "e": { "a": 0, "k": 77 }, + "o": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [-360], + "t": 36 + }, + { "s": [-720], "t": 71.999 } + ] + }, + "s": { "a": 0, "k": 57 }, + "m": 1 + } + ], + "ind": 3 + }, + { + "ty": 4, + "nm": "X Outlines", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "60", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [6.607, 6.607, 0] }, + "s": { + "a": 1, + "k": [ + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 0 + }, + { + "s": [150, 150, 110], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 10 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 20 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 36 + }, + { + "s": [150, 150, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 46 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 56 + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [68.523, 31.199, 0], + "t": 0, + "ti": [0, 0, 0], + "to": [41.5, 12.013, 0] + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.667, "y": 0.667 }, + "s": [109.886, 83.398, 0], + "t": 20 + }, + { + "o": { "x": 0.167, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [109.886, 83.398, 0], + "t": 36, + "ti": [41.279, 11.768, 0], + "to": [0, 0, 0] + }, + { + "s": [68.523, 31.199, 0], + "t": 56, + "ti": [-45.317, -24.393, 0], + "to": [-41.548, -11.845, 0] + } + ] + }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.785, 6.357], + [-5.518, -5.733], + [-4.785, -6.357], + [5.518, 5.733] + ] + } + } + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [6.607, 6.607] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-5.733, 5.518], + [-6.357, 4.785], + [5.733, -5.518], + [6.357, -4.785] + ] + } + } + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [6.607, 6.607] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 4, + "parent": 24 + }, + { + "ty": 4, + "nm": "O Outlines", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "59", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [11.512, 9.782, 0] }, + "s": { + "a": 1, + "k": [ + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 0 + }, + { + "s": [80, 80, 90], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 10 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 20 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 36 + }, + { + "s": [80, 80, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 46 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 56 + } + ] + }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [37.539, 119.916, 0], + "t": 0, + "ti": [0, 0, 0], + "to": [3.98, 37.18, 0] + }, + { + "o": { "x": 0.333, "y": 0.333 }, + "i": { "x": 0.667, "y": 0.667 }, + "s": [80.245, 169.826, 0], + "t": 20 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [80.245, 169.826, 0], + "t": 36, + "ti": [-3.98, -37.18, 0], + "to": [0, 0, 0] + }, + { + "s": [37.539, 119.916, 0], + "t": 56, + "ti": [-3.98, -37.18, 0], + "to": [3.98, 37.18, 0] + } + ] + }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [5.055, -2.919], + [2.109, 3.653], + [-5.055, 2.918], + [-2.109, -3.653] + ], + "o": [ + [-5.055, 2.92], + [-2.108, -3.651], + [5.056, -2.919], + [2.108, 3.653] + ], + "v": [ + [3.818, 6.612], + [-9.154, 5.284], + [-3.818, -6.613], + [9.154, -5.285] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 1, 0.8471] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [11.512, 9.782] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 5, + "parent": 24 + }, + { + "ty": 3, + "nm": "", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "hd": true, + "ln": "68", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [50, 50, 50] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.858, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [300, 175, 0], + "t": 0 + }, + { + "o": { "x": 0.333, "y": 0.333 }, + "i": { "x": 0.667, "y": 0.667 }, + "s": [306, 168, 0], + "t": 20 + }, + { + "o": { "x": 0.9, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [306, 168, 0], + "t": 36 + }, + { "s": [300, 175, 0], "t": 56 } + ] + }, + "r": { + "a": 1, + "k": [ + { + "o": { "x": 0.9, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [180], + "t": 20 + }, + { + "o": { "x": 0.9, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [180], + "t": 36 + }, + { "s": [360], "t": 56 } + ] + }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "ind": 6 + }, + { + "ty": 4, + "nm": "Up Cap/Timing Outlines 2", + "sr": 1, + "st": 14, + "op": 49, + "ip": 14, + "ln": "270", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [52.5, 27.5, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [19.232, 134.545, 0], + "t": 14 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [19.232, 138.5, 0], + "t": 20 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [19.232, 138.5, 0], + "t": 36 + }, + { "s": [19.232, 134.545, 0], "t": 49 } + ] + }, + "r": { "a": 0, "k": 180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [1.208, -2.202], + [-16.405, -6.091], + [-1.132, 2.242], + [16.464, 6.114] + ], + "o": [ + [-0.523, 2.459], + [16.465, 6.115], + [0.585, -2.386], + [-16.41, -6.092] + ], + "v": [ + [-28.067, -9.862], + [-1.788, 5.377], + [28.082, 10.958], + [1.79, -4.258] + ] + } + } + }, + { + "ty": "sh", + "nm": "Path 2", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.105, 0], + [10.031, 3.725], + [-0.85, 3.42], + [0, 0], + [-13.729, -5.097], + [0.848, -3.42] + ], + "o": [ + [-5.712, 0], + [-13.728, -5.098], + [0, 0], + [1.588, -3.145], + [13.727, 5.097], + [-0.432, 0.86] + ], + "v": [ + [24.576, 12.367], + [-1.956, 5.828], + [-28.527, -10.005], + [-28.509, -10.055], + [1.957, -4.709], + [28.529, 11.125] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.976, 22.694] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [1.353, -2.678], + [-15.438, -5.733], + [-1.353, 2.678], + [15.437, 5.732] + ], + "o": [ + [-0.723, 2.912], + [15.437, 5.733], + [0.723, -2.912], + [-15.438, -5.733] + ], + "v": [ + [-28.295, -10.507], + [-1.872, 5.043], + [28.295, 10.507], + [1.873, -5.043] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.7098, 0.6] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.976, 23.254] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.79, 0], + [19.411, 7.209], + [0, 0], + [-1.744, 4.69], + [0, 0] + ], + "o": [ + [-9.095, 0], + [0, 0], + [26.339, 9.78], + [0, 0], + [-0.558, 1.502] + ], + "v": [ + [19.476, 4.731], + [-26.211, -6.588], + [-26.044, -7.039], + [25.76, 2.349], + [26.211, 2.515] + ] + } + } + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [73.717, 47.269] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.636, 0], + [19.263, 7.152], + [0, 0], + [-2.272, 4.487], + [26.251, 9.746], + [2.27, -4.486], + [0, 0], + [0, 0], + [0, 0], + [-26.919, -9.995], + [1.291, -5.198] + ], + "o": [ + [-9.145, 0], + [0, 0], + [26.25, 9.747], + [1.192, -4.83], + [-26.252, -9.749], + [0, 0], + [0, 0], + [0, 0], + [2.429, -4.806], + [26.923, 9.997], + [-0.691, 1.373] + ], + "v": [ + [43.305, 20.455], + [-2.347, 9.176], + [-2.18, 8.725], + [49.541, 18.262], + [4.111, -8.215], + [-47.609, -17.754], + [-50.826, -8.827], + [-51.279, -8.991], + [-48.05, -17.943], + [4.278, -8.667], + [49.988, 18.429] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.011, 23] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 5", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.333, -4.617], + [-26.62, -9.884], + [-2.333, 4.619], + [26.619, 9.884] + ], + "o": [ + [-1.246, 5.021], + [26.617, 9.883], + [1.245, -5.021], + [-26.62, -9.884] + ], + "v": [ + [-48.789, -18.117], + [-3.228, 8.696], + [48.79, 18.115], + [3.229, -8.696] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.6314, 0.5333] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.977, 23.254] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 6", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [-0.545, 1.466], + [26.96, 10.011], + [1.821, -4.905], + [0.544, -1.466], + [-26.96, -10.01], + [-1.821, 4.905] + ], + "o": [ + [1.821, -4.905], + [-26.959, -10.01], + [-0.545, 1.466], + [-1.822, 4.905], + [26.96, 10.011], + [0.545, -1.467] + ], + "v": [ + [50.326, 14.058], + [4.808, -12.949], + [-47.304, -22.194], + [-50.325, -14.058], + [-4.808, 12.949], + [47.305, 22.194] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.102, 0.1098, 0.1098] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.397, 27.507] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 7, + "parent": 6 + }, + { + "ty": 4, + "nm": "Up Cap/Timing Outlines 3", + "sr": 1, + "st": 49, + "op": 72, + "ip": 49, + "ln": "271", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [52.5, 27.5, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [86.768, -46.545, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [1.208, -2.202], + [-16.405, -6.091], + [-1.132, 2.242], + [16.464, 6.114] + ], + "o": [ + [-0.523, 2.459], + [16.465, 6.115], + [0.585, -2.386], + [-16.41, -6.092] + ], + "v": [ + [-28.067, -9.862], + [-1.788, 5.377], + [28.082, 10.958], + [1.79, -4.258] + ] + } + } + }, + { + "ty": "sh", + "nm": "Path 2", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.105, 0], + [10.031, 3.725], + [-0.85, 3.42], + [0, 0], + [-13.729, -5.097], + [0.848, -3.42] + ], + "o": [ + [-5.712, 0], + [-13.728, -5.098], + [0, 0], + [1.588, -3.145], + [13.727, 5.097], + [-0.432, 0.86] + ], + "v": [ + [24.576, 12.367], + [-1.956, 5.828], + [-28.527, -10.005], + [-28.509, -10.055], + [1.957, -4.709], + [28.529, 11.125] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.976, 22.694] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [1.353, -2.678], + [-15.438, -5.733], + [-1.353, 2.678], + [15.437, 5.732] + ], + "o": [ + [-0.723, 2.912], + [15.437, 5.733], + [0.723, -2.912], + [-15.438, -5.733] + ], + "v": [ + [-28.295, -10.507], + [-1.872, 5.043], + [28.295, 10.507], + [1.873, -5.043] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.7098, 0.6] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.976, 23.254] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.79, 0], + [19.411, 7.209], + [0, 0], + [-1.744, 4.69], + [0, 0] + ], + "o": [ + [-9.095, 0], + [0, 0], + [26.339, 9.78], + [0, 0], + [-0.558, 1.502] + ], + "v": [ + [19.476, 4.731], + [-26.211, -6.588], + [-26.044, -7.039], + [25.76, 2.349], + [26.211, 2.515] + ] + } + } + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [73.717, 47.269] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.636, 0], + [19.263, 7.152], + [0, 0], + [-2.272, 4.487], + [26.251, 9.746], + [2.27, -4.486], + [0, 0], + [0, 0], + [0, 0], + [-26.919, -9.995], + [1.291, -5.198] + ], + "o": [ + [-9.145, 0], + [0, 0], + [26.25, 9.747], + [1.192, -4.83], + [-26.252, -9.749], + [0, 0], + [0, 0], + [0, 0], + [2.429, -4.806], + [26.923, 9.997], + [-0.691, 1.373] + ], + "v": [ + [43.305, 20.455], + [-2.347, 9.176], + [-2.18, 8.725], + [49.541, 18.262], + [4.111, -8.215], + [-47.609, -17.754], + [-50.826, -8.827], + [-51.279, -8.991], + [-48.05, -17.943], + [4.278, -8.667], + [49.988, 18.429] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.011, 23] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 5", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.333, -4.617], + [-26.62, -9.884], + [-2.333, 4.619], + [26.619, 9.884] + ], + "o": [ + [-1.246, 5.021], + [26.617, 9.883], + [1.245, -5.021], + [-26.62, -9.884] + ], + "v": [ + [-48.789, -18.117], + [-3.228, 8.696], + [48.79, 18.115], + [3.229, -8.696] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.6314, 0.5333] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.977, 23.254] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 6", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [-0.545, 1.466], + [26.96, 10.011], + [1.821, -4.905], + [0.544, -1.466], + [-26.96, -10.01], + [-1.821, 4.905] + ], + "o": [ + [1.821, -4.905], + [-26.959, -10.01], + [-0.545, 1.466], + [-1.822, 4.905], + [26.96, 10.011], + [0.545, -1.467] + ], + "v": [ + [50.326, 14.058], + [4.808, -12.949], + [-47.304, -22.194], + [-50.325, -14.058], + [-4.808, 12.949], + [47.305, 22.194] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.102, 0.1098, 0.1098] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.397, 27.507] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 8, + "parent": 6 + }, + { + "ty": 4, + "nm": "Up Cap/Timing Outlines", + "sr": 1, + "st": 0, + "op": 14, + "ip": 0, + "ln": "264", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [52.5, 27.5, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [86.768, -46.545, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [1.208, -2.202], + [-16.405, -6.091], + [-1.132, 2.242], + [16.464, 6.114] + ], + "o": [ + [-0.523, 2.459], + [16.465, 6.115], + [0.585, -2.386], + [-16.41, -6.092] + ], + "v": [ + [-28.067, -9.862], + [-1.788, 5.377], + [28.082, 10.958], + [1.79, -4.258] + ] + } + } + }, + { + "ty": "sh", + "nm": "Path 2", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.105, 0], + [10.031, 3.725], + [-0.85, 3.42], + [0, 0], + [-13.729, -5.097], + [0.848, -3.42] + ], + "o": [ + [-5.712, 0], + [-13.728, -5.098], + [0, 0], + [1.588, -3.145], + [13.727, 5.097], + [-0.432, 0.86] + ], + "v": [ + [24.576, 12.367], + [-1.956, 5.828], + [-28.527, -10.005], + [-28.509, -10.055], + [1.957, -4.709], + [28.529, 11.125] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.976, 22.694] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [1.353, -2.678], + [-15.438, -5.733], + [-1.353, 2.678], + [15.437, 5.732] + ], + "o": [ + [-0.723, 2.912], + [15.437, 5.733], + [0.723, -2.912], + [-15.438, -5.733] + ], + "v": [ + [-28.295, -10.507], + [-1.872, 5.043], + [28.295, 10.507], + [1.873, -5.043] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.7098, 0.6] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.976, 23.254] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.79, 0], + [19.411, 7.209], + [0, 0], + [-1.744, 4.69], + [0, 0] + ], + "o": [ + [-9.095, 0], + [0, 0], + [26.339, 9.78], + [0, 0], + [-0.558, 1.502] + ], + "v": [ + [19.476, 4.731], + [-26.211, -6.588], + [-26.044, -7.039], + [25.76, 2.349], + [26.211, 2.515] + ] + } + } + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [73.717, 47.269] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.636, 0], + [19.263, 7.152], + [0, 0], + [-2.272, 4.487], + [26.251, 9.746], + [2.27, -4.486], + [0, 0], + [0, 0], + [0, 0], + [-26.919, -9.995], + [1.291, -5.198] + ], + "o": [ + [-9.145, 0], + [0, 0], + [26.25, 9.747], + [1.192, -4.83], + [-26.252, -9.749], + [0, 0], + [0, 0], + [0, 0], + [2.429, -4.806], + [26.923, 9.997], + [-0.691, 1.373] + ], + "v": [ + [43.305, 20.455], + [-2.347, 9.176], + [-2.18, 8.725], + [49.541, 18.262], + [4.111, -8.215], + [-47.609, -17.754], + [-50.826, -8.827], + [-51.279, -8.991], + [-48.05, -17.943], + [4.278, -8.667], + [49.988, 18.429] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.011, 23] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 5", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.333, -4.617], + [-26.62, -9.884], + [-2.333, 4.619], + [26.619, 9.884] + ], + "o": [ + [-1.246, 5.021], + [26.617, 9.883], + [1.245, -5.021], + [-26.62, -9.884] + ], + "v": [ + [-48.789, -18.117], + [-3.228, 8.696], + [48.79, 18.115], + [3.229, -8.696] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.6314, 0.5333] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.977, 23.254] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 6", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [-0.545, 1.466], + [26.96, 10.011], + [1.821, -4.905], + [0.544, -1.466], + [-26.96, -10.01], + [-1.821, 4.905] + ], + "o": [ + [1.821, -4.905], + [-26.959, -10.01], + [-0.545, 1.466], + [-1.822, 4.905], + [26.96, 10.011], + [0.545, -1.467] + ], + "v": [ + [50.326, 14.058], + [4.808, -12.949], + [-47.304, -22.194], + [-50.325, -14.058], + [-4.808, 12.949], + [47.305, 22.194] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.102, 0.1098, 0.1098] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.397, 27.507] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 9, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Dessert Outlines 6", + "sr": 1, + "st": 36, + "op": 186, + "ip": 36, + "ln": "189", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [66.671, 51.027, 0] }, + "s": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [100, 100, 100], + "t": 58.171 + }, + { "s": [0, 0, 100], "t": 66 } + ] + }, + "p": { "a": 0, "k": [54.823, 36.374, 0] }, + "r": { "a": 0, "k": -360 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 5", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-26.43, -1.487], + [-6.986, 0.936], + [6.712, 4.822], + [23.888, 9.419], + [4.751, -2.97], + [0.46, -0.478], + [-3.467, 0.491] + ], + "o": [ + [27.058, 1.521], + [3.581, -3.846], + [-10.319, -8.25], + [-13.485, -5.318], + [-0.46, 0.288], + [-3.72, 3.863], + [18.366, -2.6] + ], + "v": [ + [7.307, 10.129], + [41.986, 13.276], + [31.237, 3.996], + [-19.141, -13.913], + [-48.6, -8.335], + [-49.986, -7.172], + [-53.55, 5.351] + ] + } + ], + "t": 36 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-25.016, 8.487], + [-4.817, 1.359], + [0.663, 1.011], + [47.39, 6.952], + [0.75, -5.553], + [0.07, -0.304], + [-3.137, -1.553] + ], + "o": [ + [25.663, -8.707], + [4.817, -1.359], + [-10.319, -8.25], + [-7.067, -1.036], + [-0.019, 0.143], + [-0.562, 2.459], + [10.307, 5.102] + ], + "v": [ + [-17.314, 11.042], + [41.823, 8.196], + [42.094, 2.601], + [-28.759, -16.118], + [-52.007, -6.13], + [-52.146, -5.45], + [-51.391, 5.654] + ] + } + ], + "t": 38.556 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-12.796, 10.879], + [-2.796, 2.843], + [0.537, 0.513], + [43.304, 4.714], + [1.868, -5.132], + [0.149, -0.52], + [-2.972, -1.448] + ], + "o": [ + [12.795, -10.879], + [2.826, -2.772], + [-11.04, -6.084], + [-12.252, -1.334], + [-0.206, 0.565], + [-1.203, 4.209], + [8.993, 1.244] + ], + "v": [ + [-22.219, 7.725], + [43.775, -8.671], + [41.843, -14.752], + [-25.356, -14.97], + [-50.412, 5.865], + [-50.944, 7.492], + [-48.491, 15.914] + ] + } + ], + "t": 41.111 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-9.59, 12.595], + [-1.251, 3.41], + [0.611, 0.401], + [27.697, -15.471], + [-1.489, -7.583], + [-0.132, -0.353], + [-2.807, -1.343] + ], + "o": [ + [9.589, -12.594], + [1.309, -3.267], + [-11.762, -3.919], + [-5.51, 2.456], + [0.112, 0.385], + [1.073, 2.857], + [7.68, -2.614] + ], + "v": [ + [-13.75, 1.795], + [41.008, -21.627], + [35.682, -29.358], + [-22.031, -14.559], + [-47.218, 16.79], + [-46.852, 17.896], + [-41.202, 23.942] + ] + } + ], + "t": 44 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-17.28, 15.584], + [1.84, 4.545], + [0.759, 0.175], + [12.07, -18.168], + [-3.727, -9.614], + [-0.268, -0.424], + [-1.262, 2.58] + ], + "o": [ + [20.125, -18.149], + [-1.724, -4.257], + [-13.205, 0.412], + [-3.952, 5.95], + [0.243, 0.626], + [2.167, 3.43], + [5.053, -10.33] + ], + "v": [ + [-3.796, -8.135], + [22.545, -36.406], + [11.746, -43.295], + [-12.031, -6.492], + [-34.815, 30.485], + [-34.046, 32.054], + [-27.774, 30.096] + ] + } + ], + "t": 47 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-7.663, 19.385], + [3.932, 1.958], + [0.679, -0.161], + [2.452, -19.385], + [-8.597, -2.728], + [-0.366, -0.03], + [0.014, 2.573] + ], + "o": [ + [8.924, -22.577], + [-3.676, -1.83], + [-10.433, 5.588], + [-0.803, 6.348], + [0.442, 0.214], + [2.961, 0.241], + [-0.058, -10.302] + ], + "v": [ + [-0.034, -10.511], + [0.701, -46.371], + [-10.585, -48.391], + [-30.854, 0.235], + [-17.032, 37.874], + [-15.821, 38.232], + [-12.309, 30.611] + ] + } + ], + "t": 49 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [1.955, 23.187], + [4.896, -0.261], + [0.598, -0.498], + [-7.165, -20.602], + [-13.465, 4.158], + [-0.482, 0.343], + [1.291, 2.566] + ], + "o": [ + [-2.277, -27.004], + [-8.673, 0.463], + [-7.661, 10.764], + [2.347, 6.746], + [0.642, -0.198], + [3.902, -2.775], + [-5.168, -10.272] + ], + "v": [ + [10.185, -13.487], + [-6.768, -50.16], + [-19.489, -47.062], + [-10.025, -6.109], + [12.491, 35.699], + [14.173, 34.879], + [15.74, 22.559] + ] + } + ], + "t": 51.333 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [11.715, 18.94], + [4.777, -0.848], + [-1.714, -5.769], + [-15.254, -14.602], + [-10.234, 9.062], + [-0.294, 0.453], + [2.255, 1.655] + ], + "o": [ + [-13.644, -22.058], + [-4.474, 0.794], + [1.713, 5.77], + [4.996, 4.782], + [0.488, -0.432], + [2.372, -3.662], + [-9.032, -6.627] + ], + "v": [ + [0.91, -10.37], + [-35.511, -46.052], + [-38.021, -35.74], + [-16.988, 11.12], + [30.667, 25.839], + [31.832, 24.509], + [28.389, 15.043] + ] + } + ], + "t": 53.889 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [19.348, 12.926], + [3.954, -2.899], + [-6.23, -5.028], + [-20.575, -7.241], + [-5.144, 13.12], + [-0.051, 0.52], + [2.81, 0.59] + ], + "o": [ + [-22.534, -15.055], + [-3.703, 2.716], + [6.229, 5.028], + [6.737, 2.371], + [0.245, -0.626], + [0.412, -4.208], + [-11.255, -2.363] + ], + "v": [ + [-6.759, -12.699], + [-48.598, -28.472], + [-40.259, -17.682], + [-1.644, 6.507], + [41.598, 12.815], + [42.034, 11.099], + [34.206, 5.37] + ] + } + ], + "t": 56.444 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.954, -2.899], + [-11.467, -5.489], + [-20.575, -7.241], + [-9.641, 5.244], + [-0.378, 0.491], + [5.629, -0.333] + ], + "o": [ + [-26.542, -5.469], + [-3.703, 2.716], + [7.221, 3.456], + [6.738, 2.371], + [0.59, -0.321], + [3.057, -3.975], + [-19.594, 1.159] + ], + "v": [ + [7.344, -12.236], + [-50.639, -22.757], + [-21.138, -12.751], + [11.01, 7.119], + [43.843, 5.875], + [45.291, 4.644], + [39.104, -7.693] + ] + } + ], + "t": 58.171 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.954, -2.9], + [-11.563, -5.283], + [-20.575, -7.241], + [-9.641, 5.243], + [-0.252, 0.346], + [5.628, -0.332] + ], + "o": [ + [-26.543, -5.469], + [-3.703, 2.716], + [10.028, 4.581], + [6.738, 2.371], + [0.59, -0.321], + [2.036, -2.797], + [-19.594, 1.159] + ], + "v": [ + [-13.828, -7.956], + [-56.495, -17.055], + [-35.187, 4.592], + [11.01, 7.119], + [51.276, 11.056], + [52.527, 10.051], + [40.681, 4.244] + ] + } + ], + "t": 59.407 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.954, -2.899], + [-11.564, -5.283], + [-20.575, -7.241], + [-9.641, 5.244], + [-0.26, 0.363], + [5.489, 1.287] + ], + "o": [ + [-26.543, -5.469], + [-3.703, 2.716], + [10.028, 4.582], + [6.738, 2.371], + [0.59, -0.321], + [2.108, -2.935], + [-18.702, -4.382] + ], + "v": [ + [1.696, 1.192], + [-63.98, -14.283], + [-34.632, -5.111], + [27.92, 17.099], + [59.315, 17.154], + [60.579, 16.125], + [49.275, 7.848] + ] + } + ], + "t": 60.643 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.953, -2.899], + [-11.563, -5.282], + [-20.575, -7.241], + [-9.641, 5.244], + [-0.183, 0.246], + [5.49, 1.286] + ], + "o": [ + [-26.543, -5.469], + [-3.704, 2.717], + [10.029, 4.582], + [6.737, 2.372], + [0.59, -0.321], + [1.479, -1.993], + [-18.701, -4.383] + ], + "v": [ + [1.696, 1.192], + [-70.466, -12.121], + [-35.714, 4.619], + [36.57, 15.657], + [70.487, 23.641], + [71.63, 22.794], + [56.842, 19.741] + ] + } + ], + "t": 61.878 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.325, 2.128], + [3.954, -2.9], + [-11.563, -5.282], + [-20.575, -7.241], + [-9.64, 5.244], + [-0.183, 0.247], + [5.49, 1.286] + ], + "o": [ + [-26.543, -5.469], + [-3.703, 2.716], + [10.029, 4.582], + [6.738, 2.371], + [0.591, -0.321], + [1.479, -1.992], + [-18.702, -4.383] + ], + "v": [ + [-1.907, 8.399], + [-72.526, -1.824], + [-35.714, 4.619], + [40.688, 24.924], + [74.605, 32.908], + [75.749, 32.06], + [60.961, 29.008] + ] + } + ], + "t": 63.115 + }, + { + "s": [ + { + "c": true, + "i": [ + [10.325, 2.127], + [3.954, -2.9], + [-11.563, -5.282], + [-28.266, -2.671], + [-9.64, 5.244], + [0.067, 0.337], + [5.06, 1.186] + ], + "o": [ + [-26.543, -5.47], + [-3.703, 2.716], + [10.029, 4.582], + [7.111, 0.672], + [0.965, -0.525], + [-0.305, -1.537], + [-18.701, -4.382] + ], + "v": [ + [-7.596, 15.226], + [-79.352, 3.865], + [-22.563, 25.098], + [36.137, 33.457], + [70.054, 41.441], + [71.328, 40.164], + [56.41, 37.54] + ] + } + ], + "t": 64.351 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [87.075, 17.121] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 7", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [15.566, -3.67], + [3.805, -6.588], + [-0.121, -16.541], + [-7.086, -7.849], + [-17.772, -2.208], + [3.521, 15.191] + ], + "o": [ + [-14.871, 3.507], + [-4.614, 9.601], + [4.357, 3.668], + [5.752, 6.371], + [0.956, -5.119], + [-6.224, -19.05] + ], + "v": [ + [-23.947, -64.646], + [-48.571, -45.437], + [-54.616, -14.637], + [-22.028, -15.121], + [43.269, -6.303], + [42.619, -35.175] + ] + } + ], + "t": 36 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [14.649, -3.98], + [3.804, -6.589], + [-3.225, -9.525], + [-7.086, -7.849], + [-17.772, -2.208], + [0.522, 9.933] + ], + "o": [ + [-14.744, 4.007], + [-4.615, 9.601], + [4.358, 3.668], + [5.752, 6.371], + [0.702, -5.734], + [-1.937, -25.099] + ], + "v": [ + [-23.42, -66.358], + [-48.439, -44.91], + [-52.677, -15.21], + [-22.028, -15.121], + [44.314, -12.358], + [44.816, -30.663] + ] + } + ], + "t": 38.556 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [15.378, -7.701], + [1.739, -10.455], + [-4.625, -9.709], + [-9.556, -0.42], + [-13.657, 0.203], + [3.752, 5.958] + ], + "o": [ + [-12.095, 6.057], + [-2.591, 10.089], + [4.692, 2.742], + [10.781, -0.417], + [-2.043, -6.75], + [-5.834, -10.959] + ], + "v": [ + [-28.465, -65.159], + [-51.596, -36.362], + [-50.831, -5.704], + [-18.706, -19.919], + [44.688, -29.649], + [39.063, -42.636] + ] + } + ], + "t": 41.111 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [12.857, -9.467], + [-0.328, -14.321], + [-6.936, -8.891], + [-12.026, 7.009], + [-9.543, 2.614], + [7.016, 5.487] + ], + "o": [ + [-9.548, 7.903], + [-0.568, 10.578], + [5.026, 1.817], + [15.81, -7.203], + [-1.383, -3.235], + [-28.427, -14.438] + ], + "v": [ + [-33.588, -64.696], + [-53.152, -28.886], + [-45.666, 1.53], + [-15.463, -25.454], + [41.215, -42.269], + [28.897, -53.111] + ] + } + ], + "t": 44 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.472, -12.126], + [-3.278, -8.199], + [-10.647, -8.257], + [-6.385, 8.429], + [-1.314, 7.436], + [12.304, 4.626] + ], + "o": [ + [-4.352, 11.8], + [5.53, 12.199], + [5.695, -0.034], + [9.286, -12.258], + [-4.556, -2.848], + [-38.145, -12.381] + ], + "v": [ + [-51.677, -44.011], + [-52.276, -10.093], + [-32.2, 15.126], + [-18.191, -14.43], + [20.589, -57.017], + [0.998, -65.668] + ] + } + ], + "t": 47 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-6.003, -11.962], + [-5.895, -5.274], + [-11.831, -2.387], + [-1.768, 9.306], + [1.906, 6.491], + [11.716, -1.187] + ], + "o": [ + [2.276, 10.341], + [9.518, 6.979], + [4.557, -2.294], + [2.571, -13.534], + [-4.79, -0.472], + [-23.726, -0.79] + ], + "v": [ + [-52.559, -15.671], + [-40.754, 7.83], + [-15.345, 20.308], + [-15.829, -9.393], + [-1.73, -65.626], + [-21.263, -67.253] + ] + } + ], + "t": 49 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-11.224, -11.195], + [-8.512, -2.35], + [-13.015, 3.482], + [2.85, 10.184], + [5.127, 5.544], + [11.127, -6.998] + ], + "o": [ + [8.905, 8.882], + [13.507, 1.759], + [3.419, -4.556], + [-4.143, -14.809], + [-5.67, -1.304], + [-26.63, 16.488] + ], + "v": [ + [-40.856, 4.102], + [-16.648, 17.187], + [14.094, 16.925], + [-0.883, -12.923], + [-6.346, -68.112], + [-33.82, -65.441] + ] + } + ], + "t": 51.333 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-14.089, -9.352], + [-13.389, 0.875], + [-10.122, 8.302], + [6.922, 7.502], + [6.961, 2.618], + [5.898, -9.81] + ], + "o": [ + [10.14, 6.964], + [14.649, -1.892], + [1.093, -5.281], + [-10.066, -10.91], + [-3.666, 3.681], + [-7.311, 26.447] + ], + "v": [ + [-31.686, 10.783], + [-0.871, 19.51], + [31.936, 6.543], + [5.732, -12.728], + [-37.282, -64.016], + [-49.596, -48.751] + ] + } + ], + "t": 53.889 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-14.396, -6.638], + [-15.836, 4.02], + [-5.391, 12.347], + [9.739, 4.12], + [7.531, -0.552], + [-0.401, -11.706] + ], + "o": [ + [9.535, 4.395], + [13.131, -5.366], + [-1.43, -5.513], + [-14.162, -5.993], + [-1.643, 5.115], + [1.967, 25.175] + ], + "v": [ + [-18.663, 14.87], + [13.419, 17.546], + [42.334, -6.915], + [9.66, -13.812], + [-48.875, -46.417], + [-51.037, -25.518] + ] + } + ], + "t": 56.444 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-8.307, 4.165], + [-6.933, 18.051], + [9.738, 4.121], + [7.531, -0.552], + [-5.818, -14.373] + ], + "o": [ + [10.998, 1.981], + [8.308, -4.165], + [-1.431, -5.513], + [-14.162, -5.993], + [-1.643, 5.115], + [6.907, 17.061] + ], + "v": [ + [-9.274, 17.523], + [24.236, 12.444], + [45.804, -14.467], + [10.724, -22.203], + [-50.304, -40.702], + [-46.955, -10.822] + ] + } + ], + "t": 58.171 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-9.008, 2.285], + [-6.933, 18.052], + [9.738, 4.121], + [7.531, -0.552], + [-7.081, -11.195] + ], + "o": [ + [10.998, 1.981], + [7.993, -2.028], + [-1.431, -5.513], + [-14.163, -5.993], + [-1.643, 5.115], + [9.839, 15.557] + ], + "v": [ + [-9.274, 17.523], + [24.011, 15.372], + [53.237, -9.287], + [-25.088, -20.626], + [-56.16, -35], + [-48.531, -7.219] + ] + } + ], + "t": 59.407 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-9.008, 2.285], + [-14.169, 16.854], + [9.738, 4.121], + [7.532, -0.552], + [-7.208, -9.054] + ], + "o": [ + [10.998, 1.981], + [7.994, -2.027], + [-1.431, -5.513], + [-14.163, -5.993], + [1.53, 9.856], + [11.465, 14.401] + ], + "v": [ + [-9.274, 17.523], + [23.179, 17.589], + [61.276, -3.188], + [-25.088, -20.626], + [-63.645, -32.228], + [-50.749, -7.496] + ] + } + ], + "t": 60.643 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-9.283, 0.442], + [-21.719, 17.009], + [33.697, 6.337], + [7.531, -0.552], + [-7.68, -8.657] + ], + "o": [ + [10.997, 1.981], + [11.021, -0.525], + [-14.872, 1.512], + [-15.114, -2.843], + [7.702, 12.894], + [18.592, 20.957] + ], + "v": [ + [-16.481, 19.325], + [9.797, 19.752], + [72.448, 3.299], + [-25.088, -20.626], + [-70.131, -30.066], + [-51.47, -5.334] + ] + } + ], + "t": 61.878 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-33.168, -1.01], + [-22.714, 12.355], + [33.698, 6.338], + [7.531, -0.552], + [-9.216, -6.999] + ], + "o": [ + [10.998, 1.982], + [11.028, 0.336], + [-14.872, 1.513], + [-15.113, -2.842], + [12.268, 11.225], + [31.703, 24.075] + ], + "v": [ + [-21.115, 29.621], + [9.797, 19.752], + [76.567, 12.565], + [-26.118, -13.934], + [-72.191, -19.769], + [-48.896, 1.359] + ] + } + ], + "t": 63.115 + }, + { + "s": [ + { + "c": true, + "i": [ + [-6.674, -0.691], + [-33.168, -1.01], + [-22.714, 12.354], + [33.697, 6.338], + [7.531, -0.552], + [-9.217, -6.999] + ], + "o": [ + [11.115, 1.151], + [11.028, 0.336], + [-14.872, 1.513], + [-15.114, -2.842], + [12.268, 11.226], + [31.702, 24.075] + ], + "v": [ + [-21.115, 29.621], + [9.797, 19.752], + [72.016, 21.098], + [-32.944, -8.245], + [-79.017, -14.081], + [-37.518, 11.03] + ] + } + ], + "t": 64.351 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [86.897, 35.474] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 10, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Dessert Outlines 2", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "69", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [66.671, 51.027, 0] }, + "s": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [100, 100, 100], + "t": 22.171 + }, + { "s": [0, 0, 0], "t": 30 } + ] + }, + "p": { "a": 0, "k": [73.835, 106.93, 0] }, + "r": { "a": 0, "k": -180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 5", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-26.43, -1.487], + [-6.986, 0.936], + [6.712, 4.822], + [23.888, 9.419], + [4.751, -2.97], + [0.46, -0.478], + [-3.467, 0.491] + ], + "o": [ + [27.058, 1.521], + [3.581, -3.846], + [-10.319, -8.25], + [-13.485, -5.318], + [-0.46, 0.288], + [-3.72, 3.863], + [18.366, -2.6] + ], + "v": [ + [7.307, 10.129], + [41.986, 13.276], + [31.237, 3.996], + [-19.141, -13.913], + [-48.6, -8.335], + [-49.986, -7.172], + [-53.55, 5.351] + ] + } + ], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-25.016, 8.487], + [-4.817, 1.359], + [0.663, 1.011], + [47.39, 6.952], + [0.75, -5.553], + [0.07, -0.304], + [-3.137, -1.553] + ], + "o": [ + [25.663, -8.707], + [4.817, -1.359], + [-10.319, -8.25], + [-7.067, -1.036], + [-0.019, 0.143], + [-0.562, 2.459], + [10.307, 5.102] + ], + "v": [ + [-17.314, 11.042], + [41.823, 8.196], + [42.094, 2.601], + [-28.759, -16.118], + [-52.007, -6.13], + [-52.146, -5.45], + [-51.391, 5.654] + ] + } + ], + "t": 2.556 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-12.796, 10.879], + [-2.796, 2.843], + [0.537, 0.513], + [43.304, 4.714], + [1.868, -5.132], + [0.149, -0.52], + [-2.972, -1.448] + ], + "o": [ + [12.795, -10.879], + [2.826, -2.772], + [-11.04, -6.084], + [-12.252, -1.334], + [-0.206, 0.565], + [-1.203, 4.209], + [8.993, 1.244] + ], + "v": [ + [-22.219, 7.725], + [43.775, -8.671], + [41.843, -14.752], + [-25.356, -14.97], + [-50.412, 5.865], + [-50.944, 7.492], + [-48.491, 15.914] + ] + } + ], + "t": 5.111 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-9.59, 12.595], + [-1.251, 3.411], + [0.611, 0.4], + [27.697, -15.471], + [-1.488, -7.582], + [-0.133, -0.353], + [-2.808, -1.344] + ], + "o": [ + [9.589, -12.595], + [1.31, -3.266], + [-11.762, -3.919], + [-5.509, 2.456], + [0.112, 0.385], + [1.072, 2.856], + [7.679, -2.615] + ], + "v": [ + [-16.539, 2.96], + [38.219, -20.463], + [32.893, -28.193], + [-24.82, -13.394], + [-50.007, 17.954], + [-49.64, 19.061], + [-43.99, 25.107] + ] + } + ], + "t": 7.667 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-17.279, 15.584], + [1.841, 4.544], + [0.759, 0.175], + [12.069, -18.168], + [-3.728, -9.613], + [-0.268, -0.424], + [-1.261, 2.58] + ], + "o": [ + [20.125, -18.15], + [-1.724, -4.257], + [-13.205, 0.411], + [-3.953, 5.949], + [0.243, 0.627], + [2.168, 3.43], + [5.053, -10.331] + ], + "v": [ + [-4.798, -6.931], + [21.543, -35.202], + [10.744, -42.091], + [-13.032, -5.288], + [-35.816, 31.688], + [-35.048, 33.258], + [-28.776, 31.3] + ] + } + ], + "t": 10.223 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-7.663, 19.385], + [3.932, 1.958], + [0.679, -0.161], + [2.452, -19.385], + [-8.597, -2.728], + [-0.366, -0.03], + [0.014, 2.573] + ], + "o": [ + [8.924, -22.577], + [-3.676, -1.83], + [-10.433, 5.588], + [-0.803, 6.348], + [0.442, 0.214], + [2.961, 0.241], + [-0.058, -10.302] + ], + "v": [ + [-0.034, -10.511], + [0.701, -46.371], + [-10.585, -48.391], + [-30.854, 0.235], + [-17.032, 37.874], + [-15.821, 38.232], + [-12.309, 30.611] + ] + } + ], + "t": 13 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [1.955, 23.187], + [4.896, -0.261], + [0.598, -0.498], + [-7.165, -20.602], + [-13.465, 4.158], + [-0.482, 0.343], + [1.291, 2.566] + ], + "o": [ + [-2.277, -27.004], + [-8.673, 0.463], + [-7.661, 10.764], + [2.347, 6.746], + [0.642, -0.198], + [3.902, -2.775], + [-5.168, -10.272] + ], + "v": [ + [10.185, -13.487], + [-6.768, -50.16], + [-19.489, -47.062], + [-10.025, -6.109], + [12.491, 35.699], + [14.173, 34.879], + [15.74, 22.559] + ] + } + ], + "t": 15.333 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [11.715, 18.94], + [4.777, -0.848], + [-1.714, -5.769], + [-15.254, -14.602], + [-10.234, 9.062], + [-0.294, 0.453], + [2.255, 1.655] + ], + "o": [ + [-13.644, -22.058], + [-4.474, 0.794], + [1.713, 5.77], + [4.996, 4.782], + [0.488, -0.432], + [2.372, -3.662], + [-9.032, -6.627] + ], + "v": [ + [0.91, -10.37], + [-35.511, -46.052], + [-38.021, -35.74], + [-16.988, 11.12], + [30.667, 25.839], + [31.832, 24.509], + [28.389, 15.043] + ] + } + ], + "t": 17.889 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [19.348, 12.926], + [3.954, -2.899], + [-6.23, -5.028], + [-20.575, -7.241], + [-5.144, 13.12], + [-0.051, 0.52], + [2.81, 0.59] + ], + "o": [ + [-22.534, -15.055], + [-3.703, 2.716], + [6.229, 5.028], + [6.737, 2.371], + [0.245, -0.626], + [0.412, -4.208], + [-11.255, -2.363] + ], + "v": [ + [-6.759, -12.699], + [-48.598, -28.472], + [-40.259, -17.682], + [-1.644, 6.507], + [41.598, 12.815], + [42.034, 11.099], + [34.206, 5.37] + ] + } + ], + "t": 20.444 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.954, -2.899], + [-11.467, -5.489], + [-20.575, -7.241], + [-9.641, 5.244], + [-0.378, 0.491], + [5.629, -0.333] + ], + "o": [ + [-26.542, -5.469], + [-3.703, 2.716], + [7.221, 3.456], + [6.738, 2.371], + [0.59, -0.321], + [3.057, -3.975], + [-19.594, 1.159] + ], + "v": [ + [7.344, -12.236], + [-50.639, -22.757], + [-21.138, -12.751], + [11.01, 7.119], + [43.843, 5.875], + [45.291, 4.644], + [39.104, -7.693] + ] + } + ], + "t": 22.171 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.954, -2.9], + [-11.563, -5.283], + [-20.575, -7.241], + [-9.641, 5.243], + [-0.252, 0.346], + [5.628, -0.332] + ], + "o": [ + [-26.543, -5.469], + [-3.703, 2.716], + [10.028, 4.581], + [6.738, 2.371], + [0.59, -0.321], + [2.036, -2.797], + [-19.594, 1.159] + ], + "v": [ + [-13.828, -7.956], + [-56.495, -17.055], + [-35.187, 4.592], + [11.01, 7.119], + [51.276, 11.056], + [52.527, 10.051], + [40.681, 4.244] + ] + } + ], + "t": 23.407 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.954, -2.899], + [-11.564, -5.283], + [-20.575, -7.241], + [-9.641, 5.244], + [-0.26, 0.363], + [5.489, 1.287] + ], + "o": [ + [-26.543, -5.469], + [-3.703, 2.716], + [10.028, 4.582], + [6.738, 2.371], + [0.59, -0.321], + [2.108, -2.935], + [-18.702, -4.382] + ], + "v": [ + [1.696, 1.192], + [-63.98, -14.283], + [-34.632, -5.111], + [27.92, 17.099], + [59.315, 17.154], + [60.579, 16.125], + [49.275, 7.848] + ] + } + ], + "t": 24.643 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.326, 2.128], + [3.953, -2.899], + [-11.563, -5.282], + [-20.575, -7.241], + [-9.641, 5.244], + [-0.183, 0.246], + [5.49, 1.286] + ], + "o": [ + [-26.543, -5.469], + [-3.704, 2.717], + [10.029, 4.582], + [6.737, 2.372], + [0.59, -0.321], + [1.479, -1.993], + [-18.701, -4.383] + ], + "v": [ + [1.696, 1.192], + [-70.466, -12.121], + [-35.714, 4.619], + [36.57, 15.657], + [70.487, 23.641], + [71.63, 22.794], + [56.842, 19.741] + ] + } + ], + "t": 25.878 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [10.325, 2.128], + [3.954, -2.9], + [-11.563, -5.282], + [-20.575, -7.241], + [-9.64, 5.244], + [-0.183, 0.247], + [5.49, 1.286] + ], + "o": [ + [-26.543, -5.469], + [-3.703, 2.716], + [10.029, 4.582], + [6.738, 2.371], + [0.591, -0.321], + [1.479, -1.992], + [-18.702, -4.383] + ], + "v": [ + [-1.907, 8.399], + [-72.526, -1.824], + [-35.714, 4.619], + [40.688, 24.924], + [74.605, 32.908], + [75.749, 32.06], + [60.961, 29.008] + ] + } + ], + "t": 27.115 + }, + { + "s": [ + { + "c": true, + "i": [ + [10.325, 2.127], + [3.954, -2.9], + [-11.563, -5.282], + [-28.266, -2.671], + [-9.64, 5.244], + [0.067, 0.337], + [5.06, 1.186] + ], + "o": [ + [-26.543, -5.47], + [-3.703, 2.716], + [10.029, 4.582], + [7.111, 0.672], + [0.965, -0.525], + [-0.305, -1.537], + [-18.701, -4.382] + ], + "v": [ + [-7.596, 15.226], + [-79.352, 3.865], + [-22.563, 25.098], + [36.137, 33.457], + [70.054, 41.441], + [71.328, 40.164], + [56.41, 37.54] + ] + } + ], + "t": 28.351 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [87.075, 17.121] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 7", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [15.566, -3.67], + [3.805, -6.588], + [-0.121, -16.541], + [-7.086, -7.849], + [-17.772, -2.208], + [3.521, 15.191] + ], + "o": [ + [-14.871, 3.507], + [-4.614, 9.601], + [4.357, 3.668], + [5.752, 6.371], + [0.956, -5.119], + [-6.224, -19.05] + ], + "v": [ + [-23.947, -64.646], + [-48.571, -45.437], + [-54.616, -14.637], + [-22.028, -15.121], + [43.269, -6.303], + [42.619, -35.175] + ] + } + ], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [14.649, -3.98], + [3.804, -6.589], + [-3.225, -9.525], + [-7.086, -7.849], + [-17.772, -2.208], + [0.522, 9.933] + ], + "o": [ + [-14.744, 4.007], + [-4.615, 9.601], + [4.358, 3.668], + [5.752, 6.371], + [0.702, -5.734], + [-1.937, -25.099] + ], + "v": [ + [-23.42, -66.358], + [-48.439, -44.91], + [-52.677, -15.21], + [-22.028, -15.121], + [44.314, -12.358], + [44.816, -30.663] + ] + } + ], + "t": 2.556 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [15.378, -7.701], + [1.739, -10.455], + [-4.625, -9.709], + [-9.556, -0.42], + [-13.657, 0.203], + [3.752, 5.958] + ], + "o": [ + [-12.095, 6.057], + [-2.591, 10.089], + [4.692, 2.742], + [10.781, -0.417], + [-2.043, -6.75], + [-5.834, -10.959] + ], + "v": [ + [-28.465, -65.159], + [-51.596, -36.362], + [-50.831, -5.704], + [-18.706, -19.919], + [44.688, -29.649], + [39.063, -42.636] + ] + } + ], + "t": 5.111 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [12.856, -9.467], + [-0.328, -14.321], + [-6.936, -8.891], + [-12.026, 7.008], + [-9.543, 2.614], + [7.015, 5.487] + ], + "o": [ + [-9.548, 7.903], + [-0.567, 10.578], + [5.026, 1.817], + [15.811, -7.204], + [-1.382, -3.235], + [-28.428, -14.438] + ], + "v": [ + [-36.376, -63.531], + [-55.941, -27.721], + [-48.455, 2.695], + [-18.252, -24.289], + [38.426, -41.104], + [26.109, -51.946] + ] + } + ], + "t": 7.667 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.472, -12.126], + [-3.278, -8.2], + [-10.646, -8.257], + [-6.385, 8.429], + [-1.313, 7.436], + [12.304, 4.626] + ], + "o": [ + [-4.352, 11.8], + [5.53, 12.198], + [5.696, -0.034], + [9.286, -12.259], + [-4.555, -2.848], + [-38.144, -12.381] + ], + "v": [ + [-52.679, -42.807], + [-53.277, -8.889], + [-33.202, 16.329], + [-19.193, -13.226], + [19.587, -55.813], + [-0.004, -64.464] + ] + } + ], + "t": 10.223 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-6.003, -11.962], + [-5.895, -5.274], + [-11.831, -2.387], + [-1.768, 9.306], + [1.906, 6.491], + [11.716, -1.187] + ], + "o": [ + [2.276, 10.341], + [9.518, 6.979], + [4.557, -2.294], + [2.571, -13.534], + [-4.79, -0.472], + [-23.726, -0.79] + ], + "v": [ + [-52.559, -15.671], + [-40.754, 7.83], + [-15.345, 20.308], + [-15.829, -9.393], + [-1.73, -65.626], + [-21.263, -67.253] + ] + } + ], + "t": 13 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-11.224, -11.195], + [-8.512, -2.35], + [-13.015, 3.482], + [2.85, 10.184], + [5.127, 5.544], + [11.127, -6.998] + ], + "o": [ + [8.905, 8.882], + [13.507, 1.759], + [3.419, -4.556], + [-4.143, -14.809], + [-5.67, -1.304], + [-26.63, 16.488] + ], + "v": [ + [-40.856, 4.102], + [-16.648, 17.187], + [14.094, 16.925], + [-0.883, -12.923], + [-6.346, -68.112], + [-33.82, -65.441] + ] + } + ], + "t": 15.333 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-14.089, -9.352], + [-13.389, 0.875], + [-10.122, 8.302], + [6.922, 7.502], + [6.961, 2.618], + [5.898, -9.81] + ], + "o": [ + [10.14, 6.964], + [14.649, -1.892], + [1.093, -5.281], + [-10.066, -10.91], + [-3.666, 3.681], + [-7.311, 26.447] + ], + "v": [ + [-31.686, 10.783], + [-0.871, 19.51], + [31.936, 6.543], + [5.732, -12.728], + [-37.282, -64.016], + [-49.596, -48.751] + ] + } + ], + "t": 17.889 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-14.396, -6.638], + [-15.836, 4.02], + [-5.391, 12.347], + [9.739, 4.12], + [7.531, -0.552], + [-0.401, -11.706] + ], + "o": [ + [9.535, 4.395], + [13.131, -5.366], + [-1.43, -5.513], + [-14.162, -5.993], + [-1.643, 5.115], + [1.967, 25.175] + ], + "v": [ + [-18.663, 14.87], + [13.419, 17.546], + [42.334, -6.915], + [9.66, -13.812], + [-48.875, -46.417], + [-51.037, -25.518] + ] + } + ], + "t": 20.444 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-8.307, 4.165], + [-6.933, 18.051], + [9.738, 4.121], + [7.531, -0.552], + [-5.818, -14.373] + ], + "o": [ + [10.998, 1.981], + [8.308, -4.165], + [-1.431, -5.513], + [-14.162, -5.993], + [-1.643, 5.115], + [6.907, 17.061] + ], + "v": [ + [-9.274, 17.523], + [24.236, 12.444], + [45.804, -14.467], + [10.724, -22.203], + [-50.304, -40.702], + [-46.955, -10.822] + ] + } + ], + "t": 22.171 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-9.008, 2.285], + [-6.933, 18.052], + [9.738, 4.121], + [7.531, -0.552], + [-7.081, -11.195] + ], + "o": [ + [10.998, 1.981], + [7.993, -2.028], + [-1.431, -5.513], + [-14.163, -5.993], + [-1.643, 5.115], + [9.839, 15.557] + ], + "v": [ + [-9.274, 17.523], + [24.011, 15.372], + [53.237, -9.287], + [-25.088, -20.626], + [-56.16, -35], + [-48.531, -7.219] + ] + } + ], + "t": 23.407 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-9.008, 2.285], + [-14.169, 16.854], + [9.738, 4.121], + [7.532, -0.552], + [-7.208, -9.054] + ], + "o": [ + [10.998, 1.981], + [7.994, -2.027], + [-1.431, -5.513], + [-14.163, -5.993], + [1.53, 9.856], + [11.465, 14.401] + ], + "v": [ + [-9.274, 17.523], + [23.179, 17.589], + [61.276, -3.188], + [-25.088, -20.626], + [-63.645, -32.228], + [-50.749, -7.496] + ] + } + ], + "t": 24.643 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-9.283, 0.442], + [-21.719, 17.009], + [33.697, 6.337], + [7.531, -0.552], + [-7.68, -8.657] + ], + "o": [ + [10.997, 1.981], + [11.021, -0.525], + [-14.872, 1.512], + [-15.114, -2.843], + [7.702, 12.894], + [18.592, 20.957] + ], + "v": [ + [-16.481, 19.325], + [9.797, 19.752], + [72.448, 3.299], + [-25.088, -20.626], + [-70.131, -30.066], + [-51.47, -5.334] + ] + } + ], + "t": 25.878 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-15.602, -2.811], + [-33.168, -1.01], + [-22.714, 12.355], + [33.698, 6.338], + [7.531, -0.552], + [-9.216, -6.999] + ], + "o": [ + [10.998, 1.982], + [11.028, 0.336], + [-14.872, 1.513], + [-15.113, -2.842], + [12.268, 11.225], + [31.703, 24.075] + ], + "v": [ + [-21.115, 29.621], + [9.797, 19.752], + [76.567, 12.565], + [-26.118, -13.934], + [-72.191, -19.769], + [-48.896, 1.359] + ] + } + ], + "t": 27.115 + }, + { + "s": [ + { + "c": true, + "i": [ + [-6.674, -0.691], + [-33.168, -1.01], + [-22.714, 12.354], + [33.697, 6.338], + [7.531, -0.552], + [-9.217, -6.999] + ], + "o": [ + [11.115, 1.151], + [11.028, 0.336], + [-14.872, 1.513], + [-15.114, -2.842], + [12.268, 11.226], + [31.702, 24.075] + ], + "v": [ + [-21.115, 29.621], + [9.797, 19.752], + [72.016, 21.098], + [-32.944, -8.245], + [-79.017, -14.081], + [-37.518, 11.03] + ] + } + ], + "t": 28.351 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [86.897, 35.474] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 11, + "parent": 27 + }, + { + "ty": 4, + "nm": "Sand Tiny 8", + "sr": 1, + "st": 43, + "op": 70, + "ip": 55, + "ln": "281", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [7.411, 2.431, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [54.506, 33.169, 0], + "t": 55, + "ti": [15.501, -29.909, 0], + "to": [-14.268, 15.761, 0] + }, + { + "s": [33.818, 101.134, 0], + "t": 70, + "ti": [14.268, -15.761, 0], + "to": [-15.501, 29.909, 0] + } + ] + }, + "r": { "a": 0, "k": 180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [7.411, 2.431] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 12, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Tiny 7", + "sr": 1, + "st": 38, + "op": 65, + "ip": 50, + "ln": "280", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [20.03, 63.071, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [54.506, 33.169, 0], + "t": 50, + "ti": [-11.067, -28.629, 0], + "to": [7.286, 37.315, 0] + }, + { + "s": [61.549, 125.362, 0], + "t": 65, + "ti": [-7.286, -37.315, 0], + "to": [11.067, 28.629, 0] + } + ] + }, + "r": { "a": 0, "k": 180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [20.03, 63.071] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 13, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Tiny 6", + "sr": 1, + "st": 34, + "op": 61, + "ip": 46, + "ln": "279", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [16.606, 15.821, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [54.506, 33.169, 0], + "t": 46, + "ti": [2.804, -44.472, 0], + "to": [-0.824, 28.779, 0] + }, + { + "s": [28.47, 112.181, 0], + "t": 61, + "ti": [0.824, -28.779, 0], + "to": [-2.804, 44.472, 0] + } + ] + }, + "r": { "a": 0, "k": 180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [16.606, 15.821] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 14, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Tiny 5", + "sr": 1, + "st": 32, + "op": 59, + "ip": 44, + "ln": "278", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [2.431, 43.461, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [54.506, 33.169, 0], + "t": 44, + "ti": [3.018, -38.709, 0], + "to": [-7.439, 26.431, 0] + }, + { + "s": [63.683, 115.809, 0], + "t": 59, + "ti": [7.439, -26.431, 0], + "to": [-3.018, 38.709, 0] + } + ] + }, + "r": { "a": 0, "k": 180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [2.431, 43.461] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 15, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Tiny 4", + "sr": 1, + "st": 9, + "op": 36, + "ip": 21, + "ln": "209", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [7.411, 2.431, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [51.494, 59.831, 0], + "t": 21, + "ti": [-15.501, 29.909, 0], + "to": [14.268, -15.761, 0] + }, + { + "s": [72.182, -8.134, 0], + "t": 36, + "ti": [-14.268, 15.761, 0], + "to": [15.501, -29.909, 0] + } + ] + }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [7.411, 2.431] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 16, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Tiny 3", + "sr": 1, + "st": 4, + "op": 31, + "ip": 16, + "ln": "208", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [20.03, 63.071, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [51.494, 59.831, 0], + "t": 16, + "ti": [11.067, 28.629, 0], + "to": [-7.286, -37.315, 0] + }, + { + "s": [44.451, -32.362, 0], + "t": 31, + "ti": [7.286, 37.315, 0], + "to": [-11.067, -28.629, 0] + } + ] + }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [20.03, 63.071] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 17, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Tiny 2", + "sr": 1, + "st": 0, + "op": 27, + "ip": 12, + "ln": "207", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [16.606, 15.821, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [51.494, 59.831, 0], + "t": 12, + "ti": [-2.804, 44.472, 0], + "to": [0.824, -28.779, 0] + }, + { + "s": [77.53, -19.181, 0], + "t": 27, + "ti": [-0.824, 28.779, 0], + "to": [2.804, -44.472, 0] + } + ] + }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [16.606, 15.821] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 18, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Tiny", + "sr": 1, + "st": -2, + "op": 25, + "ip": 10, + "ln": "63", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [2.431, 43.461, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [51.494, 59.831, 0], + "t": 10, + "ti": [-3.018, 38.709, 0], + "to": [7.439, -26.431, 0] + }, + { + "s": [42.317, -22.809, 0], + "t": 25, + "ti": [-7.439, 26.431, 0], + "to": [3.018, -38.709, 0] + } + ] + }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -1.205], + [-1.204, 0], + [0, 1.205], + [1.205, 0] + ], + "o": [ + [0, 1.205], + [1.205, 0], + [0, -1.205], + [-1.204, 0] + ], + "v": [ + [-2.182, 0], + [-0.001, 2.181], + [2.182, 0], + [-0.001, -2.181] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [2.431, 43.461] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 19, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Dessert Outlines 7", + "sr": 1, + "st": 36, + "op": 72, + "ip": 49, + "ln": "197", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [66.732, 92.722, 0] }, + "s": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [100, 100, 100], + "t": 70 + }, + { "s": [0, 0, 100], "t": 72 } + ] + }, + "p": { "a": 0, "k": [54.885, 78.069, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [-5.542, -4.313], + [5.943, -7.52], + [-0.987, 1.958], + [-3.15, 9.657], + [1.792, 1.858], + [2.97, 1.503] + ], + "o": [ + [0, 0], + [2.303, 1.792], + [-5.474, 6.926], + [2.635, -5.23], + [1.932, -5.921], + [-3.171, -3.287], + [-3.048, -1.301] + ], + "v": [ + [-23.751, -55.696], + [-18.166, -49.641], + [-3.55, -46.01], + [-3.556, -38.361], + [-1.867, -43.642], + [-2.491, -49.653], + [-13.149, -54.999] + ] + } + ], + "t": 49 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [-5.542, -4.313], + [5.943, -7.519], + [-3.785, 7.211], + [-3.151, 9.657], + [-1.127, 0.643], + [0.615, 0.759] + ], + "o": [ + [0, 0], + [2.303, 1.792], + [-5.474, 6.926], + [2.722, -5.185], + [1.932, -5.922], + [3.967, -2.263], + [-0.504, -3.24] + ], + "v": [ + [-18.34, -50.245], + [-12.755, -44.19], + [-8.605, -29.324], + [-8.611, -21.675], + [-1.255, -36.87], + [1.662, -40.603], + [0.894, -44.27] + ] + } + ], + "t": 51 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [1.02, -7.319], + [4.232, -8.6], + [-2.187, 7.845], + [-3.15, 9.657], + [-3.441, 7.966], + [-11.271, 0.786] + ], + "o": [ + [0, 0], + [-2.002, 14.362], + [-3.898, 7.921], + [1.573, -5.641], + [1.932, -5.921], + [1.811, -4.193], + [3.27, -0.228] + ], + "v": [ + [-7.77, -41.306], + [-4.652, -28.728], + [-9.276, -2.671], + [-7.676, 4.809], + [-3.841, -13.684], + [-1.123, -26.436], + [7.789, -34.039] + ] + } + ], + "t": 53 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [1.838, -8.809], + [12.487, -10.973], + [-5.053, 0.916], + [-1.813, 9.811], + [-3.282, 8.029], + [-9.067, 0.788] + ], + "o": [ + [0, 0], + [-3.623, 17.342], + [4.737, 1.027], + [-3.553, -3.584], + [0.292, -15.624], + [2.196, -5.514], + [2.722, -1.101] + ], + "v": [ + [-6.822, -41.755], + [-4.682, -27.568], + [-14.801, 62.992], + [-1.011, 63.103], + [-4.35, 41.75], + [-1.943, -24.848], + [6.305, -35.888] + ] + } + ], + "t": 56 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [1.838, -8.809], + [9.488, -9.409], + [-4.03, 6.1], + [-1.813, 9.811], + [-3.282, 8.029], + [-9.067, 0.788] + ], + "o": [ + [0, 0], + [-3.623, 17.342], + [-5.176, 6.702], + [2.328, -4.194], + [0.292, -15.624], + [2.196, -5.514], + [2.722, -1.101] + ], + "v": [ + [-6.822, -41.755], + [-6.432, -22.818], + [-12.051, 53.992], + [-5.511, 57.853], + [-3.6, 44.25], + [-3.943, -21.848], + [6.305, -35.888] + ] + } + ], + "t": 58 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [3.473, -11.789], + [20, -11.027], + [-7.714, 2.611], + [0.864, 10.121], + [-2.966, 8.155], + [-4.66, 0.793] + ], + "o": [ + [0, 0], + [-6.863, 23.302], + [-7.731, 4.263], + [3.839, -1.3], + [-2.988, -35.028], + [2.965, -8.155], + [1.624, -2.848] + ], + "v": [ + [-5.077, -36.904], + [-4.892, -19.498], + [-14.488, 38.432], + [1.933, 44.805], + [-0.005, 33.48], + [-3.732, -15.923], + [3.188, -33.837] + ] + } + ], + "t": 64 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [0.907, -5.087], + [3.528, -11.771], + [14.54, -10.888], + [-7.713, 2.611], + [1.204, 10.047], + [-2.177, 8.156], + [-1.239, 2.639] + ], + "o": [ + [0, 0], + [-6.375, 21.478], + [-7.179, 4.77], + [3.84, -1.3], + [-2.388, -16.916], + [2.138, -8.263], + [1.421, -2.905] + ], + "v": [ + [-1.721, -35.519], + [-5.527, -10.871], + [-12.854, 29.407], + [0.241, 35.58], + [0.074, 24.685], + [-3.859, -6.407], + [0.3, -33.745] + ] + } + ], + "t": 66 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [0.929, -6.218], + [1.793, -12.157], + [2.657, -4.362], + [-7.714, 2.611], + [1.544, 9.973], + [-0.16, 8.273], + [-1.094, 3.638] + ], + "o": [ + [0, 0], + [-2.896, 20.311], + [-3.056, 5.018], + [3.839, -1.3], + [-0.717, -9.871], + [0.049, -8.473], + [1.219, -2.962] + ], + "v": [ + [-1.432, -27.97], + [-4.561, 4.629], + [-13.221, 25.131], + [-0.45, 29.606], + [-2.097, 19.14], + [-0.862, -2.152], + [-0.146, -28.538] + ] + } + ], + "t": 68 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [0.992, -9.324], + [0.952, -4.847], + [1.7, -3.714], + [-8.015, 1.446], + [-0.674, 4.087], + [-0.223, 3.603], + [-0.695, 6.385] + ], + "o": [ + [0, 0], + [-0.787, 4.008], + [-2.898, 6.332], + [7.1, -1.281], + [0.587, -3.561], + [0.373, -6.017], + [0.662, -3.12] + ], + "v": [ + [-3.951, -8.868], + [-2.982, 8.481], + [-5.666, 16.687], + [-1.414, 23.3], + [-1.068, 17.767], + [-0.899, 10.46], + [-1.029, -10.593] + ] + } + ], + "t": 70 + }, + { + "s": [ + { + "c": true, + "i": [ + [1.053, -12.431], + [3.882, -11.661], + [2.536, -5.703], + [-7.714, 2.611], + [3.417, 9.566], + [2.95, 8.161], + [-0.295, 9.132] + ], + "o": [ + [0, 0], + [-3.203, 9.62], + [-3.588, 8.067], + [3.839, -1.3], + [-0.946, -2.648], + [-3.24, -8.966], + [0.106, -3.276] + ], + "v": [ + [-2.969, 9.234], + [-5.904, 20.833], + [-19.111, 38.242], + [-8.878, 44.995], + [2.461, 36.894], + [-0.935, 31.073], + [1.588, 6.351] + ] + } + ], + "t": 72 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [-0.952, 2.393] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [66.459, 90.527] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 20, + "parent": 6 + }, + { + "ty": 4, + "nm": "Sand Dessert Outlines 8", + "sr": -1, + "st": 93, + "op": 72.01, + "ip": 53, + "ln": "198", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [71.861, -29.937, 0] }, + "s": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [0, 0, 0], + "t": 53.01 + }, + { "s": [100, 100, 100], "t": 72.01 } + ] + }, + "p": { "a": 0, "k": [295.987, 262.59, 0] }, + "r": { "a": 0, "k": -180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 5", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-28.579, 1.967], + [-3.388, 6.182], + [7.862, -2.547], + [47.811, -3.082], + [0.737, 17.535], + [0.66, -0.054], + [-2.931, -1.915] + ], + "o": [ + [27.037, -1.861], + [-0.973, -5.163], + [-12.762, 3.418], + [-14.466, 0.932], + [-0.023, -0.543], + [-5.346, 0.436], + [46.719, 30.528] + ], + "v": [ + [63.195, 7.368], + [127.07, -11.898], + [94.611, 3.592], + [-19.343, 3.76], + [-104.099, -27.855], + [-105.907, -27.901], + [-116.866, -20.869] + ] + } + ], + "t": 54.595 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-28.579, 1.967], + [-3.388, 6.182], + [7.863, -2.547], + [47.834, 2.713], + [5.527, 0.915], + [0.66, -0.054], + [-2.897, -1.965] + ], + "o": [ + [27.037, -1.861], + [-0.973, -5.163], + [-12.761, 3.418], + [-51.202, -2.904], + [-0.536, -0.089], + [-5.346, 0.436], + [76.071, 51.6] + ], + "v": [ + [63.195, 7.368], + [127.07, -11.898], + [97.36, -11.533], + [-14.343, -2.365], + [-104.099, -27.855], + [-105.907, -27.901], + [-116.866, -20.869] + ] + } + ], + "t": 56.175 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-48.711, -2.323], + [-4.395, 4.588], + [7.438, -0.377], + [42.495, -0.303], + [5.355, 0.052], + [0.616, -0.148], + [-3.05, -1.381] + ], + "o": [ + [18.963, 0.905], + [0.361, -4.721], + [-28.089, 0.568], + [-14.248, -0.456], + [-0.519, -0.005], + [-4.984, 1.198], + [74.903, 5.947] + ], + "v": [ + [51.537, 9.754], + [110.949, -3.431], + [83.334, -6.482], + [-15.271, -29.023], + [-82.128, -20.337], + [-83.843, -20.114], + [-93.158, -11.861] + ] + } + ], + "t": 59.345 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-27.744, 0.624], + [-5.15, 3.392], + [7.122, 1.251], + [38.508, 1.78], + [5.225, -0.596], + [0.583, -0.219], + [-3.139, -0.98] + ], + "o": [ + [27.045, -0.546], + [1.362, -4.39], + [-11.266, -2.582], + [-14.084, -1.498], + [-0.506, 0.058], + [-4.714, 1.769], + [35.693, 17.644] + ], + "v": [ + [42.794, 11.544], + [93.795, 6.388], + [74.313, -1.194], + [-16.905, -18.641], + [-72.525, -17.276], + [-74.169, -16.852], + [-82.252, -7.684] + ] + } + ], + "t": 62.51 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-27.385, 0.048], + [-5.906, 2.197], + [6.804, 2.877], + [34.52, 3.863], + [5.096, -1.243], + [0.549, -0.29], + [-3.228, -0.579] + ], + "o": [ + [27.049, 0.018], + [2.362, -4.059], + [-10.625, -5.154], + [-13.921, -2.54], + [-0.494, 0.121], + [-4.443, 2.34], + [57.612, 7.208] + ], + "v": [ + [35.925, 19.146], + [74.017, 13.957], + [62.293, 1.095], + [-17.038, -6.197], + [-61.984, -14.028], + [-63.558, -13.402], + [-70.409, -3.319] + ] + } + ], + "t": 65.678 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-26.908, -0.719], + [-6.446, 1.566], + [6.758, 3.85], + [29.204, 6.641], + [4.923, -2.107], + [0.505, -0.384], + [-3.347, -0.044] + ], + "o": [ + [27.053, 0.77], + [2.972, -3.953], + [-10.472, -6.702], + [-13.703, -3.929], + [-0.477, 0.204], + [-4.081, 3.102], + [24.667, 4.762] + ], + "v": [ + [20.679, 11.731], + [56.358, 12.985], + [43.015, 6.445], + [-18.09, -17.836], + [-55.761, -11.275], + [-57.241, -10.381], + [-62.448, 0.922] + ] + } + ], + "t": 68.845 + }, + { + "s": [ + { + "c": true, + "i": [ + [-26.43, -1.487], + [-6.986, 0.936], + [6.712, 4.822], + [23.888, 9.419], + [4.751, -2.97], + [0.46, -0.478], + [-3.467, 0.491] + ], + "o": [ + [27.058, 1.521], + [3.581, -3.846], + [-10.319, -8.25], + [-13.485, -5.318], + [-0.46, 0.288], + [-3.72, 3.863], + [18.366, -2.6] + ], + "v": [ + [7.307, 10.129], + [41.986, 13.276], + [31.237, 3.996], + [-19.141, -13.913], + [-48.6, -8.335], + [-49.986, -7.172], + [-53.55, 5.351] + ] + } + ], + "t": 72.01 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [87.075, 17.121] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 7", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [15.566, -3.67], + [7.212, -2.423], + [10.854, -12.483], + [-7.086, -7.849], + [-12.315, 13.002], + [14.321, 6.171] + ], + "o": [ + [-14.871, 3.507], + [-9.812, 4.146], + [0.841, 5.633], + [5.752, 6.371], + [-3.556, -3.805], + [-19.031, -6.282] + ], + "v": [ + [-23.947, -64.646], + [-75.128, -59.678], + [-116.539, -41.271], + [-22.028, -15.121], + [126.916, -31.866], + [92.229, -45.064] + ] + } + ], + "t": 56.175 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [28.812, 1.888], + [6.455, -3.348], + [8.415, -13.386], + [-7.086, -7.849], + [-13.761, 8.436], + [12.375, 9.224] + ], + "o": [ + [-15.029, 2.356], + [-8.657, 5.359], + [1.622, 5.196], + [5.752, 6.371], + [-2.205, -4.143], + [-15.093, -9.92] + ], + "v": [ + [-23.947, -64.646], + [-61.349, -56.153], + [-93.14, -32.171], + [-13.778, -27.121], + [111.216, -23.268], + [82.102, -39.854] + ] + } + ], + "t": 59.345 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [28.405, 0.367], + [5.887, -4.043], + [6.586, -14.062], + [-7.086, -7.849], + [-14.845, 5.011], + [12.18, 9.965] + ], + "o": [ + [-15.147, 1.493], + [-7.791, 6.268], + [2.209, 4.869], + [5.752, 6.371], + [-1.713, -5.491], + [-12.141, -12.649] + ], + "v": [ + [-23.947, -64.646], + [-58.749, -53.079], + [-82.467, -27.925], + [-22.028, -15.121], + [94.378, -13.35], + [74.757, -34.446] + ] + } + ], + "t": 62.51 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [27.999, -1.154], + [5.319, -4.738], + [4.756, -14.738], + [-7.086, -7.849], + [-15.929, 1.586], + [9.456, 13.803] + ], + "o": [ + [-15.266, 0.63], + [-6.924, 7.176], + [2.794, 4.541], + [5.752, 6.371], + [-1.222, -6.838], + [-9.189, -15.376] + ], + "v": [ + [-23.947, -64.646], + [-55.212, -49.817], + [-70.855, -23.491], + [-22.028, -15.121], + [74.915, -5.682], + [64.475, -31.289] + ] + } + ], + "t": 65.678 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [21.782, -2.412], + [4.562, -5.663], + [4, -17.574], + [-7.086, -7.849], + [-16.85, -0.31], + [5.196, 12.611] + ], + "o": [ + [-15.068, 2.069], + [-5.77, 8.389], + [3.576, 4.105], + [5.752, 6.371], + [-0.665, -7.037], + [-7.184, -17.438] + ], + "v": [ + [-23.947, -64.646], + [-50.86, -48.921], + [-63.205, -19.158], + [-22.028, -15.121], + [57.449, -6.625], + [52.474, -34.065] + ] + } + ], + "t": 68.845 + }, + { + "s": [ + { + "c": true, + "i": [ + [15.566, -3.67], + [3.805, -6.588], + [-0.121, -16.541], + [-7.086, -7.849], + [-17.772, -2.208], + [3.521, 15.191] + ], + "o": [ + [-14.871, 3.507], + [-4.614, 9.601], + [4.357, 3.668], + [5.752, 6.371], + [0.956, -5.119], + [-6.224, -19.05] + ], + "v": [ + [-23.947, -64.646], + [-48.571, -45.437], + [-54.616, -14.637], + [-22.028, -15.121], + [43.269, -6.303], + [42.619, -35.175] + ] + } + ], + "t": 72.01 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [86.897, 35.474] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 21 + }, + { + "ty": 4, + "nm": "Sand Dessert Outlines", + "sr": 1, + "st": 0, + "op": 36, + "ip": 13, + "ln": "61", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [66.732, 92.722, 0] }, + "s": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [100, 100, 100], + "t": 34 + }, + { "s": [0, 0, 0], "t": 36 } + ] + }, + "p": { "a": 0, "k": [73.773, 65.235, 0] }, + "r": { "a": 0, "k": -180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [-5.542, -4.313], + [5.943, -7.52], + [-0.987, 1.958], + [-3.15, 9.657], + [1.792, 1.858], + [2.97, 1.503] + ], + "o": [ + [0, 0], + [2.303, 1.792], + [-5.474, 6.926], + [2.635, -5.23], + [1.932, -5.921], + [-3.171, -3.287], + [-3.048, -1.301] + ], + "v": [ + [-23.751, -55.696], + [-18.166, -49.641], + [-3.55, -46.01], + [-3.556, -38.361], + [-1.867, -43.642], + [-2.491, -49.653], + [-13.149, -54.999] + ] + } + ], + "t": 13 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [-5.542, -4.313], + [5.943, -7.519], + [-3.785, 7.211], + [-3.151, 9.657], + [-1.127, 0.643], + [0.615, 0.759] + ], + "o": [ + [0, 0], + [2.303, 1.792], + [-5.474, 6.926], + [2.722, -5.185], + [1.932, -5.922], + [3.967, -2.263], + [-0.504, -3.24] + ], + "v": [ + [-18.34, -50.245], + [-12.755, -44.19], + [-8.605, -29.324], + [-8.611, -21.675], + [-1.255, -36.87], + [1.662, -40.603], + [0.894, -44.27] + ] + } + ], + "t": 15 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [1.02, -7.319], + [4.232, -8.6], + [-2.187, 7.845], + [-3.15, 9.657], + [-3.441, 7.966], + [-11.271, 0.786] + ], + "o": [ + [0, 0], + [-2.002, 14.362], + [-3.898, 7.921], + [1.573, -5.641], + [1.932, -5.921], + [1.811, -4.193], + [3.27, -0.228] + ], + "v": [ + [-7.77, -41.306], + [-4.652, -28.728], + [-9.276, -2.671], + [-7.676, 4.809], + [-3.841, -13.684], + [-1.123, -26.436], + [7.789, -34.039] + ] + } + ], + "t": 17 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [1.838, -8.809], + [12.487, -10.973], + [-5.053, 0.916], + [-1.813, 9.811], + [-3.282, 8.029], + [-9.067, 0.788] + ], + "o": [ + [0, 0], + [-3.623, 17.342], + [4.737, 1.027], + [-3.553, -3.584], + [0.292, -15.624], + [2.196, -5.514], + [2.722, -1.101] + ], + "v": [ + [-6.822, -41.755], + [-4.682, -27.568], + [-14.801, 62.992], + [-1.011, 63.103], + [-4.35, 41.75], + [-1.943, -24.848], + [6.305, -35.888] + ] + } + ], + "t": 20 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [1.838, -8.809], + [9.488, -9.409], + [-4.03, 6.1], + [-1.813, 9.811], + [-3.282, 8.029], + [-9.067, 0.788] + ], + "o": [ + [0, 0], + [-3.623, 17.342], + [-5.176, 6.702], + [2.328, -4.194], + [0.292, -15.624], + [2.196, -5.514], + [2.722, -1.101] + ], + "v": [ + [-6.822, -41.755], + [-6.432, -22.818], + [-12.051, 53.992], + [-5.511, 57.853], + [-3.6, 44.25], + [-3.943, -21.848], + [6.305, -35.888] + ] + } + ], + "t": 22 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [4.137, -2.917], + [3.473, -11.789], + [20, -11.027], + [-7.714, 2.611], + [0.864, 10.121], + [-2.966, 8.155], + [-4.66, 0.793] + ], + "o": [ + [0, 0], + [-6.863, 23.302], + [-7.731, 4.263], + [3.839, -1.3], + [-2.988, -35.028], + [2.965, -8.155], + [1.624, -2.848] + ], + "v": [ + [-5.077, -36.904], + [-4.892, -19.498], + [-14.488, 38.432], + [1.933, 44.805], + [-0.005, 33.48], + [-3.732, -15.923], + [3.188, -33.837] + ] + } + ], + "t": 28 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [0.907, -5.087], + [3.528, -11.771], + [14.54, -10.888], + [-7.713, 2.611], + [1.204, 10.047], + [-2.177, 8.156], + [-1.239, 2.639] + ], + "o": [ + [0, 0], + [-6.375, 21.478], + [-7.179, 4.77], + [3.84, -1.3], + [-2.388, -16.916], + [2.138, -8.263], + [1.421, -2.905] + ], + "v": [ + [-1.721, -35.519], + [-5.527, -10.871], + [-12.854, 29.407], + [0.241, 35.58], + [0.074, 24.685], + [-3.859, -6.407], + [0.3, -33.745] + ] + } + ], + "t": 30 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [0.929, -6.218], + [1.793, -12.157], + [2.657, -4.362], + [-7.714, 2.611], + [1.544, 9.973], + [-0.16, 8.273], + [-1.094, 3.638] + ], + "o": [ + [0, 0], + [-2.896, 20.311], + [-3.056, 5.018], + [3.839, -1.3], + [-0.717, -9.871], + [0.049, -8.473], + [1.219, -2.962] + ], + "v": [ + [-1.432, -27.97], + [-4.561, 4.629], + [-13.221, 25.131], + [-0.45, 29.606], + [-2.097, 19.14], + [-0.862, -2.152], + [-0.146, -28.538] + ] + } + ], + "t": 32 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [0.992, -9.324], + [0.952, -4.847], + [1.7, -3.714], + [-8.015, 1.446], + [-0.674, 4.087], + [-0.223, 3.603], + [-0.695, 6.385] + ], + "o": [ + [0, 0], + [-0.787, 4.008], + [-2.898, 6.332], + [7.1, -1.281], + [0.587, -3.561], + [0.373, -6.017], + [0.662, -3.12] + ], + "v": [ + [-3.951, -8.868], + [-2.982, 8.481], + [-5.666, 16.687], + [-1.414, 23.3], + [-1.068, 17.767], + [-0.899, 10.46], + [-1.029, -10.593] + ] + } + ], + "t": 34 + }, + { + "s": [ + { + "c": true, + "i": [ + [1.053, -12.431], + [3.882, -11.661], + [2.536, -5.703], + [-7.714, 2.611], + [3.417, 9.566], + [2.95, 8.161], + [-0.295, 9.132] + ], + "o": [ + [0, 0], + [-3.203, 9.62], + [-3.588, 8.067], + [3.839, -1.3], + [-0.946, -2.648], + [-3.24, -8.966], + [0.106, -3.276] + ], + "v": [ + [-2.969, 9.234], + [-5.904, 20.833], + [-19.111, 38.242], + [-8.878, 44.995], + [2.461, 36.894], + [-0.935, 31.073], + [1.588, 6.351] + ] + } + ], + "t": 36 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [-0.952, 2.393] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [66.459, 90.527] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 22, + "parent": 27 + }, + { + "ty": 4, + "nm": "Sand 2nd", + "sr": -1, + "st": 57, + "op": 36.01, + "ip": 17, + "ln": "164", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [71.861, -29.937, 0] }, + "s": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [0, 0, 100], + "t": 17.01 + }, + { "s": [100, 100, 100], "t": 36.01 } + ] + }, + "p": { "a": 0, "k": [60.013, -44.59, 0] }, + "r": { "a": 0, "k": -360 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 5", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-28.579, 1.967], + [-3.388, 6.182], + [7.862, -2.547], + [47.811, -3.082], + [0.737, 17.535], + [0.66, -0.054], + [-2.931, -1.915] + ], + "o": [ + [27.037, -1.861], + [-0.973, -5.163], + [-12.762, 3.418], + [-14.466, 0.932], + [-0.023, -0.543], + [-5.346, 0.436], + [46.719, 30.528] + ], + "v": [ + [63.195, 7.368], + [127.07, -11.898], + [94.611, 3.592], + [-19.343, 3.76], + [-104.099, -27.855], + [-105.907, -27.901], + [-116.866, -20.869] + ] + } + ], + "t": 18.595 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-28.579, 1.967], + [-3.388, 6.182], + [7.863, -2.547], + [47.834, 2.713], + [5.527, 0.915], + [0.66, -0.054], + [-2.897, -1.965] + ], + "o": [ + [27.037, -1.861], + [-0.973, -5.163], + [-12.761, 3.418], + [-51.202, -2.904], + [-0.536, -0.089], + [-5.346, 0.436], + [76.071, 51.6] + ], + "v": [ + [63.195, 7.368], + [127.07, -11.898], + [97.36, -11.533], + [-14.343, -2.365], + [-104.099, -27.855], + [-105.907, -27.901], + [-116.866, -20.869] + ] + } + ], + "t": 20.175 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-48.711, -2.323], + [-4.395, 4.588], + [7.438, -0.377], + [42.495, -0.303], + [5.355, 0.052], + [0.616, -0.148], + [-3.05, -1.381] + ], + "o": [ + [18.963, 0.905], + [0.361, -4.721], + [-28.089, 0.568], + [-14.248, -0.456], + [-0.519, -0.005], + [-4.984, 1.198], + [74.903, 5.947] + ], + "v": [ + [51.537, 9.754], + [110.949, -3.431], + [83.334, -6.482], + [-15.271, -29.023], + [-82.128, -20.337], + [-83.843, -20.114], + [-93.158, -11.861] + ] + } + ], + "t": 23.345 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-27.744, 0.624], + [-5.15, 3.392], + [7.122, 1.251], + [38.508, 1.78], + [5.225, -0.596], + [0.583, -0.219], + [-3.139, -0.98] + ], + "o": [ + [27.045, -0.546], + [1.362, -4.39], + [-11.266, -2.582], + [-14.084, -1.498], + [-0.506, 0.058], + [-4.714, 1.769], + [35.693, 17.644] + ], + "v": [ + [42.794, 11.544], + [93.795, 6.388], + [74.313, -1.194], + [-16.905, -18.641], + [-72.525, -17.276], + [-74.169, -16.852], + [-82.252, -7.684] + ] + } + ], + "t": 26.51 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-27.385, 0.048], + [-5.906, 2.197], + [6.804, 2.877], + [34.52, 3.863], + [5.096, -1.243], + [0.549, -0.29], + [-3.228, -0.579] + ], + "o": [ + [27.049, 0.018], + [2.362, -4.059], + [-10.625, -5.154], + [-13.921, -2.54], + [-0.494, 0.121], + [-4.443, 2.34], + [57.612, 7.208] + ], + "v": [ + [35.925, 19.146], + [74.017, 13.957], + [62.293, 1.095], + [-17.038, -6.197], + [-61.984, -14.028], + [-63.558, -13.402], + [-70.409, -3.319] + ] + } + ], + "t": 29.678 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [-26.908, -0.719], + [-6.446, 1.566], + [6.758, 3.85], + [29.204, 6.641], + [4.923, -2.107], + [0.505, -0.384], + [-3.347, -0.044] + ], + "o": [ + [27.053, 0.77], + [2.972, -3.953], + [-10.472, -6.702], + [-13.703, -3.929], + [-0.477, 0.204], + [-4.081, 3.102], + [24.667, 4.762] + ], + "v": [ + [20.679, 11.731], + [56.358, 12.985], + [43.015, 6.445], + [-18.09, -17.836], + [-55.761, -11.275], + [-57.241, -10.381], + [-62.448, 0.922] + ] + } + ], + "t": 32.845 + }, + { + "s": [ + { + "c": true, + "i": [ + [-26.43, -1.487], + [-6.986, 0.936], + [6.712, 4.822], + [23.888, 9.419], + [4.751, -2.97], + [0.46, -0.478], + [-3.467, 0.491] + ], + "o": [ + [27.058, 1.521], + [3.581, -3.846], + [-10.319, -8.25], + [-13.485, -5.318], + [-0.46, 0.288], + [-3.72, 3.863], + [18.366, -2.6] + ], + "v": [ + [7.307, 10.129], + [41.986, 13.276], + [31.237, 3.996], + [-19.141, -13.913], + [-48.6, -8.335], + [-49.986, -7.172], + [-53.55, 5.351] + ] + } + ], + "t": 36.01 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.5216, 0.3216] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [87.075, 17.121] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 7", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [15.566, -3.67], + [7.212, -2.423], + [10.854, -12.483], + [-7.086, -7.849], + [-12.315, 13.002], + [14.321, 6.171] + ], + "o": [ + [-14.871, 3.507], + [-9.812, 4.146], + [0.841, 5.633], + [5.752, 6.371], + [-3.556, -3.805], + [-19.031, -6.282] + ], + "v": [ + [-23.947, -64.646], + [-75.128, -59.678], + [-116.539, -41.271], + [-22.028, -15.121], + [126.916, -31.866], + [92.229, -45.064] + ] + } + ], + "t": 20.175 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [28.812, 1.888], + [6.455, -3.348], + [8.415, -13.386], + [-7.086, -7.849], + [-13.761, 8.436], + [12.375, 9.224] + ], + "o": [ + [-15.029, 2.356], + [-8.657, 5.359], + [1.622, 5.196], + [5.752, 6.371], + [-2.205, -4.143], + [-15.093, -9.92] + ], + "v": [ + [-23.947, -64.646], + [-61.349, -56.153], + [-93.14, -32.171], + [-13.778, -27.121], + [111.216, -23.268], + [82.102, -39.854] + ] + } + ], + "t": 23.345 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [28.405, 0.367], + [5.887, -4.043], + [6.586, -14.062], + [-7.086, -7.849], + [-14.845, 5.011], + [12.18, 9.965] + ], + "o": [ + [-15.147, 1.493], + [-7.791, 6.268], + [2.209, 4.869], + [5.752, 6.371], + [-1.713, -5.491], + [-12.141, -12.649] + ], + "v": [ + [-23.947, -64.646], + [-58.749, -53.079], + [-82.467, -27.925], + [-22.028, -15.121], + [94.378, -13.35], + [74.757, -34.446] + ] + } + ], + "t": 26.51 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [27.999, -1.154], + [5.319, -4.738], + [4.756, -14.738], + [-7.086, -7.849], + [-15.929, 1.586], + [9.456, 13.803] + ], + "o": [ + [-15.266, 0.63], + [-6.924, 7.176], + [2.794, 4.541], + [5.752, 6.371], + [-1.222, -6.838], + [-9.189, -15.376] + ], + "v": [ + [-23.947, -64.646], + [-55.212, -49.817], + [-70.855, -23.491], + [-22.028, -15.121], + [74.915, -5.682], + [64.475, -31.289] + ] + } + ], + "t": 29.678 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [ + { + "c": true, + "i": [ + [21.782, -2.412], + [4.562, -5.663], + [4, -17.574], + [-7.086, -7.849], + [-16.85, -0.31], + [5.196, 12.611] + ], + "o": [ + [-15.068, 2.069], + [-5.77, 8.389], + [3.576, 4.105], + [5.752, 6.371], + [-0.665, -7.037], + [-7.184, -17.438] + ], + "v": [ + [-23.947, -64.646], + [-50.86, -48.921], + [-63.205, -19.158], + [-22.028, -15.121], + [57.449, -6.625], + [52.474, -34.065] + ] + } + ], + "t": 32.845 + }, + { + "s": [ + { + "c": true, + "i": [ + [15.566, -3.67], + [3.805, -6.588], + [-0.121, -16.541], + [-7.086, -7.849], + [-17.772, -2.208], + [3.521, 15.191] + ], + "o": [ + [-14.871, 3.507], + [-4.614, 9.601], + [4.357, 3.668], + [5.752, 6.371], + [0.956, -5.119], + [-6.224, -19.05] + ], + "v": [ + [-23.947, -64.646], + [-48.571, -45.437], + [-54.616, -14.637], + [-22.028, -15.121], + [43.269, -6.303], + [42.619, -35.175] + ] + } + ], + "t": 36.01 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [1, 0.8941, 0.8275] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [86.897, 35.474] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 23, + "parent": 6 + }, + { + "ty": 4, + "nm": "Glass Out Outlines", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "58", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [74.568, 100.981, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [54.402, 45.155, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 50 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 1, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [ + { + "c": true, + "i": [ + [-7.993, 23.795], + [3.56, 8.621], + [20.859, -4.44], + [4.552, -12.26], + [-5.023, -12.442], + [-7.388, -6.346], + [1.178, 0.037], + [12.503, -8.674], + [3.613, -11.626], + [-21.097, -8.719], + [-17.835, 44.11], + [4.681, 12.22], + [8.383, 6.603], + [-1.213, -0.031] + ], + "o": [ + [3.741, -11.137], + [-6.662, -16.129], + [-10.133, 2.156], + [-5.039, 13.571], + [3.266, 8.089], + [0.895, 0.768], + [-7.408, -0.231], + [-9.221, 6.396], + [-12.46, 40.096], + [21.096, 8.72], + [5.291, -13.087], + [-3.401, -8.877], + [-0.954, -0.751], + [24.047, 0.602] + ], + "v": [ + [72.111, -34.799], + [71.198, -64.18], + [-11.368, -96.052], + [-33.146, -71.961], + [-32.584, -31.669], + [-13.934, -7.804], + [-14.789, -5.618], + [-51.319, 3.417], + [-71.348, 31.041], + [-36.44, 90.999], + [34.024, 67.858], + [33.829, 28.498], + [12.531, 3.278], + [13.349, 1.05] + ] + } + ], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [ + { + "c": true, + "i": [ + [-9.575, 23.203], + [3.773, 8.53], + [19.306, -3.368], + [7.112, -10.974], + [-6.154, -19.451], + [-9.698, -7.982], + [1.178, 0.037], + [11.393, -7.756], + [3.276, -9.784], + [-21.096, -8.719], + [-12.777, 35.824], + [4.681, 12.22], + [8.383, 6.603], + [-1.214, -0.01] + ], + "o": [ + [8.098, -19.621], + [-6.511, -14.716], + [-10.205, 1.78], + [-5.024, 7.752], + [4.059, 12.826], + [0.911, 0.75], + [-7.408, -0.231], + [-9.277, 6.315], + [-11.529, 34.434], + [21.097, 8.72], + [4.742, -13.296], + [-3.401, -8.877], + [-0.954, -0.751], + [27.834, 0.221] + ], + "v": [ + [67.102, -21.368], + [67.442, -62.928], + [-7.157, -92.751], + [-31.894, -73.1], + [-38.048, -27.002], + [-15.382, 2.62], + [-16.237, 4.806], + [-52.864, 14.118], + [-74.455, 38.845], + [-36.799, 97.878], + [30.609, 77.647], + [30.316, 38.807], + [10.921, 13.377], + [11.739, 11.149] + ] + } + ], + "t": 14 + }, + { + "o": { "x": 0.167, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [ + { + "c": true, + "i": [ + [-9.575, 23.203], + [3.773, 8.53], + [19.306, -3.368], + [7.112, -10.974], + [-6.154, -19.451], + [-9.698, -7.982], + [1.178, 0.037], + [11.393, -7.756], + [3.276, -9.784], + [-21.096, -8.719], + [-12.777, 35.824], + [4.681, 12.22], + [8.383, 6.603], + [-1.214, -0.01] + ], + "o": [ + [8.098, -19.621], + [-6.511, -14.716], + [-10.205, 1.78], + [-5.024, 7.752], + [4.059, 12.826], + [0.911, 0.75], + [-7.408, -0.231], + [-9.277, 6.315], + [-11.529, 34.434], + [21.097, 8.72], + [4.742, -13.296], + [-3.401, -8.877], + [-0.954, -0.751], + [27.834, 0.221] + ], + "v": [ + [67.102, -21.368], + [67.442, -62.928], + [-7.157, -92.751], + [-31.894, -73.1], + [-38.048, -27.002], + [-15.382, 2.62], + [-16.237, 4.806], + [-52.864, 14.118], + [-74.455, 38.845], + [-36.799, 97.878], + [30.609, 77.647], + [30.316, 38.807], + [10.921, 13.377], + [11.739, 11.149] + ] + } + ], + "t": 36 + }, + { + "s": [ + { + "c": true, + "i": [ + [-7.993, 23.795], + [3.56, 8.621], + [20.859, -4.44], + [4.552, -12.26], + [-5.023, -12.442], + [-7.388, -6.346], + [1.178, 0.037], + [12.503, -8.674], + [3.613, -11.626], + [-21.097, -8.719], + [-17.835, 44.11], + [4.681, 12.22], + [8.383, 6.603], + [-1.213, -0.031] + ], + "o": [ + [3.741, -11.137], + [-6.662, -16.129], + [-10.133, 2.156], + [-5.039, 13.571], + [3.266, 8.089], + [0.895, 0.768], + [-7.408, -0.231], + [-9.221, 6.396], + [-12.46, 40.096], + [21.096, 8.72], + [5.291, -13.087], + [-3.401, -8.877], + [-0.954, -0.751], + [24.047, 0.602] + ], + "v": [ + [72.111, -34.799], + [71.198, -64.18], + [-11.368, -96.052], + [-33.146, -71.961], + [-32.584, -31.669], + [-13.934, -7.804], + [-14.789, -5.618], + [-51.319, 3.417], + [-71.348, 31.041], + [-36.44, 90.999], + [34.024, 67.858], + [33.829, 28.498], + [12.531, 3.278], + [13.349, 1.05] + ] + } + ], + "t": 52 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.8275, 0.702] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [74.569, 99.459] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 24, + "parent": 6 + }, + { + "ty": 4, + "nm": "Shape Layer 4", + "sr": 1, + "st": 0, + "op": 66, + "ip": 53, + "ln": "204", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [13.804, -7.251, 0] }, + "s": { "a": 0, "k": [130, 130, 110] }, + "p": { "a": 0, "k": [308.962, 176.531, 0] }, + "r": { "a": 0, "k": -7 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Ellipse 1", + "it": [ + { + "ty": "el", + "nm": "Ellipse Path 1", + "d": 1, + "p": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [160.573, 49.335] } + }, + { + "ty": "st", + "nm": "Stroke 1", + "lc": 1, + "lj": 1, + "ml": 4, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 5 }, + "c": { "a": 0, "k": [1, 1, 1] } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [13.804, -7.251] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "tm", + "nm": "Trim Paths 1", + "e": { "a": 0, "k": 77 }, + "o": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [-360], + "t": 36 + }, + { "s": [-720], "t": 71.999 } + ] + }, + "s": { "a": 0, "k": 57 }, + "m": 1 + } + ], + "ind": 25 + }, + { + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "st": 0, + "op": 32, + "ip": 17, + "ln": "201", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [13.804, -7.251, 0] }, + "s": { "a": 0, "k": [130, 130, 110] }, + "p": { "a": 0, "k": [308.962, 176.531, 0] }, + "r": { "a": 0, "k": -7 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Ellipse 1", + "it": [ + { + "ty": "el", + "nm": "Ellipse Path 1", + "d": 1, + "p": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [160.573, 49.335] } + }, + { + "ty": "st", + "nm": "Stroke 1", + "lc": 1, + "lj": 1, + "ml": 4, + "o": { "a": 0, "k": 100 }, + "w": { "a": 0, "k": 5 }, + "c": { "a": 0, "k": [1, 1, 1] } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [13.804, -7.251] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "tm", + "nm": "Trim Paths 1", + "e": { "a": 0, "k": 77 }, + "o": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [-360], + "t": 36 + }, + { "s": [-720], "t": 71.999 } + ] + }, + "s": { "a": 0, "k": 57 }, + "m": 1 + } + ], + "ind": 26 + }, + { + "ty": 4, + "nm": "Glass In Outlines", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "57", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [76.538, 93.937, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [74.046, 99.459, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 1, + "k": [ + { + "o": { "x": 1, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [ + { + "c": true, + "i": [ + [9.252, 0], + [8.191, 3.385], + [-10.975, 35.313], + [-8.353, 5.796], + [-7.175, 0], + [-0.673, -0.021], + [0, 0], + [-1.03, 2.782], + [2.25, 1.933], + [2.588, 6.406], + [-4.35, 11.714], + [-8.549, 1.731], + [-6.708, -8.931], + [4.345, -12.939], + [19.706, 0], + [0, 0], + [0.497, 0.012], + [0, 0], + [0.981, -2.828], + [-2.35, -1.85], + [-2.996, -7.821], + [4.379, -10.831] + ], + "o": [ + [-10.625, 0], + [-20.932, -8.652], + [3.127, -10.064], + [10.089, -6.997], + [0.827, 0], + [0, 0], + [2.968, -0.001], + [1.03, -2.778], + [-7.617, -6.543], + [-4.673, -11.579], + [4.691, -12.637], + [22.322, -4.523], + [6.101, 8.122], + [-7.371, 21.941], + [0, 0], + [-0.5, 0], + [0, 0], + [-2.998, 0], + [-0.976, 2.82], + [7.452, 5.87], + [4.529, 11.823], + [-10.145, 25.091] + ], + "v": [ + [-3.678, 93.687], + [-33.712, 85.665], + [-65.313, 32.754], + [-47.508, 8.159], + [-16.703, 0.117], + [-14.447, 0.152], + [-14.223, 0.156], + [-7.642, -4.426], + [-9.65, -12.182], + [-26.71, -33.83], + [-27.211, -69.952], + [-6.201, -91.61], + [62.764, -67.99], + [67.163, -36.636], + [15.521, -4.701], + [15.517, -4.701], + [14.017, -4.72], + [13.835, -4.723], + [7.187, 0.005], + [9.483, 7.813], + [28.962, 30.563], + [29.195, 65.694] + ] + } + ], + "t": 0 + }, + { + "o": { "x": 0.167, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [ + { + "c": true, + "i": [ + [9.252, 0], + [8.192, 3.385], + [-10.975, 35.313], + [-8.354, 5.796], + [-7.175, 0], + [-0.673, -0.021], + [0, 0], + [-1.03, 2.782], + [2.414, 1.725], + [2.587, 6.406], + [-6.868, 10.439], + [-8.549, 1.732], + [-6.629, -8.991], + [4.346, -12.939], + [19.706, 0], + [0, 0], + [0.498, 0.012], + [0, 0], + [0.981, -2.828], + [-2.351, -1.85], + [-2.996, -7.821], + [4.379, -10.831] + ], + "o": [ + [-10.625, 0], + [-20.932, -8.652], + [3.127, -10.064], + [10.088, -6.997], + [0.827, 0], + [0, 0], + [2.968, -0.001], + [1.03, -2.778], + [-11.838, -8.462], + [-4.674, -11.579], + [7.409, -11.261], + [22.322, -4.522], + [11.622, 15.759], + [-7.371, 21.941], + [0, 0], + [-0.501, 0], + [0, 0], + [-2.997, 0], + [-0.976, 2.82], + [7.452, 5.87], + [4.529, 11.823], + [-10.145, 25.091] + ], + "v": [ + [-8.428, 100.687], + [-36.963, 93.165], + [-67.563, 39.754], + [-49.741, 17.39], + [-17.953, 10.367], + [-15.697, 10.402], + [-15.473, 10.406], + [-8.892, 5.824], + [-10.9, -1.932], + [-31.623, -27.279], + [-27.148, -68.99], + [-4.564, -87.144], + [58.69, -66.054], + [62.249, -22.641], + [14.419, 5.698], + [14.416, 5.698], + [12.915, 5.679], + [12.733, 5.676], + [5.937, 10.255], + [8.233, 18.063], + [25.462, 40.313], + [25.695, 75.444] + ] + } + ], + "t": 20 + }, + { + "o": { "x": 0.167, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [ + { + "c": true, + "i": [ + [9.252, 0], + [8.192, 3.385], + [-10.975, 35.313], + [-8.354, 5.796], + [-7.175, 0], + [-0.673, -0.021], + [0, 0], + [-1.03, 2.782], + [2.414, 1.725], + [2.587, 6.406], + [-6.868, 10.439], + [-8.549, 1.732], + [-6.629, -8.991], + [4.346, -12.939], + [19.706, 0], + [0, 0], + [0.498, 0.012], + [0, 0], + [0.981, -2.828], + [-2.351, -1.85], + [-2.996, -7.821], + [4.379, -10.831] + ], + "o": [ + [-10.625, 0], + [-20.932, -8.652], + [3.127, -10.064], + [10.088, -6.997], + [0.827, 0], + [0, 0], + [2.968, -0.001], + [1.03, -2.778], + [-11.838, -8.462], + [-4.674, -11.579], + [7.409, -11.261], + [22.322, -4.522], + [11.622, 15.759], + [-7.371, 21.941], + [0, 0], + [-0.501, 0], + [0, 0], + [-2.997, 0], + [-0.976, 2.82], + [7.452, 5.87], + [4.529, 11.823], + [-10.145, 25.091] + ], + "v": [ + [-8.428, 100.687], + [-36.963, 93.165], + [-67.563, 39.754], + [-49.741, 17.39], + [-17.953, 10.367], + [-15.697, 10.402], + [-15.473, 10.406], + [-8.892, 5.824], + [-10.9, -1.932], + [-31.623, -27.279], + [-27.148, -68.99], + [-4.564, -87.144], + [58.69, -66.054], + [62.249, -22.641], + [14.419, 5.698], + [14.416, 5.698], + [12.915, 5.679], + [12.733, 5.676], + [5.937, 10.255], + [8.233, 18.063], + [25.462, 40.313], + [25.695, 75.444] + ] + } + ], + "t": 36 + }, + { + "s": [ + { + "c": true, + "i": [ + [9.252, 0], + [8.191, 3.385], + [-10.975, 35.313], + [-8.353, 5.796], + [-7.175, 0], + [-0.673, -0.021], + [0, 0], + [-1.03, 2.782], + [2.25, 1.933], + [2.588, 6.406], + [-4.35, 11.714], + [-8.549, 1.731], + [-6.708, -8.931], + [4.345, -12.939], + [19.706, 0], + [0, 0], + [0.497, 0.012], + [0, 0], + [0.981, -2.828], + [-2.35, -1.85], + [-2.996, -7.821], + [4.379, -10.831] + ], + "o": [ + [-10.625, 0], + [-20.932, -8.652], + [3.127, -10.064], + [10.089, -6.997], + [0.827, 0], + [0, 0], + [2.968, -0.001], + [1.03, -2.778], + [-7.617, -6.543], + [-4.673, -11.579], + [4.691, -12.637], + [22.322, -4.523], + [6.101, 8.122], + [-7.371, 21.941], + [0, 0], + [-0.5, 0], + [0, 0], + [-2.998, 0], + [-0.976, 2.82], + [7.452, 5.87], + [4.529, 11.823], + [-10.145, 25.091] + ], + "v": [ + [-3.678, 93.687], + [-33.712, 85.665], + [-65.313, 32.754], + [-47.508, 8.159], + [-16.703, 0.117], + [-14.447, 0.152], + [-14.223, 0.156], + [-7.642, -4.426], + [-9.65, -12.182], + [-26.71, -33.83], + [-27.211, -69.952], + [-6.201, -91.61], + [62.764, -67.99], + [67.163, -36.636], + [15.521, -4.701], + [15.517, -4.701], + [14.017, -4.72], + [13.835, -4.723], + [7.187, 0.005], + [9.483, 7.813], + [28.962, 30.563], + [29.195, 65.694] + ] + } + ], + "t": 56 + } + ] + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.8275, 0.702] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [76.537, 93.937] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 27, + "parent": 24 + }, + { + "ty": 4, + "nm": "Butt Cap Outlines 3", + "sr": 1, + "st": 14, + "op": 49, + "ip": 14, + "ln": "269", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [52.42, 27.235, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [86.714, -46.33, 0], + "t": 14 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [86.29, -41.156, 0], + "t": 20 + }, + { + "o": { "x": 0.167, "y": 0.167 }, + "i": { "x": 0.833, "y": 0.833 }, + "s": [86.29, -41.156, 0], + "t": 36 + }, + { "s": [86.714, -46.33, 0], "t": 49 } + ] + }, + "r": { "a": 0, "k": 180 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [6.572, 0], + [6.405, 1.43], + [0, 0], + [-0.017, 0.042], + [0, 0] + ], + "o": [ + [-3.166, 0], + [0, 0], + [19.099, 4.268], + [0, 0], + [-0.043, 0.131] + ], + "v": [ + [3.327, 0.254], + [-10.749, -1.664], + [-10.644, -2.134], + [10.295, -2.133], + [10.749, -1.978] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [92.355, 42.803] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.332, 0], + [2.897, 0.507], + [13.065, 4.813], + [8.621, 5.087], + [-1.241, 3.368], + [0, 0], + [0, 0], + [0, 0], + [-8.374, -4.941], + [-13.039, -4.806], + [-9.834, -1.719], + [-0.818, 2.22], + [-0.54, 1.468], + [3.883, 2.949], + [0, 0], + [0.64, -1.736], + [0.541, -1.467] + ], + "o": [ + [-3.353, 0], + [-9.861, -1.724], + [-13.064, -4.814], + [-5.05, -2.98], + [0, 0], + [0, 0], + [0, 0], + [-0.819, 2.22], + [8.598, 5.072], + [13.038, 4.804], + [9.577, 1.674], + [0.541, -1.468], + [0.55, -1.493], + [0, 0], + [4.127, 3.135], + [-0.54, 1.468], + [-0.618, 1.679] + ], + "v": [ + [41.169, 23.201], + [30.992, 22.142], + [-4.559, 12.004], + [-38.188, -3.35], + [-50.285, -15.199], + [-47.285, -23.343], + [-46.834, -23.175], + [-49.834, -15.032], + [-37.944, -3.764], + [-4.392, 11.553], + [31.075, 21.669], + [47.434, 20.81], + [50.435, 12.667], + [45.34, 5.876], + [45.631, 5.493], + [50.886, 12.833], + [47.885, 20.976] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.119, 28.418] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.321, -4.623], + [-26.643, -9.818], + [-2.322, 4.623], + [26.643, 9.818] + ], + "o": [ + [-1.234, 5.024], + [26.643, 9.818], + [1.233, -5.024], + [-26.644, -9.818] + ], + "v": [ + [-48.834, -17.995], + [-3.207, 8.704], + [48.835, 17.995], + [3.208, -8.704] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.102, 0.1098, 0.1098] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.988, 22.978] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [-0.541, 1.468], + [26.983, 9.943], + [1.808, -4.91], + [0.542, -1.469], + [-26.985, -9.944], + [-1.808, 4.911] + ], + "o": [ + [1.808, -4.909], + [-26.985, -9.943], + [-0.541, 1.467], + [-1.808, 4.909], + [26.983, 9.944], + [0.542, -1.467] + ], + "v": [ + [50.361, 13.933], + [4.777, -12.961], + [-47.359, -22.076], + [-50.361, -13.933], + [-4.775, 12.96], + [47.359, 22.075] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.6314, 0.5333] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.42, 27.235] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 28, + "parent": 6 + }, + { + "ty": 4, + "nm": "Butt Cap Outlines 4", + "sr": 1, + "st": 49, + "op": 72, + "ip": 49, + "ln": "272", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [52.42, 27.235, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [19.587, 134.831, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [6.572, 0], + [6.405, 1.43], + [0, 0], + [-0.017, 0.042], + [0, 0] + ], + "o": [ + [-3.166, 0], + [0, 0], + [19.099, 4.268], + [0, 0], + [-0.043, 0.131] + ], + "v": [ + [3.327, 0.254], + [-10.749, -1.664], + [-10.644, -2.134], + [10.295, -2.133], + [10.749, -1.978] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [92.355, 42.803] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.332, 0], + [2.897, 0.507], + [13.065, 4.813], + [8.621, 5.087], + [-1.241, 3.368], + [0, 0], + [0, 0], + [0, 0], + [-8.374, -4.941], + [-13.039, -4.806], + [-9.834, -1.719], + [-0.818, 2.22], + [-0.54, 1.468], + [3.883, 2.949], + [0, 0], + [0.64, -1.736], + [0.541, -1.467] + ], + "o": [ + [-3.353, 0], + [-9.861, -1.724], + [-13.064, -4.814], + [-5.05, -2.98], + [0, 0], + [0, 0], + [0, 0], + [-0.819, 2.22], + [8.598, 5.072], + [13.038, 4.804], + [9.577, 1.674], + [0.541, -1.468], + [0.55, -1.493], + [0, 0], + [4.127, 3.135], + [-0.54, 1.468], + [-0.618, 1.679] + ], + "v": [ + [41.169, 23.201], + [30.992, 22.142], + [-4.559, 12.004], + [-38.188, -3.35], + [-50.285, -15.199], + [-47.285, -23.343], + [-46.834, -23.175], + [-49.834, -15.032], + [-37.944, -3.764], + [-4.392, 11.553], + [31.075, 21.669], + [47.434, 20.81], + [50.435, 12.667], + [45.34, 5.876], + [45.631, 5.493], + [50.886, 12.833], + [47.885, 20.976] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.119, 28.418] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.321, -4.623], + [-26.643, -9.818], + [-2.322, 4.623], + [26.643, 9.818] + ], + "o": [ + [-1.234, 5.024], + [26.643, 9.818], + [1.233, -5.024], + [-26.644, -9.818] + ], + "v": [ + [-48.834, -17.995], + [-3.207, 8.704], + [48.835, 17.995], + [3.208, -8.704] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.102, 0.1098, 0.1098] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.988, 22.978] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [-0.541, 1.468], + [26.983, 9.943], + [1.808, -4.91], + [0.542, -1.469], + [-26.985, -9.944], + [-1.808, 4.911] + ], + "o": [ + [1.808, -4.909], + [-26.985, -9.943], + [-0.541, 1.467], + [-1.808, 4.909], + [26.983, 9.944], + [0.542, -1.467] + ], + "v": [ + [50.361, 13.933], + [4.777, -12.961], + [-47.359, -22.076], + [-50.361, -13.933], + [-4.775, 12.96], + [47.359, 22.075] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.6314, 0.5333] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.42, 27.235] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 29, + "parent": 6 + }, + { + "ty": 4, + "nm": "Butt Cap Outlines", + "sr": 1, + "st": 0, + "op": 14, + "ip": 0, + "ln": "56", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [52.42, 27.235, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [19.587, 134.831, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [6.572, 0], + [6.405, 1.43], + [0, 0], + [-0.017, 0.042], + [0, 0] + ], + "o": [ + [-3.166, 0], + [0, 0], + [19.099, 4.268], + [0, 0], + [-0.043, 0.131] + ], + "v": [ + [3.327, 0.254], + [-10.749, -1.664], + [-10.644, -2.134], + [10.295, -2.133], + [10.749, -1.978] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [92.355, 42.803] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [3.332, 0], + [2.897, 0.507], + [13.065, 4.813], + [8.621, 5.087], + [-1.241, 3.368], + [0, 0], + [0, 0], + [0, 0], + [-8.374, -4.941], + [-13.039, -4.806], + [-9.834, -1.719], + [-0.818, 2.22], + [-0.54, 1.468], + [3.883, 2.949], + [0, 0], + [0.64, -1.736], + [0.541, -1.467] + ], + "o": [ + [-3.353, 0], + [-9.861, -1.724], + [-13.064, -4.814], + [-5.05, -2.98], + [0, 0], + [0, 0], + [0, 0], + [-0.819, 2.22], + [8.598, 5.072], + [13.038, 4.804], + [9.577, 1.674], + [0.541, -1.468], + [0.55, -1.493], + [0, 0], + [4.127, 3.135], + [-0.54, 1.468], + [-0.618, 1.679] + ], + "v": [ + [41.169, 23.201], + [30.992, 22.142], + [-4.559, 12.004], + [-38.188, -3.35], + [-50.285, -15.199], + [-47.285, -23.343], + [-46.834, -23.175], + [-49.834, -15.032], + [-37.944, -3.764], + [-4.392, 11.553], + [31.075, 21.669], + [47.434, 20.81], + [50.435, 12.667], + [45.34, 5.876], + [45.631, 5.493], + [50.886, 12.833], + [47.885, 20.976] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.1137, 0.1137, 0.1059] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.119, 28.418] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 3", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [2.321, -4.623], + [-26.643, -9.818], + [-2.322, 4.623], + [26.643, 9.818] + ], + "o": [ + [-1.234, 5.024], + [26.643, 9.818], + [1.233, -5.024], + [-26.644, -9.818] + ], + "v": [ + [-48.834, -17.995], + [-3.207, 8.704], + [48.835, 17.995], + [3.208, -8.704] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0.102, 0.1098, 0.1098] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [53.988, 22.978] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "gr", + "nm": "Group 4", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [-0.541, 1.468], + [26.983, 9.943], + [1.808, -4.91], + [0.542, -1.469], + [-26.985, -9.944], + [-1.808, 4.911] + ], + "o": [ + [1.808, -4.909], + [-26.985, -9.943], + [-0.541, 1.467], + [-1.808, 4.909], + [26.983, 9.944], + [0.542, -1.467] + ], + "v": [ + [50.361, 13.933], + [4.777, -12.961], + [-47.359, -22.076], + [-50.361, -13.933], + [-4.775, 12.96], + [47.359, 22.075] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.6314, 0.5333] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [52.42, 27.235] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 30, + "parent": 6 + }, + { + "ty": 4, + "nm": "BG Outlines 2", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "206", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [109.816, 93.507, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [253.037, 161.386, 0], + "t": 0 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [253.037, 141.386, 0], + "t": 36 + }, + { "s": [253.037, 161.386, 0], "t": 71.999 } + ] + }, + "r": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [20], + "t": 36 + }, + { "s": [0], "t": 71.999 } + ] + }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 20 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 2", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [-10.93, 33.58], + [30.406, 121.367], + [-2.19, -47.902], + [-19.287, -43.708] + ], + "o": [ + [12.684, -38.966], + [-17.195, -68.638], + [2.481, 54.278], + [25.947, 58.801] + ], + "v": [ + [108.092, 74.585], + [29.912, -50.395], + [-59.61, -48.219], + [-106.391, 38.747] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.8275, 0.702] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [109.817, 93.507] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 31 + }, + { + "ty": 4, + "nm": "BG Outlines", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "54", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [252.289, 76.848, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [395.51, 144.727, 0], + "t": 0 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [380.51, 144.727, 0], + "t": 36 + }, + { "s": [395.51, 144.727, 0], "t": 71.999 } + ] + }, + "r": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [0], + "t": 0 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [-20], + "t": 36 + }, + { "s": [0], "t": 71.999 } + ] + }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 20 } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [31.592, -23.549], + [-23.549, -31.592], + [-31.592, 23.549], + [23.549, 31.593] + ], + "o": [ + [-31.592, 23.549], + [23.549, 31.592], + [31.593, -23.549], + [-23.549, -31.592] + ], + "v": [ + [-33.781, -60.949], + [-46.398, 37.083], + [51.497, 53.457], + [6.455, -1.955] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0.8275, 0.702] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [252.289, 76.848] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 32 + }, + { + "ty": 4, + "nm": "Shadow Outlines", + "sr": 1, + "st": 0, + "op": 150, + "ip": 0, + "ln": "53", + "hasMask": false, + "ao": 0, + "ks": { + "a": { "a": 0, "k": [0.011, 5.858, 0] }, + "s": { + "a": 1, + "k": [ + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 0 + }, + { + "s": [174, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 13 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 20 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 36 + }, + { + "s": [174, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 49 + }, + { + "s": [100, 100, 100], + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 56 + } + ] + }, + "p": { "a": 0, "k": [217.602, 286.011, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { + "a": 1, + "k": [ + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [50], + "t": 0 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [10], + "t": 13 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [50], + "t": 20 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [50], + "t": 36 + }, + { + "o": { "x": 0.333, "y": 0 }, + "i": { "x": 0.667, "y": 1 }, + "s": [10], + "t": 49 + }, + { "s": [50], "t": 56 } + ] + } + }, + "shapes": [ + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "sh", + "nm": "Path 1", + "d": 1, + "ks": { + "a": 0, + "k": { + "c": true, + "i": [ + [0, -3.236], + [27.494, 0], + [0, 3.236], + [-27.493, 0] + ], + "o": [ + [0, 3.236], + [-27.493, 0], + [0, -3.236], + [27.494, 0] + ], + "v": [ + [49.782, 0], + [0, 5.859], + [-49.782, 0], + [0, -5.859] + ] + } + } + }, + { + "ty": "gr", + "nm": "Group 1", + "it": [ + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [0, 0] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + }, + { + "ty": "fl", + "nm": "Fill 1", + "c": { "a": 0, "k": [0, 0, 0] }, + "r": 1, + "o": { "a": 0, "k": 100 } + }, + { + "ty": "tr", + "a": { "a": 0, "k": [0, 0] }, + "s": { "a": 0, "k": [100, 100] }, + "p": { "a": 0, "k": [49.782, 5.859] }, + "r": { "a": 0, "k": 0 }, + "sa": { "a": 0, "k": 0 }, + "o": { "a": 0, "k": 100 } + } + ] + } + ], + "ind": 33 + } + ] + } + ] +} diff --git a/src/assets/animations/skeleton_loading.json b/src/assets/animations/skeleton_loading.json index fa81c8b..1c8cd4c 100644 --- a/src/assets/animations/skeleton_loading.json +++ b/src/assets/animations/skeleton_loading.json @@ -1 +1,780 @@ -{"v":"5.1.6","fr":30,"ip":0,"op":94,"w":300,"h":300,"nm":"Comp 2","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[81,59.26,0],"ix":2},"a":{"a":0,"k":[-30,-6.544,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.651,0.667,0.667],"y":[0.998,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p651_0p998_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":9,"s":[0,75.476,100],"e":[110,75.476,100]},{"i":{"x":[0.524,0.833,0.833],"y":[0.97,1,1]},"o":{"x":[0.379,0.167,0.167],"y":[0.013,0,0]},"n":["0p524_0p97_0p379_0p013","0p833_1_0p167_0","0p833_1_0p167_0"],"t":21,"s":[110,75.476,100],"e":[100,75.476,100]},{"t":29}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[85.26,14.271],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176470588,0.949019607843,0.960784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.63,-8.364],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":118,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[81,41.26,0],"ix":2},"a":{"a":0,"k":[-30,-6.544,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.651,0.667,0.667],"y":[0.997,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p651_0p997_0p333_0","0p667_1_0p333_0","0p667_1_0p333_0"],"t":3,"s":[0,75.476,100],"e":[90,75.476,100]},{"i":{"x":[0.524,0.833,0.833],"y":[0.94,1,1]},"o":{"x":[0.379,0.167,0.167],"y":[0.027,0,0]},"n":["0p524_0p94_0p379_0p027","0p833_1_0p167_0","0p833_1_0p167_0"],"t":15,"s":[90,75.476,100],"e":[85,75.476,100]},{"t":23}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[85.26,14.271],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":2,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.941176470588,0.949019607843,0.960784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.63,-8.364],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":166,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48.961,49.211,0],"ix":2},"a":{"a":0,"k":[-66.789,-32.789,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.044,0.044,0.667],"y":[0.991,0.991,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p044_0p991_0p333_0","0p044_0p991_0p333_0","0p667_1_0p333_0"],"t":0,"s":[0,0,100],"e":[93,93,100]},{"t":12}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[38.422,38.422],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":4,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.894117647059,0.901960784314,0.921568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-66.789,-32.789],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":166,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150,175,0],"ix":2},"a":{"a":0,"k":[100,50,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":200,"h":100,"ip":62,"op":152,"st":62,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[100],"e":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":76,"s":[60],"e":[60]},{"t":94}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.182,"y":1},"o":{"x":0.333,"y":0},"n":"0p182_1_0p333_0","t":62,"s":[150,175,0],"e":[150,123.5,0],"to":[0,-8.58333301544189,0],"ti":[0,8.58333301544189,0]},{"i":{"x":0.182,"y":0.182},"o":{"x":0.167,"y":0.167},"n":"0p182_0p182_0p167_0p167","t":76,"s":[150,123.5,0],"e":[150,123.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":94}],"ix":2},"a":{"a":0,"k":[100,50,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.069,0.069,0.667],"y":[0.995,0.995,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p069_0p995_0p333_0","0p069_0p995_0p333_0","0p667_1_0p333_0"],"t":62,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":76,"s":[80,80,100],"e":[80,80,100]},{"t":94}],"ix":6}},"ao":0,"w":200,"h":100,"ip":30,"op":120,"st":30,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":30,"s":[100],"e":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":44,"s":[60],"e":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":62,"s":[60],"e":[0]},{"t":76}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.182,"y":1},"o":{"x":0.333,"y":0},"n":"0p182_1_0p333_0","t":30,"s":[150,175,0],"e":[150,123.5,0],"to":[0,-8.58333301544189,0],"ti":[0,8.58333301544189,0]},{"i":{"x":0.182,"y":0.182},"o":{"x":0.167,"y":0.167},"n":"0p182_0p182_0p167_0p167","t":44,"s":[150,123.5,0],"e":[150,123.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.182,"y":1},"o":{"x":0.167,"y":0},"n":"0p182_1_0p167_0","t":62,"s":[150,123.5,0],"e":[150,86.5,0],"to":[0,-6.16666650772095,0],"ti":[0,6.16666650772095,0]},{"t":76}],"ix":2},"a":{"a":0,"k":[100,50,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.069,0.069,0.667],"y":[0.995,0.995,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p069_0p995_0p333_0","0p069_0p995_0p333_0","0p667_1_0p333_0"],"t":30,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":44,"s":[80,80,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":62,"s":[80,80,100],"e":[50,50,100]},{"t":76}],"ix":6}},"ao":0,"w":200,"h":100,"ip":-2,"op":88,"st":-2,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[100],"e":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":13,"s":[60],"e":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":31,"s":[60],"e":[0]},{"t":45}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.182,"y":1},"o":{"x":0.333,"y":0},"n":"0p182_1_0p333_0","t":-1,"s":[150,175,0],"e":[150,123.5,0],"to":[0,-8.58333301544189,0],"ti":[0,8.58333301544189,0]},{"i":{"x":0.182,"y":0.182},"o":{"x":0.167,"y":0.167},"n":"0p182_0p182_0p167_0p167","t":13,"s":[150,123.5,0],"e":[150,123.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.182,"y":1},"o":{"x":0.167,"y":0},"n":"0p182_1_0p167_0","t":31,"s":[150,123.5,0],"e":[150,86.5,0],"to":[0,-6.16666650772095,0],"ti":[0,6.16666650772095,0]},{"t":45}],"ix":2},"a":{"a":0,"k":[100,50,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.069,0.069,0.667],"y":[0.995,0.995,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p069_0p995_0p333_0","0p069_0p995_0p333_0","0p667_1_0p333_0"],"t":-1,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":13,"s":[80,80,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":31,"s":[80,80,100],"e":[50,50,100]},{"t":45}],"ix":6}},"ao":0,"w":200,"h":100,"ip":-33,"op":57,"st":-33,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Comp 1","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-35,"s":[100],"e":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-21,"s":[60],"e":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":["0p833_0p833_0p167_0p167"],"t":-1,"s":[60],"e":[0]},{"t":13}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.182,"y":1},"o":{"x":0.333,"y":0},"n":"0p182_1_0p333_0","t":-35,"s":[150,175,0],"e":[150,123.5,0],"to":[0,-8.58333301544189,0],"ti":[0,8.58333301544189,0]},{"i":{"x":0.182,"y":0.182},"o":{"x":0.167,"y":0.167},"n":"0p182_0p182_0p167_0p167","t":-21,"s":[150,123.5,0],"e":[150,123.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.182,"y":1},"o":{"x":0.167,"y":0},"n":"0p182_1_0p167_0","t":-1,"s":[150,123.5,0],"e":[150,86.5,0],"to":[0,-6.16666650772095,0],"ti":[0,6.16666650772095,0]},{"t":13}],"ix":2},"a":{"a":0,"k":[100,50,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.069,0.069,0.667],"y":[0.995,0.995,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p069_0p995_0p333_0","0p069_0p995_0p333_0","0p667_1_0p333_0"],"t":-35,"s":[100,100,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"n":["0p833_1_0p333_0","0p833_1_0p333_0","0p833_1_0p333_0"],"t":-21,"s":[80,80,100],"e":[80,80,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"n":["0p833_1_0p167_0","0p833_1_0p167_0","0p833_1_0p167_0"],"t":-1,"s":[80,80,100],"e":[50,50,100]},{"t":13}],"ix":6}},"ao":0,"w":200,"h":100,"ip":-76,"op":14,"st":-76,"bm":0}],"markers":[]} \ No newline at end of file +{ + "v": "5.1.6", + "fr": 30, + "ip": 0, + "op": 94, + "w": 300, + "h": 300, + "nm": "Comp 2", + "ddd": 0, + "assets": [ + { + "id": "comp_0", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [81, 59.26, 0], "ix": 2 }, + "a": { "a": 0, "k": [-30, -6.544, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.651, 0.667, 0.667], "y": [0.998, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": [ + "0p651_0p998_0p333_0", + "0p667_1_0p333_0", + "0p667_1_0p333_0" + ], + "t": 9, + "s": [0, 75.476, 100], + "e": [110, 75.476, 100] + }, + { + "i": { "x": [0.524, 0.833, 0.833], "y": [0.97, 1, 1] }, + "o": { "x": [0.379, 0.167, 0.167], "y": [0.013, 0, 0] }, + "n": [ + "0p524_0p97_0p379_0p013", + "0p833_1_0p167_0", + "0p833_1_0p167_0" + ], + "t": 21, + "s": [110, 75.476, 100], + "e": [100, 75.476, 100] + }, + { "t": 29 } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [85.26, 14.271], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 2, "ix": 4 }, + "nm": "Rectangle Path 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.941176470588, 0.949019607843, 0.960784313725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [12.63, -8.364], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 118, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [81, 41.26, 0], "ix": 2 }, + "a": { "a": 0, "k": [-30, -6.544, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.651, 0.667, 0.667], "y": [0.997, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": [ + "0p651_0p997_0p333_0", + "0p667_1_0p333_0", + "0p667_1_0p333_0" + ], + "t": 3, + "s": [0, 75.476, 100], + "e": [90, 75.476, 100] + }, + { + "i": { "x": [0.524, 0.833, 0.833], "y": [0.94, 1, 1] }, + "o": { "x": [0.379, 0.167, 0.167], "y": [0.027, 0, 0] }, + "n": [ + "0p524_0p94_0p379_0p027", + "0p833_1_0p167_0", + "0p833_1_0p167_0" + ], + "t": 15, + "s": [90, 75.476, 100], + "e": [85, 75.476, 100] + }, + { "t": 23 } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [85.26, 14.271], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 2, "ix": 4 }, + "nm": "Rectangle Path 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.941176470588, 0.949019607843, 0.960784313725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [12.63, -8.364], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 166, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [48.961, 49.211, 0], "ix": 2 }, + "a": { "a": 0, "k": [-66.789, -32.789, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.044, 0.044, 0.667], "y": [0.991, 0.991, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": [ + "0p044_0p991_0p333_0", + "0p044_0p991_0p333_0", + "0p667_1_0p333_0" + ], + "t": 0, + "s": [0, 0, 100], + "e": [93, 93, 100] + }, + { "t": 12 } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [38.422, 38.422], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 4, "ix": 4 }, + "nm": "Rectangle Path 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.894117647059, 0.901960784314, 0.921568627451, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-66.789, -32.789], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 166, + "st": 0, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "Comp 1", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [150, 175, 0], "ix": 2 }, + "a": { "a": 0, "k": [100, 50, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "w": 200, + "h": 100, + "ip": 62, + "op": 152, + "st": 62, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 0, + "nm": "Comp 1", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": 62, + "s": [100], + "e": [60] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": 76, + "s": [60], + "e": [60] + }, + { "t": 94 } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.182, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "n": "0p182_1_0p333_0", + "t": 62, + "s": [150, 175, 0], + "e": [150, 123.5, 0], + "to": [0, -8.58333301544189, 0], + "ti": [0, 8.58333301544189, 0] + }, + { + "i": { "x": 0.182, "y": 0.182 }, + "o": { "x": 0.167, "y": 0.167 }, + "n": "0p182_0p182_0p167_0p167", + "t": 76, + "s": [150, 123.5, 0], + "e": [150, 123.5, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { "t": 94 } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [100, 50, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.069, 0.069, 0.667], "y": [0.995, 0.995, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": [ + "0p069_0p995_0p333_0", + "0p069_0p995_0p333_0", + "0p667_1_0p333_0" + ], + "t": 62, + "s": [100, 100, 100], + "e": [80, 80, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": ["0p833_1_0p333_0", "0p833_1_0p333_0", "0p833_1_0p333_0"], + "t": 76, + "s": [80, 80, 100], + "e": [80, 80, 100] + }, + { "t": 94 } + ], + "ix": 6 + } + }, + "ao": 0, + "w": 200, + "h": 100, + "ip": 30, + "op": 120, + "st": 30, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 0, + "nm": "Comp 1", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": 30, + "s": [100], + "e": [60] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": 44, + "s": [60], + "e": [60] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": 62, + "s": [60], + "e": [0] + }, + { "t": 76 } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.182, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "n": "0p182_1_0p333_0", + "t": 30, + "s": [150, 175, 0], + "e": [150, 123.5, 0], + "to": [0, -8.58333301544189, 0], + "ti": [0, 8.58333301544189, 0] + }, + { + "i": { "x": 0.182, "y": 0.182 }, + "o": { "x": 0.167, "y": 0.167 }, + "n": "0p182_0p182_0p167_0p167", + "t": 44, + "s": [150, 123.5, 0], + "e": [150, 123.5, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.182, "y": 1 }, + "o": { "x": 0.167, "y": 0 }, + "n": "0p182_1_0p167_0", + "t": 62, + "s": [150, 123.5, 0], + "e": [150, 86.5, 0], + "to": [0, -6.16666650772095, 0], + "ti": [0, 6.16666650772095, 0] + }, + { "t": 76 } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [100, 50, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.069, 0.069, 0.667], "y": [0.995, 0.995, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": [ + "0p069_0p995_0p333_0", + "0p069_0p995_0p333_0", + "0p667_1_0p333_0" + ], + "t": 30, + "s": [100, 100, 100], + "e": [80, 80, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": ["0p833_1_0p333_0", "0p833_1_0p333_0", "0p833_1_0p333_0"], + "t": 44, + "s": [80, 80, 100], + "e": [80, 80, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "n": ["0p833_1_0p167_0", "0p833_1_0p167_0", "0p833_1_0p167_0"], + "t": 62, + "s": [80, 80, 100], + "e": [50, 50, 100] + }, + { "t": 76 } + ], + "ix": 6 + } + }, + "ao": 0, + "w": 200, + "h": 100, + "ip": -2, + "op": 88, + "st": -2, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 0, + "nm": "Comp 1", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": -1, + "s": [100], + "e": [60] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": 13, + "s": [60], + "e": [60] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": 31, + "s": [60], + "e": [0] + }, + { "t": 45 } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.182, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "n": "0p182_1_0p333_0", + "t": -1, + "s": [150, 175, 0], + "e": [150, 123.5, 0], + "to": [0, -8.58333301544189, 0], + "ti": [0, 8.58333301544189, 0] + }, + { + "i": { "x": 0.182, "y": 0.182 }, + "o": { "x": 0.167, "y": 0.167 }, + "n": "0p182_0p182_0p167_0p167", + "t": 13, + "s": [150, 123.5, 0], + "e": [150, 123.5, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.182, "y": 1 }, + "o": { "x": 0.167, "y": 0 }, + "n": "0p182_1_0p167_0", + "t": 31, + "s": [150, 123.5, 0], + "e": [150, 86.5, 0], + "to": [0, -6.16666650772095, 0], + "ti": [0, 6.16666650772095, 0] + }, + { "t": 45 } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [100, 50, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.069, 0.069, 0.667], "y": [0.995, 0.995, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": [ + "0p069_0p995_0p333_0", + "0p069_0p995_0p333_0", + "0p667_1_0p333_0" + ], + "t": -1, + "s": [100, 100, 100], + "e": [80, 80, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": ["0p833_1_0p333_0", "0p833_1_0p333_0", "0p833_1_0p333_0"], + "t": 13, + "s": [80, 80, 100], + "e": [80, 80, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "n": ["0p833_1_0p167_0", "0p833_1_0p167_0", "0p833_1_0p167_0"], + "t": 31, + "s": [80, 80, 100], + "e": [50, 50, 100] + }, + { "t": 45 } + ], + "ix": 6 + } + }, + "ao": 0, + "w": 200, + "h": 100, + "ip": -33, + "op": 57, + "st": -33, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 0, + "nm": "Comp 1", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": -35, + "s": [100], + "e": [60] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": -21, + "s": [60], + "e": [60] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "n": ["0p833_0p833_0p167_0p167"], + "t": -1, + "s": [60], + "e": [0] + }, + { "t": 13 } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.182, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "n": "0p182_1_0p333_0", + "t": -35, + "s": [150, 175, 0], + "e": [150, 123.5, 0], + "to": [0, -8.58333301544189, 0], + "ti": [0, 8.58333301544189, 0] + }, + { + "i": { "x": 0.182, "y": 0.182 }, + "o": { "x": 0.167, "y": 0.167 }, + "n": "0p182_0p182_0p167_0p167", + "t": -21, + "s": [150, 123.5, 0], + "e": [150, 123.5, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.182, "y": 1 }, + "o": { "x": 0.167, "y": 0 }, + "n": "0p182_1_0p167_0", + "t": -1, + "s": [150, 123.5, 0], + "e": [150, 86.5, 0], + "to": [0, -6.16666650772095, 0], + "ti": [0, 6.16666650772095, 0] + }, + { "t": 13 } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [100, 50, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.069, 0.069, 0.667], "y": [0.995, 0.995, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": [ + "0p069_0p995_0p333_0", + "0p069_0p995_0p333_0", + "0p667_1_0p333_0" + ], + "t": -35, + "s": [100, 100, 100], + "e": [80, 80, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "n": ["0p833_1_0p333_0", "0p833_1_0p333_0", "0p833_1_0p333_0"], + "t": -21, + "s": [80, 80, 100], + "e": [80, 80, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "n": ["0p833_1_0p167_0", "0p833_1_0p167_0", "0p833_1_0p167_0"], + "t": -1, + "s": [80, 80, 100], + "e": [50, 50, 100] + }, + { "t": 13 } + ], + "ix": 6 + } + }, + "ao": 0, + "w": 200, + "h": 100, + "ip": -76, + "op": 14, + "st": -76, + "bm": 0 + } + ], + "markers": [] +} diff --git a/src/assets/animations/succes_tick.json b/src/assets/animations/succes_tick.json index 0ab4f35..6a1bf27 100644 --- a/src/assets/animations/succes_tick.json +++ b/src/assets/animations/succes_tick.json @@ -1 +1,1261 @@ -{"v":"4.8.0","meta":{"g":"LottieFiles AE 3.5.3","a":"","k":"","d":"","tc":""},"fr":30,"ip":0,"op":56,"w":500,"h":500,"nm":"Check Mark","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"line 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[133.203,133.203,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[67.153,0],[0,67.153],[-67.153,0],[0,-67.153]],"o":[[-67.153,0],[0,-67.153],[67.153,0],[0,67.153]],"v":[[0,121.785],[-121.786,-0.001],[0,-121.785],[121.786,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.160784313725,0.658823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4.567,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[133.203,133.203],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15.015,"s":[0]},{"t":25.025512817505,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":5.005,"s":[0]},{"t":15.014770630005,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":5.00500500500501,"op":58.0580580580581,"st":5.00500500500501,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"line 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[126.5,126.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[60.103,0],[0,60.103],[-60.103,0],[0,-60.103]],"o":[[-60.103,0],[0,-60.103],[60.103,0],[0,60.103]],"v":[[0,109],[-109,0],[0,-109],[109,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.043137254902,0.160784313725,0.658823529412,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":7,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[126.5,126.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10.01,"s":[0]},{"t":20.0205078125,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":10.009765625,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":58.0580580580581,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"check mark","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[247.728,250,0],"ix":2},"a":{"a":0,"k":[93.963,79.058,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":25,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[120,120,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":40,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":45,"s":[100,100,100]},{"t":55,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-53.61,8.434],[-21.259,38.706],[53.61,-38.706]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":16.141,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[93.963,79.058],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":68.0580580580581,"st":10,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"circle","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[98.25,98.25,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":15,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":25,"s":[115,115,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":45,"s":[100,100,100]},{"t":55,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-54.124],[54.124,0],[0,54.124],[-54.124,0]],"o":[[0,54.124],[-54.124,0],[0,-54.124],[54.124,0]],"v":[[98,0],[0,98],[-98,0],[0,-98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.784313785329,0.521568627451,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[98.25,98.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":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":58.0580580580581,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"circles","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":50,"s":[100]},{"t":55,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[248.685,246.851,0],"ix":2},"a":{"a":0,"k":[123.082,121.196,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":50,"s":[100,100,100]},{"t":55,"s":[120,120,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-1.964],[1.965,0],[0,1.964],[-1.964,0]],"o":[[0,1.964],[-1.964,0],[0,-1.964],[1.965,0]],"v":[[3.557,0],[-0.001,3.556],[-3.557,0],[-0.001,-3.556]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.674509803922,0.384313755409,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.54,32.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"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,-5.855],[5.855,0],[0,5.855],[-5.856,0]],"o":[[0,5.855],[-5.856,0],[0,-5.855],[5.855,0]],"v":[[10.602,0],[0,10.602],[-10.602,0],[0,-10.602]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.674509803922,0.384313755409,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[233.331,79.874],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-7.129],[7.129,0],[0,7.129],[-7.129,0]],"o":[[0,7.129],[-7.129,0],[0,-7.129],[7.129,0]],"v":[[12.908,0],[0,12.908],[-12.908,0],[0,-12.908]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305882352941,0.84313731474,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":[13.158,79.874],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.475],[3.475,0],[0,3.475],[-3.474,0]],"o":[[0,3.475],[-3.474,0],[0,-3.475],[3.475,0]],"v":[[6.292,0],[-0.001,6.292],[-6.292,0],[-0.001,-6.292]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.305882352941,0.84313731474,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":[239.623,146.646],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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,-1.782],[1.782,0],[0,1.782],[-1.782,0]],"o":[[0,1.782],[-1.782,0],[0,-1.782],[1.782,0]],"v":[[3.227,0],[0,3.227],[-3.227,0],[0,-3.227]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.392156892664,1,0.662745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.716,159.823],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.758],[5.758,0],[0,5.758],[-5.759,0]],"o":[[0,5.758],[-5.759,0],[0,-5.758],[5.758,0]],"v":[[10.427,0],[0,10.426],[-10.427,0],[0,-10.426]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.392156892664,1,0.662745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.393,211.092],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.054],[2.054,0],[0,2.054],[-2.053,0]],"o":[[0,2.054],[-2.053,0],[0,-2.054],[2.054,0]],"v":[[3.719,0],[-0.001,3.719],[-3.719,0],[-0.001,-3.719]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411824544,0.243137269862,0.243137269862,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[187.583,32.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 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,-6.803],[6.802,0],[0,6.803],[-6.803,0]],"o":[[0,6.803],[-6.803,0],[0,-6.803],[6.802,0]],"v":[[12.318,0],[0.001,12.317],[-12.318,0],[0.001,-12.317]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411824544,0.243137269862,0.243137269862,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.34,221.518],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.582],[5.582,0],[0,5.582],[-5.583,0]],"o":[[0,5.582],[-5.583,0],[0,-5.582],[5.582,0]],"v":[[10.107,0],[0,10.107],[-10.108,0],[0,-10.107]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490196108351,0.294117647059,0.752941236309,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.624,10.357],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-2.903],[2.903,0],[0,2.903],[-2.903,0]],"o":[[0,2.903],[-2.903,0],[0,-2.903],[2.903,0]],"v":[[5.257,0],[-0.001,5.257],[-5.257,0],[-0.001,-5.257]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.490196108351,0.294117647059,0.752941236309,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.955,236.884],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":58.0580580580581,"st":0,"bm":0}],"markers":[]} \ No newline at end of file +{ + "v": "4.8.0", + "meta": { "g": "LottieFiles AE 3.5.3", "a": "", "k": "", "d": "", "tc": "" }, + "fr": 30, + "ip": 0, + "op": 56, + "w": 500, + "h": 500, + "nm": "Check Mark", + "ddd": 0, + "assets": [], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "line 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2 }, + "a": { "a": 0, "k": [133.203, 133.203, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [67.153, 0], + [0, 67.153], + [-67.153, 0], + [0, -67.153] + ], + "o": [ + [-67.153, 0], + [0, -67.153], + [67.153, 0], + [0, 67.153] + ], + "v": [ + [0, 121.785], + [-121.786, -0.001], + [0, -121.785], + [121.786, -0.001] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.043137254902, 0.160784313725, 0.658823529412, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 4.567, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [133.203, 133.203], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 15.015, + "s": [0] + }, + { "t": 25.025512817505, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 5.005, + "s": [0] + }, + { "t": 15.014770630005, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 5.00500500500501, + "op": 58.0580580580581, + "st": 5.00500500500501, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "line 1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2 }, + "a": { "a": 0, "k": [126.5, 126.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [60.103, 0], + [0, 60.103], + [-60.103, 0], + [0, -60.103] + ], + "o": [ + [-60.103, 0], + [0, -60.103], + [60.103, 0], + [0, 60.103] + ], + "v": [ + [0, 109], + [-109, 0], + [0, -109], + [109, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.043137254902, 0.160784313725, 0.658823529412, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 7, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [126.5, 126.5], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 10.01, + "s": [0] + }, + { "t": 20.0205078125, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 10.009765625, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 58.0580580580581, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "check mark", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [247.728, 250, 0], "ix": 2 }, + "a": { "a": 0, "k": [93.963, 79.058, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 25, + "s": [0, 0, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 35, + "s": [120, 120, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 40, + "s": [100, 100, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 45, + "s": [100, 100, 100] + }, + { "t": 55, "s": [0, 0, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-53.61, 8.434], + [-21.259, 38.706], + [53.61, -38.706] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 16.141, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [93.963, 79.058], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 10, + "op": 68.0580580580581, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "circle", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2 }, + "a": { "a": 0, "k": [98.25, 98.25, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 15, + "s": [0, 0, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 25, + "s": [115, 115, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 30, + "s": [100, 100, 100] + }, + { + "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 45, + "s": [100, 100, 100] + }, + { "t": 55, "s": [0, 0, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -54.124], + [54.124, 0], + [0, 54.124], + [-54.124, 0] + ], + "o": [ + [0, 54.124], + [-54.124, 0], + [0, -54.124], + [54.124, 0] + ], + "v": [ + [98, 0], + [0, 98], + [-98, 0], + [0, -98] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0, 0.784313785329, 0.521568627451, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [98.25, 98.25], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 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": 58.0580580580581, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "circles", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 50, + "s": [100] + }, + { "t": 55, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [248.685, 246.851, 0], "ix": 2 }, + "a": { "a": 0, "k": [123.082, 121.196, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 35, + "s": [0, 0, 100] + }, + { + "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 50, + "s": [100, 100, 100] + }, + { "t": 55, "s": [120, 120, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -1.964], + [1.965, 0], + [0, 1.964], + [-1.964, 0] + ], + "o": [ + [0, 1.964], + [-1.964, 0], + [0, -1.964], + [1.965, 0] + ], + "v": [ + [3.557, 0], + [-0.001, 3.556], + [-3.557, 0], + [-0.001, -3.556] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.674509803922, 0.384313755409, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [65.54, 32.998], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 1", + "np": 2, + "cix": 2, + "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, -5.855], + [5.855, 0], + [0, 5.855], + [-5.856, 0] + ], + "o": [ + [0, 5.855], + [-5.856, 0], + [0, -5.855], + [5.855, 0] + ], + "v": [ + [10.602, 0], + [0, 10.602], + [-10.602, 0], + [0, -10.602] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.674509803922, 0.384313755409, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [233.331, 79.874], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -7.129], + [7.129, 0], + [0, 7.129], + [-7.129, 0] + ], + "o": [ + [0, 7.129], + [-7.129, 0], + [0, -7.129], + [7.129, 0] + ], + "v": [ + [12.908, 0], + [0, 12.908], + [-12.908, 0], + [0, -12.908] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.305882352941, 0.84313731474, 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": [13.158, 79.874], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -3.475], + [3.475, 0], + [0, 3.475], + [-3.474, 0] + ], + "o": [ + [0, 3.475], + [-3.474, 0], + [0, -3.475], + [3.475, 0] + ], + "v": [ + [6.292, 0], + [-0.001, 6.292], + [-6.292, 0], + [-0.001, -6.292] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.305882352941, 0.84313731474, 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": [239.623, 146.646], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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, -1.782], + [1.782, 0], + [0, 1.782], + [-1.782, 0] + ], + "o": [ + [0, 1.782], + [-1.782, 0], + [0, -1.782], + [1.782, 0] + ], + "v": [ + [3.227, 0], + [0, 3.227], + [-3.227, 0], + [0, -3.227] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.392156892664, 1, 0.662745098039, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [16.716, 159.823], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -5.758], + [5.758, 0], + [0, 5.758], + [-5.759, 0] + ], + "o": [ + [0, 5.758], + [-5.759, 0], + [0, -5.758], + [5.758, 0] + ], + "v": [ + [10.427, 0], + [0, 10.426], + [-10.427, 0], + [0, -10.426] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.392156892664, 1, 0.662745098039, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [208.393, 211.092], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -2.054], + [2.054, 0], + [0, 2.054], + [-2.053, 0] + ], + "o": [ + [0, 2.054], + [-2.053, 0], + [0, -2.054], + [2.054, 0] + ], + "v": [ + [3.719, 0], + [-0.001, 3.719], + [-3.719, 0], + [-0.001, -3.719] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.929411824544, 0.243137269862, 0.243137269862, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [187.583, 32.998], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 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, -6.803], + [6.802, 0], + [0, 6.803], + [-6.803, 0] + ], + "o": [ + [0, 6.803], + [-6.803, 0], + [0, -6.803], + [6.802, 0] + ], + "v": [ + [12.318, 0], + [0.001, 12.317], + [-12.318, 0], + [0.001, -12.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.929411824544, 0.243137269862, 0.243137269862, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [55.34, 221.518], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 8", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -5.582], + [5.582, 0], + [0, 5.582], + [-5.583, 0] + ], + "o": [ + [0, 5.582], + [-5.583, 0], + [0, -5.582], + [5.582, 0] + ], + "v": [ + [10.107, 0], + [0, 10.107], + [-10.108, 0], + [0, -10.107] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.294117647059, 0.752941236309, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [128.624, 10.357], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 9", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -2.903], + [2.903, 0], + [0, 2.903], + [-2.903, 0] + ], + "o": [ + [0, 2.903], + [-2.903, 0], + [0, -2.903], + [2.903, 0] + ], + "v": [ + [5.257, 0], + [-0.001, 5.257], + [-5.257, 0], + [-0.001, -5.257] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.294117647059, 0.752941236309, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [135.955, 236.884], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Group 10", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 58.0580580580581, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} diff --git a/src/assets/animations/trophy.json b/src/assets/animations/trophy.json index a4f54d8..b3a500d 100644 --- a/src/assets/animations/trophy.json +++ b/src/assets/animations/trophy.json @@ -1 +1,9892 @@ -{"v":"5.8.1","fr":30,"ip":0,"op":71,"w":500,"h":500,"nm":"Trophy","ddd":0,"assets":[{"id":"comp_0","nm":"Pre-comp 3","fr":30,"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[391.176,345.588,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[30,30,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":2,"op":17,"st":2,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[344.118,294.118,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[50,50,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":1,"op":16,"st":1,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[151.471,317.647,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[30,30,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":7,"op":22,"st":7,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[104.412,266.176,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[50,50,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":6,"op":21,"st":6,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[342.647,145.588,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[30,30,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":4,"op":19,"st":4,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[295.588,94.118,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[50,50,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":3,"op":18,"st":3,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[133.824,122.059,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[30,30,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":1,"op":16,"st":1,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Pre-comp 2","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[179.412,82.353,0],"ix":2,"l":2},"a":{"a":0,"k":[50,48.5,0],"ix":1,"l":2},"s":{"a":0,"k":[50,50,100],"ix":6,"l":2}},"ao":0,"w":100,"h":97,"ip":0,"op":15,"st":0,"bm":0}]},{"id":"comp_1","nm":"Pre-comp 2","fr":30,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-90,"ix":10},"p":{"a":0,"k":[50.5,47,0],"ix":2,"l":2},"a":{"a":0,"k":[-142.5,-154,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-142.5,-154],[-101.5,-154]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":15,"st":-11,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[50.5,47,0],"ix":2,"l":2},"a":{"a":0,"k":[-142.5,-154,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-142.5,-154],[-101.5,-154]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":15,"st":-11,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[50.5,47,0],"ix":2,"l":2},"a":{"a":0,"k":[-142.5,-154,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-142.5,-154],[-101.5,-154]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":15,"st":-11,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50.5,47,0],"ix":2,"l":2},"a":{"a":0,"k":[-142.5,-154,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-142.5,-154],[-101.5,-154]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[0]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":15,"st":-11,"bm":0}]},{"id":"comp_2","nm":"Pre-comp 1","fr":30,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":30,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 12","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":60,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":90,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":120,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 15","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":150,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 16","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 17","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":210,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 18","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":240,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":270,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":4,"s":[60]},{"t":14,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 21","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":300,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":3,"s":[60]},{"t":13,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":330,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[0,0],[178,0]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.705882352941,0.247058838489,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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":3,"s":[60]},{"t":13,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[60]},{"t":10,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Pre-comp 3","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,0],"ix":1,"l":2},"s":{"a":0,"k":[-100,100,100],"ix":6,"l":2}},"ao":0,"w":500,"h":500,"ip":39,"op":61,"st":39,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Pre-comp 3","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":500,"h":500,"ip":24,"op":46,"st":24,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Cup 3","parent":14,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.371,-98.838,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.8,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[-11.815,0],[0,0],[1.176,-11.756],[0,0],[5.492,54.916],[0,0]],"o":[[0,0],[11.815,0],[0,0],[-5.492,54.916],[0,0],[-1.176,-11.756]],"v":[[-49.8,-128.285],[49.3,-128.285],[70.626,-106.958],[62.096,-21.652],[-62.596,-21.652],[-71.126,-106.958]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.2,"y":0},"t":14,"s":[{"i":[[0,6.785],[0,0],[0,-11.667],[0,0],[0,55.777],[0,0]],"o":[[0,0],[0,8.035],[0,0],[0,54.652],[0,0],[0,-12.042]],"v":[[-0.25,-128.285],[-0.25,-128.285],[-0.25,-106.958],[-0.25,-21.652],[-0.25,-21.652],[-0.25,-106.958]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[-11.815,0],[0,0],[1.176,-11.756],[0,0],[5.492,54.916],[0,0]],"o":[[0,0],[11.815,0],[0,0],[-5.492,54.916],[0,0],[-1.176,-11.756]],"v":[[-49.8,-128.285],[49.3,-128.285],[70.626,-106.958],[62.096,-21.652],[-62.596,-21.652],[-71.126,-106.958]],"c":true}]},{"i":{"x":1,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[-11.815,0],[0,0],[1.176,-11.756],[0,0],[5.492,54.916],[0,0]],"o":[[0,0],[11.815,0],[0,0],[-5.492,54.916],[0,0],[-1.176,-11.756]],"v":[[-49.8,-128.285],[49.3,-128.285],[70.626,-106.958],[62.096,-21.652],[-62.596,-21.652],[-71.126,-106.958]],"c":true}]},{"i":{"x":0.223,"y":1},"o":{"x":0.2,"y":0},"t":31,"s":[{"i":[[0,6.785],[0,0],[0,-11.667],[0,0],[0,55.777],[0,0]],"o":[[0,0],[0,8.035],[0,0],[0,54.652],[0,0],[0,-12.042]],"v":[[-0.25,-128.285],[-0.25,-128.285],[-0.25,-106.958],[-0.25,-21.652],[-0.25,-21.652],[-0.25,-106.958]],"c":true}]},{"t":50,"s":[{"i":[[-11.815,0],[0,0],[1.176,-11.756],[0,0],[5.492,54.916],[0,0]],"o":[[0,0],[11.815,0],[0,0],[-5.492,54.916],[0,0],[-1.176,-11.756]],"v":[[-49.8,-128.285],[49.3,-128.285],[70.626,-106.958],[62.096,-21.652],[-62.596,-21.652],[-71.126,-106.958]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.705882370472,0.247058823705,1],"ix":4},"o":{"a":0,"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":"Cup","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":31,"op":310,"st":10,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 7","tt":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":24,"s":[{"i":[[3.191,-0.395],[2.304,-0.927],[2.095,-1.709],[1.788,-1.877],[0.908,-1.912],[-1.334,-6.312],[-2.779,-4.188],[-3.401,-3.602],[-3.548,-3.297],[-2.312,-2.352],[-2.506,-2.506],[-2.476,-2.535],[-0.232,-1.997],[0.723,-0.831],[0.267,-1.304],[-2.88,-0.857],[1.3,9.712],[4.203,4.76],[9.453,16.328],[-0.295,3.28],[-3.343,1.249],[-4.023,-0.951],[-1.8,-0.768],[-8.286,2.069],[-0.398,3.182],[3.129,3.445],[1.614,1.176],[1.189,0.657],[2.306,0.956],[2.086,0.582]],"o":[[-4.689,0.581],[-2.304,0.927],[-1.938,1.582],[-1.788,1.877],[-3.116,6.566],[1.334,6.312],[2.849,4.294],[3.401,3.602],[2.244,2.084],[2.312,2.352],[2.864,2.864],[2.476,2.535],[0.16,1.372],[-0.723,0.831],[-1.339,6.557],[13.183,3.921],[-1.018,-7.607],[-12.335,-13.97],[-1.509,-2.606],[0.413,-4.602],[3.955,-1.477],[2.275,0.538],[8.878,3.789],[3.458,-0.863],[0.467,-3.729],[-1.703,-1.875],[-1.654,-1.205],[-1.861,-1.028],[-2.371,-0.983],[-7.691,-2.147]],"v":[[-93,-111],[-102.945,-108.846],[-109,-105],[-114.773,-99.748],[-119,-94],[-120.921,-74.216],[-114,-58],[-104.525,-46.252],[-94,-36],[-87.197,-29.316],[-80,-22],[-71.526,-13.849],[-67,-7],[-68.18,-3.949],[-70,-1],[-64,12],[-47,-11],[-59,-30],[-99,-72],[-102,-81],[-94,-91],[-82,-91],[-75,-89],[-55,-79],[-48,-87],[-53,-98],[-58,-101],[-62,-105],[-69,-107],[-75,-110]],"c":true}],"h":1},{"t":25,"s":[{"i":[[6.363,-1.468],[2.979,-2.095],[1.84,-2.639],[0.408,-1.067],[0.408,-1.35],[0.465,-0.387],[0.082,-0.263],[-3.965,-7.542],[-4.029,-4.555],[-0.766,-0.479],[-0.438,-0.523],[-0.104,-0.568],[-0.27,-0.353],[-0.859,-0.529],[-0.842,-0.709],[-4.878,-5.799],[-0.092,-0.71],[0.419,-2.677],[-6.464,-0.238],[-1.53,2.112],[6.189,7.171],[5.82,5.82],[5.515,7.127],[-5.296,5.528],[-9.204,-2.345],[-3.834,-2.514],[-5.231,0.751],[-0.822,3.258],[5.25,2.566],[1.551,0.608]],"o":[[-4.243,0.979],[-2.98,2.096],[-0.962,1.38],[-0.408,1.067],[-0.057,0.189],[-0.465,0.387],[-2.889,9.276],[3.965,7.542],[0.497,0.561],[0.766,0.479],[0.313,0.374],[0.104,0.568],[1.053,1.378],[1.068,0.657],[6.494,5.469],[1.271,1.511],[0.356,2.738],[-1.191,7.598],[4.588,0.169],[8.605,-11.877],[-4.677,-5.419],[-6.151,-6.151],[-4.119,-5.322],[4.622,-4.825],[3.701,0.943],[4.525,2.967],[3.142,-0.451],[2.691,-10.661],[-1.826,-0.892],[-7.754,-3.037]],"v":[[-95,-111],[-105.802,-106.245],[-113,-99],[-114.915,-95.478],[-116,-92],[-116.981,-91.056],[-118,-90],[-114.689,-64.459],[-101,-46],[-98.956,-44.471],[-97,-43],[-96.468,-41.485],[-96,-40],[-92,-37],[-90,-35],[-71,-17],[-65,-8],[-68,-1],[-59,12],[-49,6],[-55,-29],[-72,-45],[-91,-66],[-97,-87],[-77,-91],[-66,-85],[-54,-79],[-46,-86],[-62,-106],[-67,-109]],"c":true}],"h":1},{"t":26,"s":[{"i":[[1.111,-0.113],[2.585,-1.009],[1.674,-1.559],[0.573,-0.084],[0.356,-0.336],[0.475,-0.926],[0.564,-0.79],[0.36,-0.281],[0.285,-0.493],[0.871,-2.718],[0.063,-2.618],[-3.733,-5.588],[-2.015,-2.521],[-0.872,-1.07],[-1.274,-1.411],[-7.648,-7.648],[-0.543,-5.007],[0.55,-2.542],[-2.362,-2.153],[-1.562,7.645],[2.913,4.566],[2.86,3.478],[9.12,11.123],[-1.11,7.282],[-2.157,0.726],[-4.835,-3.467],[-4.962,0.362],[-0.24,6.416],[7.573,3.176],[2.407,0.544]],"o":[[-3.987,0.405],[-2.585,1.009],[-0.352,0.328],[-0.573,0.084],[-0.536,0.507],[-0.475,0.926],[-0.273,0.382],[-0.36,0.281],[-1.452,2.508],[-0.871,2.718],[-0.253,10.508],[1.754,2.625],[0.961,1.203],[1.009,1.238],[6.895,7.635],[5.268,5.268],[0.253,2.337],[-0.918,4.241],[8.175,7.452],[1.806,-8.842],[-2.806,-4.398],[-8.695,-10.574],[-5.23,-6.378],[0.863,-5.666],[7.845,-2.641],[3.765,2.699],[4.671,-0.341],[0.327,-8.737],[-3.3,-1.384],[-5.338,-1.207]],"v":[[-85,-112],[-94.735,-109.865],[-101,-106],[-102.498,-105.506],[-104,-105],[-105.479,-102.712],[-107,-100],[-107.991,-99.083],[-109,-98],[-112.542,-90.083],[-114,-82],[-106,-58],[-100,-51],[-98,-47],[-94,-44],[-75,-23],[-63,-8],[-65,-1],[-63,9],[-43,-1],[-48,-23],[-58,-35],[-84,-62],[-94,-83],[-86,-92],[-64,-86],[-52,-79],[-43,-89],[-63,-108],[-72,-112]],"c":true}],"h":1},{"t":27,"s":[{"i":[[2.317,-0.535],[3.86,-4.04],[1.242,-4.613],[-2.12,-5.938],[-2.373,-3.37],[-0.492,-0.639],[-0.459,-0.632],[-0.8,-1.421],[-0.923,-1.114],[-0.951,-0.655],[-0.472,-0.507],[-0.081,-0.566],[-0.34,-0.374],[-1.019,-0.973],[-0.936,-1.02],[-0.997,-1.18],[-0.954,-1.127],[-0.458,-4.534],[0.591,-1.92],[-7.875,-0.144],[-0.943,9.517],[4.79,6.294],[7.791,10.593],[-2.16,8.125],[-1.994,0.531],[-4.781,-3.242],[-0.608,-0.61],[-0.949,-0.628],[-0.752,8.522],[12.133,3.114]],"o":[[-5.317,1.227],[-3.86,4.04],[-1.851,6.879],[2.12,5.938],[0.571,0.811],[0.492,0.639],[0.875,1.203],[0.8,1.421],[0.723,0.873],[0.951,0.655],[0.337,0.361],[0.081,0.566],[0.99,1.09],[1.018,0.973],[1.058,1.152],[0.997,1.18],[3.481,4.111],[0.271,2.68],[-2.255,7.329],[7.212,0.132],[1.112,-11.222],[-8.19,-10.762],[-4.476,-6.085],[0.814,-3.063],[5.149,-1.372],[0.641,0.434],[1.172,1.175],[7.025,4.649],[0.85,-9.635],[-5.404,-1.387]],"v":[[-82,-111],[-96.057,-102.54],[-104,-89],[-102.668,-69.368],[-95,-55],[-93.416,-52.866],[-92,-51],[-89.536,-46.934],[-87,-43],[-84.312,-40.725],[-82,-39],[-81.502,-37.509],[-81,-36],[-77.959,-32.947],[-75,-30],[-71.923,-26.481],[-69,-23],[-58,-8],[-60,-2],[-51,12],[-38,-5],[-48,-30],[-76,-62],[-84,-85],[-77,-92],[-60,-87],[-57,-85],[-55,-81],[-38,-88],[-65,-111]],"c":true}],"h":1},{"t":28,"s":[{"i":[[9.692,-1.405],[1.755,-0.653],[1.212,-0.989],[0.612,-0.799],[1.064,-1.588],[0.956,-1.834],[0.829,-2.651],[-1.471,-5.599],[-2.124,-4.18],[-2.534,-3.99],[-2.617,-3.613],[-1.064,-1.14],[-0.856,-1.216],[-1.667,-2.958],[-0.212,-2.155],[0.684,-2.633],[-1.441,-2.449],[-1.846,-1.035],[-3.412,0.49],[-1.764,4.555],[0.994,6.213],[1.271,2.573],[1.579,2.614],[5.214,6.995],[2.346,5.732],[-9.454,1.216],[-1.712,-1.097],[-10.861,3.613],[-0.352,2.926],[4.889,4.64]],"o":[[-2.767,0.401],[-1.755,0.653],[-1.489,1.215],[-0.612,0.799],[-1.348,2.013],[-0.956,1.834],[-2.008,6.423],[1.471,5.599],[2.249,4.426],[2.534,3.99],[0.888,1.226],[1.064,1.14],[2.12,3.012],[1.667,2.958],[0.297,3.021],[-0.684,2.633],[0.206,0.35],[1.846,1.035],[3.939,-0.566],[1.764,-4.555],[-0.335,-2.095],[-1.271,-2.573],[-3.799,-6.286],[-5.214,-6.995],[-3.248,-7.936],[1.752,-0.225],[5.75,3.685],[2.926,-0.973],[0.526,-4.371],[-6.865,-6.516]],"v":[[-63,-111],[-69.666,-109.441],[-74,-107],[-76.82,-104.28],[-79,-101],[-82.389,-95.478],[-85,-89],[-85.099,-70.817],[-79,-56],[-71.776,-43.39],[-64,-32],[-60.976,-28.493],[-58,-25],[-52.068,-15.857],[-49,-8],[-50.358,0.429],[-50,8],[-46.904,10.63],[-39,12],[-30.301,3.736],[-29,-13],[-31.567,-20.11],[-36,-28],[-50.589,-48.416],[-63,-68],[-59,-92],[-53,-89],[-34,-79],[-28,-87],[-36,-101]],"c":true}],"h":1},{"t":29,"s":[{"i":[[-2.683,7.317],[-0.869,-1.25],[-0.8,-0.658],[-1.031,-0.204],[-1.563,0.111],[-1.735,1.264],[-0.45,1.828],[3.728,4.807],[2.323,0.76],[3.865,-2.557],[1.585,-3.719],[-0.715,-8.537],[-2.363,-6.29],[-1.877,-4.04],[-1.844,-4.454],[-1.186,-3.102],[-0.134,-2.887],[0.496,-1.449],[0.053,-1.394],[-1.552,-2.05],[-2.93,-0.213],[-1.523,0.346],[-0.883,0.689],[-0.327,1.358],[-0.442,1.593],[1.215,6.113],[1.85,4.387],[0.684,1.501],[0.533,1.264],[2.41,7.866]],"o":[[1.239,1.98],[0.869,1.25],[0.8,0.658],[1.031,0.204],[1.61,-0.114],[1.735,-1.264],[1.234,-5.011],[-3.728,-4.807],[-5.956,-1.948],[-3.865,2.557],[-3.224,7.564],[0.715,8.537],[1.648,4.387],[1.877,4.04],[1.12,2.706],[1.186,3.102],[0.038,0.811],[-0.496,1.449],[-0.136,3.585],[1.552,2.05],[1.025,0.075],[1.523,-0.346],[1.249,-0.974],[0.327,-1.358],[1.71,-6.16],[-1.215,-6.113],[-0.73,-1.733],[-0.684,-1.501],[-3.044,-7.221],[-2.41,-7.866]],"v":[[-33,-87],[-29.914,-82.19],[-27.486,-79.364],[-24.816,-78.105],[-21,-78],[-15.63,-80.215],[-12,-85],[-17.332,-100.689],[-28,-110],[-42.778,-108.25],[-51,-98],[-54.191,-73.044],[-49,-50],[-43.647,-37.55],[-38,-25],[-34.26,-16.136],[-32,-7],[-32.932,-3.437],[-34,1],[-31.799,9.529],[-25,13],[-20.893,12.572],[-17,11],[-14.895,7.464],[-14,3],[-13.83,-15.829],[-19,-32],[-21.148,-36.851],[-23,-41],[-32.295,-63.928]],"c":true}],"h":1},{"t":30,"s":[{"i":[[3.333,-0.976],[1.133,-1.074],[0.545,-1.572],[0.264,-2.087],[0.291,-2.619],[-0.238,-6.751],[-0.732,-6.624],[-0.753,-6.186],[-0.301,-5.438],[0.011,-2.415],[-0.042,-2.238],[-0.282,-1.704],[-0.709,-0.814],[-1.027,-0.436],[-1.371,-0.226],[-1.409,0.198],[-1.139,0.835],[0.122,7.953],[0.958,8.662],[0.318,3.74],[0.375,3.844],[0.571,4.011],[-0.7,2.69],[-0.723,0.668],[-0.748,0.937],[-0.514,0.926],[-0.22,1.386],[0.663,2.516],[0.717,1.6],[2.195,1.193]],"o":[[-2.029,0.594],[-1.133,1.074],[-0.545,1.572],[-0.264,2.087],[-0.729,6.568],[0.238,6.751],[0.732,6.624],[0.753,6.186],[0.124,2.236],[-0.011,2.415],[0.042,2.238],[0.282,1.704],[0.377,0.433],[1.027,0.436],[1.371,0.226],[1.409,-0.198],[3.447,-2.528],[-0.122,-7.953],[-0.353,-3.197],[-0.318,-3.74],[-0.416,-4.266],[-0.571,-4.011],[0.361,-1.39],[0.723,-0.668],[0.726,-0.91],[0.514,-0.926],[0.37,-2.338],[-0.663,-2.516],[-1.885,-4.206],[-2.195,-1.193]],"v":[[-11,-109],[-15.667,-106.502],[-18.108,-102.537],[-19.245,-97.054],[-20,-90],[-20.619,-69.944],[-19.046,-49.805],[-16.7,-30.513],[-15,-13],[-14.877,-5.936],[-14.877,1.132],[-14.438,7.133],[-13,11],[-10.818,12.357],[-7.145,13.403],[-2.899,13.497],[1,12],[5.304,-4.9],[3,-31],[2.016,-41.514],[1,-53],[-0.837,-65.682],[-1,-76],[0.711,-78.84],[3,-81],[4.88,-83.643],[6,-87],[5.316,-94.554],[3,-101],[-2.914,-108.886]],"c":true}],"h":1},{"t":31,"s":[{"i":[[3.441,-0.647],[1.283,-0.953],[0.833,-1.422],[0.508,-1.758],[0.31,-1.96],[-0.087,-1.457],[-0.408,-1.039],[-0.617,-0.938],[-0.714,-1.153],[-0.141,-1.047],[0.131,-1.095],[0.206,-1.125],[0.086,-1.137],[0.415,-3.836],[0.451,-3.58],[0.436,-3.579],[0.369,-3.834],[0.163,-4.005],[-0.565,-3.399],[-1.82,-1.944],[-3.604,0.359],[-1.357,1.89],[-0.311,2.89],[0.076,3.305],[-0.195,3.135],[-0.864,6.178],[-0.881,7.07],[-0.327,7.107],[0.798,6.288],[2.455,2.453]],"o":[[-1.859,0.35],[-1.283,0.953],[-0.833,1.422],[-0.508,1.758],[-0.346,2.191],[0.087,1.457],[0.408,1.039],[0.617,0.938],[0.608,0.981],[0.141,1.047],[-0.131,1.095],[-0.206,1.125],[-0.328,4.346],[-0.415,3.836],[-0.451,3.58],[-0.436,3.579],[-0.363,3.764],[-0.163,4.005],[0.565,3.399],[1.82,1.944],[3.06,-0.305],[1.357,-1.89],[0.311,-2.89],[-0.076,-3.305],[0.275,-4.432],[0.864,-6.178],[0.881,-7.07],[0.327,-7.107],[-0.741,-5.836],[-2.455,-2.453]],"v":[[11,-109],[6.318,-107.013],[3.176,-103.416],[1.196,-98.612],[0,-93],[-0.361,-87.608],[0.409,-83.943],[1.975,-81.057],[4,-78],[5.074,-74.953],[5.041,-71.735],[4.487,-68.399],[4,-65],[2.874,-52.791],[1.563,-41.731],[0.22,-31.056],[-1,-20],[-1.921,-8.134],[-1.45,3.184],[1.995,11.41],[10,14],[16.461,10.561],[18.798,3.245],[18.986,-6.194],[19,-16],[20.851,-32.129],[23.61,-52.216],[25.564,-73.694],[25,-94],[20.025,-106.362]],"c":true}],"h":1},{"t":32,"s":[{"i":[[10.012,-0.857],[0.663,-0.066],[0.696,-0.133],[0.685,-0.25],[0.629,-0.419],[1.161,-1.785],[0.997,-2.24],[0.588,-2.086],[-0.068,-1.321],[-1.507,-1.219],[-0.877,-0.316],[-1.658,-0.093],[-0.11,-0.173],[0.768,-3.552],[0.803,-3.414],[1.144,-4.168],[1.192,-4.1],[1.234,-4.969],[-0.056,-4.277],[-2.293,-3.72],[-5.767,1.698],[-1.257,0.847],[-0.419,0.742],[0.306,2.867],[-0.16,2.647],[-0.757,2.689],[-0.84,3.026],[-1.59,5.162],[-1.1,4.811],[1.605,11.555]],"o":[[-0.585,0.05],[-0.663,0.066],[-0.696,0.133],[-0.685,0.25],[-1.079,0.718],[-1.161,1.785],[-0.997,2.24],[-0.588,2.086],[0.093,1.806],[1.507,1.219],[1.258,0.453],[1.658,0.093],[0.876,1.379],[-0.768,3.552],[-1.23,5.23],[-1.144,4.168],[-1.119,3.847],[-1.234,4.969],[0.062,4.817],[2.293,3.72],[-0.445,0.131],[1.257,-0.847],[1.063,-1.884],[-0.306,-2.867],[0.134,-2.219],[0.757,-2.689],[1.538,-5.541],[1.59,-5.162],[2.433,-10.639],[-1.605,-11.555]],"v":[[27,-109],[25.116,-108.839],[23.066,-108.553],[20.982,-107.991],[19,-107],[15.579,-103.093],[12.28,-96.903],[9.841,-90.262],[9,-85],[11.912,-80.383],[16,-78],[20.861,-77.29],[24,-77],[23.76,-69.026],[21,-58],[17.471,-44.153],[14,-32],[10.119,-18.323],[8,-4],[11.222,9.887],[23,14],[24.852,12.655],[28,10],[28.678,2.572],[28,-6],[29.471,-13.395],[32,-22],[36.828,-38.047],[41,-53],[43.334,-89.622]],"c":true}],"h":1},{"t":33,"s":[{"i":[[-1.692,-0.766],[1.471,-6.219],[2.553,-5.943],[1.166,-2.647],[1.155,-2.664],[1.283,-2.686],[0.627,-2.395],[-0.895,-5.6],[-2.8,-1.331],[-2.452,0.856],[-0.736,1.221],[0.438,2.954],[-0.248,2.689],[-1.182,2.599],[-0.96,2.214],[-0.473,1.359],[-0.575,1.331],[-0.379,0.478],[-0.227,0.489],[-0.098,0.91],[-0.285,0.66],[-1.26,2.459],[-0.88,2.66],[-0.699,3.206],[-0.248,3.282],[3.214,7.139],[7.793,-0.124],[1.212,-0.836],[-16.354,-1.393],[-1.724,3.235]],"o":[[1.434,6.183],[-1.471,6.218],[-1.18,2.747],[-1.166,2.647],[-1.24,2.86],[-1.283,2.686],[-1.379,5.271],[0.895,5.6],[3.456,1.643],[2.452,-0.856],[1.506,-2.497],[-0.438,-2.954],[0.312,-3.39],[1.182,-2.599],[0.535,-1.233],[0.473,-1.359],[0.258,-0.599],[0.379,-0.478],[0.325,-0.701],[0.098,-0.91],[1.079,-2.504],[1.26,-2.459],[0.958,-2.895],[0.698,-3.206],[0.647,-8.57],[-3.214,-7.139],[-2.471,0.04],[-7.887,5.438],[7.4,0.63],[0.183,-0.343]],"v":[[38,-85],[37.49,-66.32],[31,-48],[27.481,-39.938],[24,-32],[20.04,-23.651],[17,-16],[16.366,1.455],[22,13],[31.04,13.648],[36,10],[36.944,1.644],[36,-7],[38.514,-15.882],[42,-23],[43.47,-26.927],[45,-31],[46.023,-32.582],[47,-34],[47.53,-36.53],[48,-39],[51.649,-46.383],[55,-54],[57.532,-63.209],[59,-73],[55.33,-98.02],[39,-110],[28,-106],[26,-77],[36,-83]],"c":true}],"h":1},{"t":34,"s":[{"i":[[14.095,-1.272],[0.937,-0.322],[0.989,-0.507],[0.677,-0.062],[0.614,-0.406],[1.107,-1.421],[0.922,-1.224],[0.408,-0.14],[0.201,-0.216],[0.756,-2.55],[-0.329,-1.4],[-2.06,-1.454],[-3.378,0.441],[-2.23,3.005],[-1.843,-1.444],[-0.405,-1.932],[-0.025,-1.995],[0.392,-1.914],[0.456,-1.6],[2.132,-3.599],[2.472,-4.571],[0.616,-1.544],[0.771,-1.406],[0.656,-1.147],[0.679,-1.473],[-14.013,-1.683],[-0.906,4.713],[-0.286,3.517],[-3.246,5.959],[-1.098,19.932]],"o":[[-2.264,0.204],[-0.937,0.322],[-0.678,0.347],[-0.677,0.062],[-1.651,1.092],[-1.107,1.421],[-0.169,0.224],[-0.407,0.14],[-1.305,1.401],[-0.756,2.55],[0.382,1.624],[2.06,1.454],[3.235,-0.423],[2.23,-3.005],[0.353,0.276],[0.405,1.932],[0.022,1.745],[-0.392,1.914],[-2.002,7.031],[-2.132,3.6],[-0.767,1.416],[-0.616,1.544],[-0.631,1.151],[-0.757,1.324],[-5.008,10.858],[6.28,0.754],[0.78,-4.06],[0.405,-4.988],[8.39,-15.404],[1.187,-21.552]],"v":[[47,-109],[42.544,-108.226],[40,-107],[37.952,-106.544],[36,-106],[31.953,-102.099],[29,-98],[28.025,-97.494],[27,-97],[23.774,-90.499],[23,-84],[26.753,-78.951],[35,-77],[43.044,-83.9],[49,-88],[50.246,-84.288],[51,-78],[50.358,-72.392],[49,-67],[42.853,-52.155],[36,-41],[34.003,-36.492],[32,-32],[29,-29],[27,-24],[32,14],[44,6],[42,-6],[49,-23],[71,-75]],"c":true}],"h":1},{"t":35,"s":[{"i":[[8.043,-0.886],[1.416,-0.578],[2.278,-1.352],[1.236,-0.627],[0.831,-0.763],[0.311,-0.547],[0.347,-0.438],[0.627,-2.982],[-3.135,-2.767],[-3.115,2.252],[-2.844,2.136],[-1.146,-0.796],[-0.7,-3.858],[2.241,-5.103],[2.163,-3.381],[0.336,-0.745],[0.319,-0.495],[4.168,-7.075],[0.392,-6.585],[-1.84,-4.18],[-4.893,0],[-1.309,1.377],[-0.485,1.491],[0.519,2.006],[-0.269,2.498],[-1.51,2.797],[-1.745,2.835],[-3.084,4.604],[-2.081,10.716],[5.726,6.344]],"o":[[-3.056,0.337],[-1.416,0.578],[-1.225,0.727],[-1.236,0.627],[-0.408,0.374],[-0.311,0.547],[-2.626,3.307],[-0.627,2.981],[4.694,4.144],[3.115,-2.252],[2.716,-2.041],[1.146,0.796],[1.126,6.206],[-2.241,5.103],[-0.337,0.526],[-0.336,0.745],[-3.936,6.116],[-4.168,7.075],[-0.255,4.279],[1.841,4.18],[3.279,0],[1.309,-1.377],[0.806,-2.478],[-0.519,-2.006],[0.213,-1.978],[1.511,-2.797],[3.564,-5.791],[5.859,-8.748],[2.529,-13.025],[-5.149,-5.706]],"v":[[54,-109],[47.916,-107.762],[43,-105],[39.204,-103.026],[36,-101],[34.955,-99.548],[34,-98],[28.68,-88.595],[32,-80],[43.387,-78.79],[52,-87],[57.513,-88.924],[60,-82],[57.466,-64.882],[50,-52],[48.986,-49.976],[48,-48],[34.842,-27.852],[27,-7],[29.139,6.709],[39,14],[45.596,11.618],[48,7],[47.903,0.515],[47,-6],[49.851,-13.357],[55,-22],[67,-40],[80,-70],[72,-102]],"c":true}],"h":1},{"t":36,"s":[{"i":[[6.95,-0.74],[2.905,-1.098],[1.338,-1.282],[2.561,-3.354],[-1.377,-4.54],[-1.524,-1.099],[-2.451,-0.109],[-1.063,0.784],[-0.925,0.989],[-2.672,1.205],[-0.427,0.231],[-1.115,-0.377],[-0.221,-2.138],[2.655,-4.292],[0.852,-1.278],[0.353,-0.47],[0.554,-0.76],[0.376,-0.501],[0.552,-0.759],[1.638,-2.261],[2.119,-8.747],[-11.571,0.349],[0.102,-0.212],[-0.6,5.533],[-3.865,5.614],[-3.36,5.017],[-2.959,7.022],[-0.68,2.933],[8.858,3.993],[0.432,0.229]],"o":[[-3.041,0.324],[-2.905,1.098],[-2.132,2.042],[-2.561,3.354],[0.454,1.496],[1.524,1.099],[2.821,0.126],[1.064,-0.784],[2.484,-2.655],[0.357,-0.161],[1.608,-0.869],[1.776,0.601],[0.807,7.818],[-0.965,1.561],[-0.298,0.447],[-0.636,0.848],[-0.344,0.472],[-0.635,0.846],[-1.758,2.419],[-5.704,7.876],[-2.125,8.771],[5.64,-0.17],[2.416,-5.024],[0.401,-3.692],[4.493,-6.525],[4.477,-6.685],[1.175,-2.788],[3.523,-15.198],[-0.36,-0.162],[-3.543,-1.875]],"v":[[60,-109],[50.723,-106.719],[44,-103],[35.868,-94.873],[33,-83],[36.002,-78.96],[42,-77],[47.422,-78.164],[50,-81],[56,-86],[57,-88],[64,-90],[69,-80],[60,-57],[58,-52],[56,-51],[55,-48],[53,-47],[52,-44],[46,-37],[32,-11],[44,14],[53,9],[51,-6],[60,-21],[73,-39],[84,-59],[88,-68],[76,-105],[75,-107]],"c":true}],"h":1},{"t":37,"s":[{"i":[[6.233,-0.744],[3.673,-1.795],[2.536,-2.251],[1.463,-2.357],[-0.21,-2.367],[-1.895,-1.574],[-2.184,-0.066],[-3.996,3.091],[-3.467,-1.045],[-0.259,-4.087],[3.554,-5.557],[3.616,-4.531],[1.087,-12.139],[-9.903,1.954],[-0.682,3.684],[-0.71,4.488],[-0.964,1.734],[-0.939,1.446],[-0.345,0.461],[-0.554,0.76],[-0.376,0.501],[-0.596,0.775],[-1.455,2.193],[-0.623,0.94],[-0.623,0.94],[-0.506,0.737],[-0.962,1.445],[-0.981,1.538],[0.282,9.538],[7.628,4.07]],"o":[[-4.773,0.57],[-3.673,1.795],[-1.358,1.206],[-1.463,2.357],[0.234,2.637],[1.896,1.574],[6.258,0.189],[4.147,-3.208],[2.255,0.68],[0.397,6.272],[-3.899,6.097],[-9.421,11.805],[-1.145,12.792],[3.806,-0.751],[0.803,-4.341],[0.086,-0.546],[0.913,-1.643],[0.285,-0.438],[0.636,-0.848],[0.344,-0.472],[0.653,-0.87],[2.166,-2.819],[1.103,-1.662],[1.103,-1.662],[0.595,-0.897],[0.809,-1.177],[0.873,-1.312],[4.282,-6.717],[-0.374,-12.63],[-4.306,-2.297]],"v":[[65,-109],[52.323,-105.261],[43,-99],[38.324,-93.371],[36,-86],[39.537,-79.572],[46,-77],[57,-84],[70,-90],[76,-79],[68,-59],[56,-43],[35,-8],[50,14],[57,6],[55,-7],[58,-11],[60,-16],[62,-17],[63,-20],[65,-21],[66,-24],[74,-33],[77,-37],[80,-41],[82,-43],[84,-48],[87,-52],[96,-79],[81,-107]],"c":true}],"h":1},{"t":38,"s":[{"i":[[1.647,-0.211],[3.205,-1.278],[3.453,-2.54],[2.196,-2.853],[-1.45,-4.627],[-1.536,-1.121],[-2.416,-0.112],[-2.608,2.496],[-2.576,1.201],[-2.905,-1.487],[-0.312,-4.948],[1.855,-3.591],[1.77,-2.606],[2.135,-2.77],[2.131,-2.486],[4.115,-5.865],[0,-7.076],[-9.381,0.969],[0.945,4.244],[-0.331,2.895],[-2.557,3.213],[-1.725,2.071],[-2.393,3.051],[-0.908,1.137],[-1.532,2.219],[-0.672,1.075],[-1.198,3.937],[3.55,7.75],[6.098,3.388],[1.056,0.329]],"o":[[-2.727,0.349],[-3.205,1.278],[-2.665,1.96],[-2.196,2.853],[0.439,1.403],[1.536,1.121],[3.993,0.185],[2.608,-2.496],[4.069,-1.897],[2.905,1.487],[0.191,3.028],[-1.855,3.591],[-2.331,3.432],[-2.135,2.77],[-5.541,6.463],[-4.115,5.865],[0,10.245],[8.784,-0.907],[-0.459,-2.063],[0.63,-5.51],[1.77,-2.224],[3.326,-3.993],[0.909,-1.159],[1.718,-2.153],[0.596,-0.863],[2.908,-4.652],[3.053,-10.033],[-3.703,-8.083],[-0.968,-0.538],[-4.187,-1.303]],"v":[[69,-109],[60.044,-106.643],[50,-101],[41.914,-94.001],[40,-83],[43.017,-79.032],[49,-77],[58.562,-81.461],[66,-88],[76.817,-88.634],[82,-79],[78.971,-68.684],[73,-59],[66.35,-49.791],[60,-42],[44.844,-23.959],[38,-5],[52,14],[60,1],[58,-6],[68,-20],[73,-27],[82,-37],[84,-41],[90,-47],[92,-51],[100,-66],[98,-93],[86,-106],[82,-109]],"c":true}],"h":1},{"t":39,"s":[{"i":[[6.89,-0.815],[3.45,-1.257],[3.629,-2.669],[2.123,-2.867],[-1.331,-4.445],[-1.321,-1.204],[-2.45,-0.294],[-2.437,1.703],[-1.607,-13.824],[3.698,-5.29],[0.365,-0.487],[0.611,-0.78],[0.417,-0.448],[0.686,-0.803],[2.043,-2.273],[2.527,-10.638],[-10.055,1.039],[-0.351,0.734],[-0.86,5.47],[-1.778,2.471],[-3.623,4.033],[-1.799,1.999],[-1.727,2.054],[-0.83,1.103],[-0.403,0.433],[-0.679,0.936],[-0.711,1.062],[0.53,11.664],[4.486,4.612],[1.94,1.026]],"o":[[-2.573,0.304],[-3.45,1.257],[-2.84,2.088],[-2.123,2.867],[0.267,0.889],[1.321,1.204],[6.346,0.762],[8.352,-5.838],[0.651,5.598],[-0.322,0.461],[-0.659,0.878],[-0.361,0.46],[-0.697,0.749],[-2.476,2.9],[-10.39,11.564],[-3.517,14.807],[4.645,-0.48],[2.721,-5.69],[0.214,-1.358],[3.702,-5.144],[2.269,-2.525],[1.844,-2.05],[0.988,-1.175],[0.337,-0.448],[0.745,-0.8],[0.829,-1.142],[4.953,-7.395],[-0.454,-9.995],[-2.485,-2.555],[-5.035,-2.663]],"v":[[73,-109],[63.792,-106.773],[53,-101],[44.872,-93.767],[43,-83],[45.362,-79.554],[51,-77],[64,-84],[87,-80],[79,-60],[77,-59],[76,-56],[74,-55],[73,-52],[66,-45],[42,-12],[55,14],[63,9],[61,-7],[66,-14],[77,-27],[83,-34],[89,-40],[91,-44],[93,-45],[94,-48],[97,-51],[107,-80],[97,-101],[91,-107]],"c":true}],"h":1},{"t":40,"s":[{"i":[[4.56,-0.479],[2.024,-0.262],[1.95,-0.748],[0.607,-0.565],[0.799,-0.444],[1.906,-1.337],[1.585,-2.101],[0.779,-1.504],[-0.362,-2.331],[-4.248,-0.316],[-3.926,2.486],[-1.573,-12.837],[4.023,-5.229],[6.173,-6.924],[2.693,-4.652],[0.019,-5.058],[-8.53,1.272],[-0.963,3.04],[0.206,2.491],[-0.396,3.016],[-1.573,2.228],[-3.55,3.963],[-1.701,1.835],[-3.405,4.389],[-0.712,0.971],[-1.534,2.568],[-1.537,4.72],[-0.22,2.206],[6.333,4.201],[0.665,0.404]],"o":[[-1.954,0.206],[-2.024,0.262],[-0.772,0.296],[-0.607,0.565],[-2.79,1.549],[-1.906,1.337],[-1.247,1.653],[-0.779,1.504],[0.802,5.157],[6.652,0.495],[9.988,-6.325],[0.794,6.479],[-5.783,7.516],[-4.146,4.65],[-2.608,4.505],[-0.039,10.342],[5.007,-0.747],[0.615,-1.941],[-0.203,-2.447],[0.19,-1.452],[3.567,-5.052],[2.286,-2.552],[3.581,-3.864],[0.608,-0.783],[2.013,-2.745],[2.329,-3.899],[0.731,-2.245],[1.388,-13.905],[-0.823,-0.546],[-5.657,-3.436]],"v":[[77,-109],[70.996,-108.407],[65,-107],[63.02,-105.611],[61,-104],[54.097,-99.914],[49,-95],[45.793,-90.508],[45,-85],[54,-77],[67,-85],[91,-80],[82,-59],[60,-35],[48,-20],[43,-5],[58,14],[65,7],[66,2],[63,-6],[68,-13],[79,-26],[85,-33],[97,-45],[99,-49],[104,-56],[109,-67],[111,-74],[99,-104],[97,-106]],"c":true}],"h":1},{"t":41,"s":[{"i":[[5.891,-0.619],[7.054,-4.41],[-0.705,-7.194],[-5.031,-0.092],[-2.824,1.828],[-0.657,0.394],[-2.013,0.636],[-2.125,-0.552],[-0.418,-5.349],[2.56,-3.348],[0.67,-0.82],[2.544,-2.78],[1.253,-1.437],[1.207,-1.257],[0,-14.229],[-8.933,0.442],[-0.698,1.155],[0.579,3.606],[-0.339,2.536],[-0.446,0.479],[-0.686,0.877],[-0.919,0.987],[-0.682,0.766],[-5.785,6.618],[-0.808,0.985],[-0.432,0.464],[-0.687,0.872],[-1.654,2.521],[-1.364,6.519],[8.91,4.888]],"o":[[-6.357,0.668],[-5.62,3.514],[0.498,5.084],[5.931,0.109],[0.694,-0.449],[1.764,-1.058],[2.338,-0.739],[2.344,0.608],[0.506,6.467],[-0.612,0.801],[-2.183,2.67],[-1.231,1.345],[-1.246,1.429],[-12.272,12.774],[0,8.527],[2.795,-0.138],[0.685,-1.133],[-0.352,-2.197],[0.226,-1.696],[0.726,-0.779],[1.372,-1.753],[0.681,-0.732],[7.305,-8.207],[0.724,-0.829],[0.388,-0.473],[0.724,-0.777],[1.893,-2.404],[3.54,-5.395],[3.454,-16.502],[-6.286,-3.448]],"v":[[80,-109],[59,-102],[47,-86],[57,-77],[68,-84],[70,-85],[77,-89],[87,-90],[95,-79],[86,-61],[85,-58],[77,-51],[74,-46],[70,-42],[45,-5],[59,14],[67,10],[68,1],[65,-6],[69,-11],[70,-14],[75,-18],[76,-21],[96,-40],[98,-44],[100,-45],[101,-48],[107,-55],[114,-71],[99,-106]],"c":true}],"h":1},{"t":42,"s":[{"i":[[5.581,-0.632],[7.165,-4.053],[-1.142,-7.166],[-1.553,-1.381],[-2.421,-0.18],[-1.8,1.565],[-1.521,0.984],[-3.539,1.312],[-2.811,-0.562],[-1.738,-1.872],[-0.263,-3.155],[2.61,-4.713],[9.48,-10.878],[1.233,-1.504],[1.8,-3.22],[0.368,-5.272],[-1.843,-2.869],[-6.806,1.534],[-0.796,2.513],[0.246,2.439],[-0.489,3.636],[-0.368,0.49],[-0.662,0.792],[-3.438,3.791],[-5.613,8.462],[-1.561,2.724],[-1.17,6.131],[7.022,5.403],[0.481,0.217],[0.411,0.238]],"o":[[-5.48,0.621],[-7.166,4.053],[0.366,2.296],[1.553,1.381],[3.279,0.244],[1.8,-1.565],[2.031,-1.314],[3.54,-1.312],[1.785,0.357],[1.738,1.872],[0.371,4.452],[-8.341,15.06],[-1.324,1.52],[-2.438,2.974],[-1.597,2.857],[-0.327,4.68],[1.338,2.084],[3.671,-0.828],[0.639,-2.018],[-0.224,-2.216],[0.192,-1.43],[0.677,-0.903],[3.676,-4.395],[7.576,-8.354],[1.656,-2.497],[2.724,-4.753],[2.594,-13.588],[-0.41,-0.315],[-0.349,-0.157],[-5.679,-3.284]],"v":[[82,-109],[60.534,-101.908],[49,-85],[51.959,-79.413],[58,-77],[65.318,-79.579],[70,-84],[78.915,-88.407],[89,-90],[94.642,-86.599],[98,-79],[94,-68],[61,-32],[58,-27],[51,-19],[47,-7],[50,8],[63,14],[69,7],[70,2],[67,-6],[71,-11],[72,-14],[85,-27],[108,-52],[112,-59],[117,-72],[106,-104],[104,-104],[103,-106]],"c":true}],"h":1},{"t":43,"s":[{"i":[[4.927,-0.558],[3.542,-1.123],[3.644,-2.146],[2.59,-2.62],[-0.351,-3.759],[-1.728,-1.527],[-1.838,-0.203],[-1.693,1.27],[-1.334,1.242],[-1.264,0.661],[-0.923,0.407],[-1.021,0.334],[-1.016,0.265],[-2.77,-1.549],[-1.102,-4.061],[2.077,-3.671],[2.572,-3.066],[2.696,-2.589],[1.977,-1.977],[2.091,-10.911],[-10.779,1.307],[-1.057,1.787],[-1.051,5.198],[-2.459,2.941],[-0.93,1.141],[-3.209,2.975],[-2.158,2.158],[-2.093,2.308],[-2.789,7.123],[11.877,6.689]],"o":[[-3.189,0.361],[-3.542,1.123],[-2.991,1.761],[-2.59,2.62],[0.251,2.69],[1.728,1.527],[2.895,0.32],[1.693,-1.27],[1.02,-0.95],[1.264,-0.661],[0.9,-0.398],[1.021,-0.334],[4.816,-1.257],[2.77,1.549],[0.882,3.25],[-2.077,3.671],[-2.239,2.668],[-2.696,2.589],[-9.81,9.81],[-2.071,10.81],[1.08,-0.131],[3.745,-6.328],[0.488,-2.412],[0.944,-1.129],[2.981,-3.657],[2.545,-2.359],[2.037,-2.037],[5.832,-6.43],[6.585,-16.816],[-5.88,-3.312]],"v":[[84,-109],[73.841,-106.839],[63,-102],[53.993,-95.498],[50,-86],[53.309,-79.635],[59,-77],[65.671,-78.829],[70,-83],[73.573,-85.407],[77,-87],[79.913,-88.099],[83,-89],[94.285,-88.489],[100,-80],[97.591,-69.362],[90,-59],[82.303,-50.981],[75,-44],[49,-10],[63,14],[70,10],[69,-7],[75,-14],[77,-18],[87,-28],[95,-34],[101,-41],[118,-64],[105,-106]],"c":true}],"h":1},{"t":44,"s":[{"i":[[5.115,-0.566],[0.943,-0.154],[1.191,-0.267],[0.914,-0.327],[1.32,-0.463],[1.941,-0.604],[1.595,-1.01],[0.14,-0.424],[0.226,-0.169],[0.793,-0.671],[0.484,-0.704],[-9.232,-0.443],[-2.197,1.257],[-5.522,-1.014],[-0.547,-6.508],[2.724,-4.107],[3.049,-2.882],[3.51,-5.292],[1.328,-2.294],[0.363,-1.894],[-1.376,-2.868],[-5.947,0.179],[-0.63,1.987],[-1.123,6.386],[-1.55,1.785],[-9.427,10.506],[-1.063,1.345],[-1.763,2.75],[0.099,8.822],[7.131,4.016]],"o":[[-1.038,0.115],[-0.943,0.154],[-1.026,0.231],[-0.914,0.327],[-1.639,0.575],[-1.941,0.604],[-0.215,0.136],[-0.14,0.424],[-0.907,0.68],[-1.156,0.978],[-5.414,7.879],[4.964,0.238],[4.374,-2.503],[3.374,0.62],[0.679,8.082],[-3.097,4.669],[-5.604,5.298],[-2.105,3.173],[-1.447,2.499],[-1.606,8.373],[2.312,4.819],[6.404,-0.193],[2.077,-6.55],[0.135,-0.768],[10.333,-11.897],[0.89,-0.991],[2.309,-2.921],[3.774,-5.887],[-0.135,-11.968],[-6.041,-3.402]],"v":[[86,-109],[83.114,-108.614],[80,-108],[77.22,-107.174],[74,-106],[68.467,-104.326],[63,-102],[62.508,-101.025],[62,-100],[59,-99],[55,-95],[61,-77],[75,-85],[93,-90],[103,-79],[91,-58],[78,-44],[61,-28],[54,-19],[50,-11],[52,6],[63,14],[72,7],[70,-7],[75,-14],[107,-45],[109,-49],[115,-56],[123,-79],[107,-106]],"c":true}],"h":1},{"t":45,"s":[{"i":[[0.261,-0.024],[8.017,-4.31],[-2.441,-8.274],[-1.328,-1.18],[-2.397,-0.288],[-2.528,1.81],[-1.946,1.114],[-3.131,1.036],[-3.078,-0.516],[-1.994,-1.612],[-0.453,-3.289],[2.299,-3.506],[2.393,-2.681],[2.722,-2.635],[2.206,-2.206],[2.769,-2.663],[2.362,-2.786],[2.18,-3.757],[0.046,-4.341],[-2.666,-3.677],[-4.385,0.463],[1.056,5.63],[-0.76,4],[-2.669,2.987],[-6.78,6.435],[-3.89,11.92],[3.755,5.161],[2.881,1.299],[0.428,0.231],[7.572,0.345]],"o":[[-5.371,0.485],[-8.018,4.31],[0.293,0.992],[1.328,1.18],[2.942,0.353],[2.528,-1.81],[2.397,-1.371],[3.131,-1.036],[1.571,0.263],[1.994,1.612],[0.59,4.296],[-2.299,3.506],[-2.904,3.254],[-2.722,2.635],[-2.564,2.564],[-2.769,2.663],[-2.232,2.632],[-2.181,3.757],[-0.05,4.755],[2.666,3.677],[7.589,-0.801],[-0.441,-2.352],[0.115,-0.608],[6.683,-7.478],[10.619,-10.079],[3.595,-11.016],[-2.432,-3.343],[-0.358,-0.161],[-4.269,-2.305],[-0.985,-0.045]],"v":[[88,-109],[64.641,-101.842],[53,-83],[55.422,-79.472],[61,-77],[69.247,-79.9],[76,-85],[84.489,-88.916],[94,-90],[99.839,-87.269],[104,-80],[100.738,-68.289],[93,-59],[84.476,-50.214],[77,-43],[68.849,-35.167],[61,-27],[53.861,-17.282],[50,-5],[54.174,8.414],[65,14],[73,1],[71,-7],[77,-15],[99,-36],[123,-69],[118,-97],[110,-104],[109,-106],[90,-110]],"c":true}],"h":1},{"t":46,"s":[{"i":[[0.261,-0.024],[3.609,-1.108],[3.998,-2.245],[-0.756,-8.148],[-4.586,-0.172],[-3.519,2.276],[-3.334,0.953],[-4.742,-2.039],[-0.147,-6.015],[1.516,-2.355],[5.212,-4.928],[2.644,-2.52],[2.302,-2.807],[1.252,-1.683],[0.027,-7.326],[-9.201,1.116],[1.156,7.206],[-0.386,2.527],[-2.006,2.278],[-4.659,4.126],[-1.031,0.939],[-4.081,4.977],[-0.432,0.464],[-0.685,0.891],[-1.167,2.216],[0.124,6.681],[1.678,2.899],[2.982,2.713],[0.823,0.444],[6.03,0.275]],"o":[[-3.566,0.322],[-3.609,1.108],[-6.202,3.483],[0.531,5.729],[7.273,0.272],[2.833,-1.832],[3.97,-1.135],[1.682,0.723],[0.086,3.512],[-5.448,8.46],[-2.964,2.802],[-3.241,3.089],[-1.422,1.734],[-3.514,4.726],[-0.035,9.359],[6.251,-0.758],[-0.396,-2.471],[0.249,-1.627],[4.982,-5.658],[1.278,-1.132],[5.173,-4.711],[0.388,-0.473],[0.73,-0.785],[2.117,-2.754],[2.635,-5.004],[-0.117,-6.315],[-2.072,-3.579],[-2.029,-1.847],[-4.47,-2.413],[-0.985,-0.045]],"v":[[89,-109],[78.324,-106.942],[67,-102],[53,-86],[63,-77],[73,-83],[84,-88],[99,-89],[106,-78],[101,-67],[78,-42],[69,-35],[62,-26],[58,-22],[51,-5],[66,14],[74,1],[71,-6],[77,-13],[93,-29],[97,-32],[112,-49],[114,-50],[115,-53],[121,-60],[126,-79],[121,-94],[115,-101],[110,-106],[91,-110]],"c":true}],"h":1},{"t":47,"s":[{"i":[[0.256,-0.022],[2.254,-0.585],[3.206,-1.332],[1.791,-0.633],[1.243,-0.803],[0.459,-0.344],[0.796,-0.69],[0.578,-2.536],[-5.412,-0.37],[-5.389,2.961],[-5.612,-7.141],[4.373,-4.9],[5.997,-4.909],[3.55,-3.74],[1.212,-6.251],[-3.531,-3.523],[-4.555,1.079],[-0.436,0.887],[-0.723,4.885],[-1.207,1.819],[-1.929,1.28],[-0.83,0.751],[-7.632,9.27],[-2.211,5.316],[-0.595,2.568],[2.654,4.923],[0.466,0.486],[3.364,1.516],[0.428,0.231],[8.55,0.39]],"o":[[-3.78,0.33],[-2.254,0.585],[-1.595,0.663],[-1.791,0.633],[-0.437,0.283],[-0.915,0.687],[-2.477,2.147],[-1.81,7.935],[5.485,0.375],[9.229,-5.071],[7.221,9.187],[-7.227,8.097],[-4.679,3.831],[-5.316,5.6],[-1.874,9.669],[2.82,2.814],[1.501,-0.355],[3.521,-7.157],[0.248,-1.678],[1.85,-2.789],[1.033,-0.685],[9.235,-8.355],[4.474,-5.434],[0.69,-1.658],[2.05,-8.853],[-0.787,-1.461],[-2.878,-3.004],[-0.358,-0.161],[-4.426,-2.389],[-0.981,-0.045]],"v":[[90,-109],[81.569,-107.752],[74,-105],[68.736,-103.105],[64,-101],[63,-99],[60,-98],[54,-90],[63,-77],[78,-85],[104,-85],[96,-60],[77,-41],[65,-29],[52,-11],[57,10],[68,14],[74,9],[72,-6],[79,-15],[86,-22],[88,-24],[112,-48],[124,-64],[126,-71],[123,-92],[121,-96],[112,-104],[111,-106],[92,-110]],"c":true}],"h":1},{"t":48,"s":[{"i":[[5.707,-0.548],[3.607,-1.102],[4.005,-2.249],[2.819,-2.546],[-0.378,-4.074],[-1.662,-1.648],[-2.151,-0.238],[-1.707,1.271],[-1.321,1.23],[-4.305,1.431],[-2.995,-0.388],[-2.217,-1.571],[-0.439,-4.495],[2.592,-3.463],[2.102,-2.328],[3.975,-3.638],[4.112,-3.924],[2.697,-3.058],[1.5,-3.18],[0.57,-2.285],[-0.267,-2.771],[-10.363,1.257],[1.29,7.424],[-0.455,2.952],[-2.67,2.951],[-4.807,4.372],[-3.133,3.133],[-1.813,14.684],[3.516,5.047],[5.309,2.786]],"o":[[-3.566,0.342],[-3.607,1.102],[-3.101,1.742],[-2.819,2.546],[0.201,2.169],[1.662,1.648],[2.852,0.316],[1.707,-1.271],[1.786,-1.663],[4.305,-1.431],[1.695,0.22],[2.216,1.571],[0.471,4.82],[-2.592,3.463],[-4.989,5.524],[-3.975,3.638],[-2.714,2.59],[-2.697,3.058],[-0.985,2.088],[-0.571,2.285],[0.413,4.288],[6.161,-0.747],[-0.406,-2.339],[0.384,-2.489],[5.442,-6.015],[2.741,-2.493],[10.566,-10.566],[1.415,-11.462],[-3.734,-5.361],[-5.857,-3.073]],"v":[[90,-109],[79.329,-106.93],[68,-102],[58.391,-95.749],[54,-86],[57.038,-80.051],[63,-77],[69.648,-78.841],[74,-83],[84.094,-88.039],[96,-90],[102.442,-87.706],[107,-79],[102.93,-66.631],[95,-58],[81.841,-44.8],[70,-34],[61.59,-25.442],[55,-16],[52.561,-9.512],[52,-2],[67,14],[75,1],[72,-6],[79,-14],[94,-29],[102,-37],[127,-73],[121,-96],[111,-106]],"c":true}],"h":1},{"t":49,"s":[{"i":[[3.726,-0.269],[3.866,-1.088],[4.144,-2.403],[2.823,-2.612],[-0.276,-3.822],[-1.586,-1.63],[-2.499,-0.282],[-1.548,1.293],[-1.59,1.192],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.118,-3.707],[1.76,-2.908],[6.757,-6.211],[3.75,-10.485],[-0.208,-3.713],[-1.091,-1.383],[2.067,12.881],[-0.361,2.289],[-1.78,2.037],[-2.428,2.305],[-7.457,6.16],[-3.098,4.195],[3.88,12.637],[0.571,0.761],[0.508,0.74],[2.927,1.694],[0.556,0.251]],"o":[[-3.391,0.245],[-3.866,1.088],[-2.984,1.73],[-2.823,2.612],[0.159,2.197],[1.586,1.63],[3.218,0.363],[1.548,-1.293],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[2.825,2.405],[0.108,3.373],[-5.399,8.92],[-11.244,10.335],[-2.003,5.601],[0.162,2.889],[6.774,8.581],[-0.434,-2.706],[0.207,-1.314],[2.331,-2.667],[8.916,-8.463],[4.571,-3.776],[5.652,-7.653],[-0.646,-2.104],[-0.616,-0.821],[-3.524,-5.128],[-0.784,-0.454],[-4.8,-2.162]],"v":[[91,-109],[80.065,-107.118],[68,-102],[58.555,-95.569],[54,-86],[56.744,-80.063],[63,-77],[69.721,-78.833],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[108,-78],[104,-68],[82,-45],[54,-13],[52,-3],[56,9],[75,1],[72,-6],[78,-13],[85,-20],[107,-41],[118,-54],[127,-87],[123,-93],[122,-96],[112,-105],[110,-107]],"c":true}],"h":1},{"t":50,"s":[{"i":[[10.014,-0.756],[0.334,0.01],[0.332,-0.013],[7.34,-4.098],[-0.047,-5.375],[-1.561,-1.849],[-2.735,-0.328],[-1.553,1.304],[-1.559,1.17],[-0.564,0.12],[-0.354,0.225],[-4.846,0.868],[-3.148,-2.679],[-0.605,-0.782],[-0.453,-0.912],[2.39,-3.712],[5.022,-4.916],[1.428,-1.092],[0.716,-0.65],[4.753,-5.254],[0.052,-8.184],[-9.639,1.902],[0.967,6.027],[-0.365,2.287],[-0.108,0.144],[-0.519,0.745],[-3.935,3.656],[-4.823,4.433],[-3.771,12.303],[9.393,5.781]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.69,0.232],[-7.339,4.098],[0.02,2.276],[1.561,1.849],[3.227,0.388],[1.553,-1.304],[0.392,-0.294],[0.564,-0.12],[3.47,-2.209],[4.846,-0.868],[1.127,0.96],[0.605,0.782],[2.799,5.636],[-4.487,6.967],[-2.004,1.962],[-0.743,0.568],[-5.103,4.635],[-4.541,5.021],[-0.059,9.36],[6.182,-1.22],[-0.434,-2.705],[0.005,-0.029],[0.621,-0.828],[3.433,-4.925],[6.122,-5.688],[10.354,-9.517],[4.825,-15.744],[-6.583,-4.051]],"v":[[91,-109],[90.001,-108.991],[89,-109],[67.197,-101.857],[54,-87],[56.464,-80.539],[63,-77],[69.751,-78.832],[74,-83],[75.529,-83.551],[77,-84],[90.242,-89.166],[103,-87],[105.506,-84.464],[107,-82],[103,-67],[88,-50],[82,-44],[79,-43],[63,-27],[52,-5],[68,14],[75,1],[72,-6],[74,-7],[75,-10],[86,-21],[101,-35],[126,-68],[114,-104]],"c":true}],"h":1},{"t":51,"s":[{"i":[[10.014,-0.756],[0.334,0.01],[0.332,-0.013],[7.385,-4.171],[-0.434,-6.076],[-1.652,-1.692],[-2.25,-0.27],[-3.046,2.238],[-3.59,1.436],[-3.744,0.083],[-2.191,-1.865],[-0.881,-1.501],[-0.057,-1.79],[1.061,-1.93],[0.82,-1.273],[2.519,-2.714],[2.61,-2.555],[1.071,-1.118],[0.714,-0.546],[0.716,-0.65],[4.921,-5.441],[0,-8.425],[-9.948,1.963],[0.967,6.027],[-0.361,2.289],[-1.893,2.135],[-2.46,2.285],[-4.891,4.496],[-3.77,12.301],[9.393,5.781]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.894,0.24],[-7.385,4.171],[0.141,1.96],[1.652,1.692],[3.227,0.388],[3.046,-2.238],[3.834,-1.534],[3.744,-0.083],[1.418,1.208],[0.881,1.501],[0.064,2.005],[-1.061,1.93],[-2.312,3.591],[-2.519,2.714],[-1.002,0.981],[-1.071,1.118],[-0.743,0.568],[-5.167,4.692],[-4.504,4.98],[0,9.142],[6.182,-1.22],[-0.434,-2.706],[0.105,-0.668],[2.217,-2.501],[6.163,-5.726],[10.351,-9.515],[4.825,-15.744],[-6.583,-4.051]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.754,-101.877],[54,-86],[56.918,-80.233],[63,-77],[72.227,-80.632],[82,-87],[93.732,-89.55],[103,-87],[106.521,-82.937],[108,-78],[106.163,-71.951],[103,-67],[95.723,-57.723],[88,-50],[84.784,-46.674],[82,-44],[79,-43],[63,-27],[52,-5],[68,14],[75,1],[72,-6],[78,-14],[86,-21],[101,-35],[126,-68],[114,-104]],"c":true}],"h":1},{"t":52,"s":[{"i":[[12.38,-0.935],[0.334,0.01],[0.332,-0.013],[7.395,-4.231],[-0.401,-5.84],[-1.589,-1.631],[-2.495,-0.281],[-1.556,1.296],[-1.569,1.177],[-0.708,0.451],[-6.344,-5.401],[-0.118,-3.707],[1.553,-2.412],[2.109,-2.261],[3.479,-3.032],[1.015,-0.925],[4.884,-5.399],[0.457,-0.597],[0.675,-0.881],[0.965,-1.73],[-4.653,-6.739],[-6.717,1.325],[0.967,6.027],[-0.361,2.289],[-1.893,2.135],[-2.46,2.285],[-4.813,4.442],[-3.763,12.278],[3.547,5.784],[3.366,3.062]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.822,0.237],[-7.395,4.231],[0.151,2.196],[1.589,1.631],[3.209,0.362],[1.556,-1.296],[0.784,-0.588],[6.92,-4.404],[2.825,2.405],[0.127,3.97],[-1.794,2.785],[-3.802,4.076],[-1.461,1.273],[-5.345,4.868],[-0.563,0.622],[-0.636,0.832],[-1.303,1.701],[-4.265,7.65],[2.215,3.208],[6.182,-1.22],[-0.434,-2.706],[0.105,-0.668],[2.217,-2.501],[6.121,-5.687],[10.358,-9.559],[2.752,-8.978],[-2.654,-4.329],[-7.422,-6.753]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.832,-101.702],[54,-86],[56.742,-80.064],[63,-77],[69.73,-78.846],[74,-83],[77,-84],[103,-87],[108,-78],[103,-67],[96,-58],[84,-46],[79,-43],[63,-27],[61,-25],[60,-22],[56,-18],[56,8],[68,14],[75,1],[72,-6],[78,-14],[86,-21],[101,-35],[126,-68],[124,-93],[117,-101]],"c":true}],"h":1},{"t":53,"s":[{"i":[[12.304,-0.929],[0.334,0.01],[0.332,-0.013],[7.404,-4.223],[-0.424,-5.87],[-1.586,-1.63],[-2.499,-0.282],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.882,-1.486],[-0.059,-1.853],[1.066,-1.956],[0.799,-1.242],[3.42,-3.683],[2.926,-2.55],[1.015,-0.925],[4.644,-5.08],[-8.281,-11.995],[-6.717,1.325],[0.967,6.027],[-0.361,2.289],[-1.837,2.073],[-2.369,2.222],[-4.859,4.485],[13.718,22.37],[3.366,3.062]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.806,0.237],[-7.404,4.223],[0.159,2.197],[1.586,1.63],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[1.412,1.203],[0.882,1.486],[0.061,1.934],[-1.066,1.956],[-2.394,3.718],[-3.42,3.683],[-1.461,1.273],[-5.408,4.924],[-7.65,8.367],[2.215,3.208],[6.182,-1.22],[-0.434,-2.706],[0.097,-0.617],[2.18,-2.459],[6.391,-5.993],[13.758,-12.697],[-2.654,-4.329],[-7.482,-6.808]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.828,-101.724],[54,-86],[56.744,-80.063],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[106.515,-82.988],[108,-78],[106.146,-71.981],[103,-67],[93.899,-55.624],[84,-46],[79,-43],[63,-27],[56,8],[68,14],[75,1],[72,-6],[78,-14],[86,-21],[101,-35],[124,-93],[117,-101]],"c":true}],"h":1},{"t":54,"s":[{"i":[[12.304,-0.929],[0.334,0.01],[0.332,-0.013],[7.404,-4.223],[-0.424,-5.87],[-1.586,-1.63],[-2.499,-0.282],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.882,-1.486],[-0.059,-1.853],[1.066,-1.956],[0.799,-1.242],[3.42,-3.683],[2.926,-2.55],[1.015,-0.925],[4.644,-5.08],[-8.281,-11.995],[-6.717,1.325],[0.967,6.027],[-0.361,2.289],[-1.837,2.073],[-2.369,2.222],[-4.843,4.499],[13.699,22.339],[3.366,3.062]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.806,0.237],[-7.404,4.223],[0.159,2.197],[1.586,1.63],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[1.412,1.203],[0.882,1.486],[0.061,1.934],[-1.066,1.956],[-2.394,3.718],[-3.42,3.683],[-1.461,1.273],[-5.408,4.924],[-7.65,8.367],[2.215,3.208],[6.182,-1.22],[-0.434,-2.706],[0.097,-0.617],[2.18,-2.459],[6.39,-5.993],[13.777,-12.8],[-2.654,-4.329],[-7.482,-6.808]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.828,-101.724],[54,-86],[56.744,-80.063],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[106.515,-82.988],[108,-78],[106.146,-71.981],[103,-67],[93.899,-55.624],[84,-46],[79,-43],[63,-27],[56,8],[68,14],[75,1],[72,-6],[78,-14],[86,-21],[101,-35],[124,-93],[117,-101]],"c":true}],"h":1},{"t":55,"s":[{"i":[[12.3,-0.929],[0.334,0.01],[0.332,-0.013],[7.404,-4.223],[-0.424,-5.87],[-1.586,-1.63],[-2.499,-0.282],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-6.344,-5.401],[-0.118,-3.707],[1.809,-2.989],[6.743,-6.198],[3.75,-10.485],[-0.208,-3.713],[-1.091,-1.383],[2.067,12.881],[-0.361,2.289],[-1.831,2.095],[-2.428,2.305],[-3.88,3.668],[-1.006,0.754],[-0.796,0.79],[-2.045,2.458],[-2.43,5.656],[-0.59,2.441],[2.858,4.937],[2.61,2.375]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.806,0.237],[-7.404,4.223],[0.159,2.197],[1.586,1.63],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[6.92,-4.404],[2.825,2.405],[0.107,3.347],[-5.399,8.921],[-11.244,10.335],[-2.003,5.601],[0.162,2.889],[6.774,8.581],[-0.434,-2.706],[0.213,-1.349],[2.331,-2.667],[5.725,-5.434],[1.796,-1.698],[0.952,-0.714],[2.279,-2.261],[4.543,-5.459],[0.729,-1.698],[2.288,-9.461],[-1.972,-3.406],[-7.468,-6.795]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.828,-101.724],[54,-86],[56.744,-80.063],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[103,-87],[108,-78],[104,-68],[82,-45],[54,-13],[52,-3],[56,9],[75,1],[72,-6],[78,-13],[85,-20],[99,-34],[104,-39],[107,-40],[113,-48],[125,-64],[127,-71],[123,-94],[117,-101]],"c":true}],"h":1},{"t":56,"s":[{"i":[[12.291,-0.928],[0.334,0.01],[0.332,-0.013],[7.404,-4.223],[-0.424,-5.87],[-1.585,-1.63],[-2.5,-0.282],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.118,-3.707],[1.809,-2.989],[6.743,-6.198],[3.75,-10.485],[-0.208,-3.713],[-1.091,-1.383],[2.067,12.881],[-0.361,2.289],[-1.78,2.037],[-2.428,2.305],[-5.434,5.059],[-0.68,0.664],[-2.148,2.482],[-1.904,2.579],[0.202,10.903],[1.709,2.951],[2.701,2.457]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.806,0.237],[-7.404,4.223],[0.159,2.197],[1.585,1.63],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[2.825,2.405],[0.107,3.347],[-5.399,8.921],[-11.244,10.335],[-2.003,5.601],[0.162,2.889],[6.774,8.581],[-0.434,-2.706],[0.207,-1.314],[2.331,-2.667],[7.595,-7.21],[0.69,-0.642],[2.343,-2.289],[2.151,-2.486],[4.975,-6.737],[-0.118,-6.386],[-1.971,-3.404],[-7.448,-6.777]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.828,-101.724],[54,-86],[56.744,-80.063],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[108,-78],[104,-68],[82,-45],[54,-13],[52,-3],[56,9],[75,1],[72,-6],[78,-13],[85,-20],[103,-38],[106,-39],[112,-47],[118,-54],[128,-79],[123,-94],[117,-101]],"c":true}],"h":1},{"t":57,"s":[{"i":[[12.291,-0.928],[0.334,0.01],[0.332,-0.013],[7.406,-4.223],[-0.432,-5.871],[-1.584,-1.63],[-2.502,-0.282],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.882,-1.486],[-0.059,-1.853],[0.787,-1.708],[0.904,-1.495],[6.663,-6.125],[3.75,-10.485],[-0.208,-3.713],[-1.091,-1.383],[2.067,12.881],[-0.361,2.289],[-1.78,2.037],[-2.428,2.305],[-7.457,6.16],[-0.666,0.747],[0.293,15.788],[1.709,2.951],[2.701,2.457]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.806,0.237],[-7.406,4.223],[0.162,2.198],[1.584,1.63],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[1.412,1.203],[0.882,1.486],[0.053,1.673],[-0.787,1.708],[-5.368,8.869],[-11.244,10.335],[-2.003,5.601],[0.162,2.889],[6.774,8.581],[-0.434,-2.706],[0.207,-1.314],[2.331,-2.667],[8.916,-8.463],[0.788,-0.651],[8.101,-9.083],[-0.118,-6.386],[-1.971,-3.404],[-7.448,-6.777]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.821,-101.725],[54,-86],[56.745,-80.063],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[106.515,-82.988],[108,-78],[106.719,-72.866],[104,-68],[82,-45],[54,-13],[52,-3],[56,9],[75,1],[72,-6],[78,-13],[85,-20],[107,-41],[109,-43],[128,-79],[123,-94],[117,-101]],"c":true}],"h":1},{"t":58,"s":[{"i":[[12.291,-0.928],[0.334,0.01],[0.332,-0.013],[7.406,-4.223],[-0.432,-5.871],[-1.584,-1.63],[-2.502,-0.282],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.882,-1.486],[-0.059,-1.853],[0.787,-1.708],[0.904,-1.495],[6.663,-6.125],[3.75,-10.485],[-0.208,-3.713],[-1.091,-1.383],[2.067,12.881],[-0.361,2.289],[-1.78,2.037],[-2.428,2.305],[-7.457,6.16],[-0.666,0.747],[0.293,15.788],[1.709,2.951],[2.701,2.457]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.806,0.237],[-7.406,4.223],[0.162,2.198],[1.584,1.63],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[1.412,1.203],[0.882,1.486],[0.053,1.673],[-0.787,1.708],[-5.368,8.869],[-11.244,10.335],[-2.003,5.601],[0.162,2.889],[6.774,8.581],[-0.434,-2.706],[0.207,-1.314],[2.331,-2.667],[8.916,-8.463],[0.788,-0.651],[8.101,-9.083],[-0.118,-6.386],[-1.971,-3.404],[-7.448,-6.777]],"v":[[91,-109],[90.001,-108.991],[89,-109],[66.821,-101.725],[54,-86],[56.745,-80.063],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[106.515,-82.988],[108,-78],[106.719,-72.866],[104,-68],[82,-45],[54,-13],[52,-3],[56,9],[75,1],[72,-6],[78,-13],[85,-20],[107,-41],[109,-43],[128,-79],[123,-94],[117,-101]],"c":true}],"h":1},{"t":59,"s":[{"i":[[0.233,-0.018],[0.334,0.01],[0.332,-0.013],[7.34,-4.074],[-0.087,-5.471],[-1.568,-1.799],[-2.689,-0.303],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.118,-3.707],[1.665,-2.75],[6.591,-6.058],[3.695,-10.333],[-0.208,-3.713],[-1.136,-1.439],[2.07,12.899],[-0.361,2.289],[-2.204,2.522],[-2.383,2.262],[-7.197,5.946],[-3.098,4.195],[0.194,10.463],[2.607,2.721],[3.203,1.444],[0.428,0.231],[6.327,0.288]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.729,0.234],[-7.339,4.074],[0.04,2.501],[1.568,1.799],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[2.825,2.405],[0.102,3.205],[-5.468,9.033],[-11.226,10.319],[-2.003,5.601],[0.162,2.892],[6.756,8.557],[-0.434,-2.706],[0.214,-1.36],[2.256,-2.581],[8.329,-7.906],[4.571,-3.776],[4.943,-6.693],[-0.111,-5.958],[-2.958,-3.088],[-0.358,-0.161],[-4.365,-2.357],[-0.963,-0.044]],"v":[[91,-109],[90.001,-108.991],[89,-109],[67.138,-101.928],[54,-87],[56.513,-80.352],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[108,-78],[104,-68],[82,-45],[54,-13],[52,-3],[56,9],[75,1],[72,-6],[78,-13],[85,-20],[107,-41],[118,-54],[128,-79],[122,-96],[113,-104],[112,-106],[93,-110]],"c":true}],"h":1},{"t":60,"s":[{"i":[[12.291,-0.928],[0.334,0.01],[0.332,-0.013],[7.34,-4.074],[-0.087,-5.471],[-1.568,-1.799],[-2.689,-0.303],[-1.556,1.296],[-1.569,1.177],[-0.564,0.12],[-0.354,0.225],[-4.842,0.875],[-3.172,-2.701],[-0.882,-1.486],[-0.059,-1.853],[0.805,-1.756],[0.833,-1.375],[6.591,-6.058],[3.695,-10.333],[-0.208,-3.713],[-1.136,-1.439],[2.07,12.899],[-0.361,2.289],[-1.78,2.037],[-2.428,2.305],[-7.457,6.16],[-0.666,0.747],[0.293,15.788],[1.709,2.951],[2.701,2.457]],"o":[[-0.331,0.025],[-0.334,-0.01],[-5.729,0.234],[-7.339,4.074],[0.04,2.501],[1.568,1.799],[3.209,0.362],[1.556,-1.296],[0.392,-0.294],[0.564,-0.12],[3.46,-2.202],[4.842,-0.875],[1.412,1.203],[0.882,1.486],[0.051,1.602],[-0.805,1.756],[-5.468,9.033],[-11.226,10.319],[-2.003,5.601],[0.162,2.892],[6.756,8.557],[-0.434,-2.706],[0.207,-1.314],[2.331,-2.667],[8.916,-8.463],[0.788,-0.651],[8.101,-9.083],[-0.118,-6.386],[-1.971,-3.404],[-7.448,-6.777]],"v":[[91,-109],[90.001,-108.991],[89,-109],[67.138,-101.928],[54,-87],[56.513,-80.352],[63,-77],[69.73,-78.846],[74,-83],[75.529,-83.551],[77,-84],[90.216,-89.177],[103,-87],[106.515,-82.988],[108,-78],[106.663,-72.829],[104,-68],[82,-45],[54,-13],[52,-3],[56,9],[75,1],[72,-6],[78,-13],[85,-20],[107,-41],[109,-43],[128,-79],[123,-94],[117,-101]],"c":true}],"h":1}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.525490196078,0.270588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":31,"op":300,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 4","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.016,54.049,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"t":50,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.525490196078,0.270588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[43.313,-47.836],"ix":2},"a":{"a":0,"k":[43.313,-47.836],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"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":24,"op":31,"st":10,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 1","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.016,54.049,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"t":50,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.525490196078,0.270588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[43.313,-47.836],"ix":2},"a":{"a":0,"k":[43.313,-47.836],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"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":18,"st":10,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 5","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.016,54.049,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[-100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"t":50,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.525490196078,0.270588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-78.173,-47.836],"ix":2},"a":{"a":0,"k":[-78.173,-47.836],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"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":18,"op":24,"st":10,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Cup 2","parent":15,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.815,0],[0,0],[1.176,-11.756],[0,0],[5.492,54.916],[0,0]],"o":[[0,0],[11.815,0],[0,0],[-5.492,54.916],[0,0],[-1.176,-11.756]],"v":[[-49.55,-73.91],[49.55,-73.91],[70.876,-52.583],[62.346,32.723],[-62.346,32.723],[-70.876,-52.583]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.705882370472,0.247058823705,1],"ix":4},"o":{"a":0,"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":"Cup","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":310,"st":10,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Star 4 :M","parent":15,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[-225,-6.953,0],"to":[75,0,0],"ti":[-75,0,0]},{"t":50,"s":[225,-6.953,0]}],"ix":2,"l":2},"a":{"a":0,"k":[24.984,188.998,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.278,-3.874],[6.547,-0.032],[5.316,3.822],[2.054,6.217],[-1.993,6.237],[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237]],"o":[[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237],[5.278,-3.874],[6.547,-0.033],[5.316,3.822],[2.054,6.217],[-1.993,6.237]],"v":[[19.304,28.834],[0.146,23.68],[-18.962,29.022],[-19.98,9.209],[-30.965,-7.313],[-12.436,-14.404],[-0.118,-29.957],[12.352,-14.526],[30.95,-7.617],[20.128,9.011]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,188.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[-200.016,188.998],"ix":2},"a":{"a":0,"k":[249.984,188.998],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star 4","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.278,-3.874],[6.547,-0.032],[5.316,3.822],[2.054,6.217],[-1.993,6.237],[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237]],"o":[[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237],[5.278,-3.874],[6.547,-0.033],[5.316,3.822],[2.054,6.217],[-1.993,6.237]],"v":[[19.304,28.834],[0.146,23.68],[-18.962,29.022],[-19.98,9.209],[-30.965,-7.313],[-12.436,-14.404],[-0.118,-29.957],[12.352,-14.526],[30.95,-7.617],[20.128,9.011]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,188.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[-50.016,188.998],"ix":2},"a":{"a":0,"k":[249.984,188.998],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star 3","np":1,"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":[[5.278,-3.874],[6.547,-0.032],[5.316,3.822],[2.054,6.217],[-1.993,6.237],[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237]],"o":[[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237],[5.278,-3.874],[6.547,-0.033],[5.316,3.822],[2.054,6.217],[-1.993,6.237]],"v":[[19.304,28.834],[0.146,23.68],[-18.962,29.022],[-19.98,9.209],[-30.965,-7.313],[-12.436,-14.404],[-0.118,-29.957],[12.352,-14.526],[30.95,-7.617],[20.128,9.011]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,188.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[99.984,188.998],"ix":2},"a":{"a":0,"k":[249.984,188.998],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star 2","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.278,-3.874],[6.547,-0.032],[5.316,3.822],[2.054,6.217],[-1.993,6.237],[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237]],"o":[[-5.278,3.874],[-6.547,0.032],[-5.316,-3.822],[-2.054,-6.217],[1.993,-6.237],[5.278,-3.874],[6.547,-0.033],[5.316,3.822],[2.054,6.217],[-1.993,6.237]],"v":[[19.304,28.834],[0.146,23.68],[-18.962,29.022],[-19.98,9.209],[-30.965,-7.313],[-12.436,-14.404],[-0.118,-29.957],[12.352,-14.526],[30.95,-7.617],[20.128,9.011]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,188.998],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,188.998],"ix":2},"a":{"a":0,"k":[249.984,188.998],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Star","np":1,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":310,"st":10,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Black Stand 2","parent":14,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-24.605,0],[0,0],[18.303,0]],"o":[[-18.303,0],[0,0],[24.605,0],[0,0]],"v":[[-42.653,-29.114],[-53.962,29.114],[53.962,29.114],[42.653,-29.114]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.349019616842,0.345098048449,0.43137255311,1],"ix":4},"o":{"a":0,"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":"Black Stand","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":310,"st":10,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"White Stand 4 :M","parent":14,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[-225,-1.544,0],"to":[75,0,0],"ti":[-75,0,0]},{"t":50,"s":[225,-1.544,0]}],"ix":2,"l":2},"a":{"a":0,"k":[24.984,347.302,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.323,0],[0,0],[-1.582,-4.024],[0,0],[4.323,0],[0,0],[-1.582,4.024],[0,0]],"o":[[0,0],[4.323,0],[0,0],[1.582,4.024],[0,0],[-4.323,0],[0,0],[1.582,-4.024]],"v":[[-25.949,-12.268],[25.998,-12.268],[33.803,-4.464],[37.313,4.464],[31.758,12.268],[-32.174,12.268],[-37.263,4.464],[-33.753,-4.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,347.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":"White Stand","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[-200.016,347.302],"ix":2},"a":{"a":0,"k":[249.984,347.302],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand 4","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.323,0],[0,0],[-1.582,-4.024],[0,0],[4.323,0],[0,0],[-1.582,4.024],[0,0]],"o":[[0,0],[4.323,0],[0,0],[1.582,4.024],[0,0],[-4.323,0],[0,0],[1.582,-4.024]],"v":[[-25.949,-12.268],[25.998,-12.268],[33.803,-4.464],[37.313,4.464],[31.758,12.268],[-32.174,12.268],[-37.263,4.464],[-33.753,-4.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,347.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":"White Stand","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[-50.016,347.302],"ix":2},"a":{"a":0,"k":[249.984,347.302],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand 3","np":1,"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":[[-4.323,0],[0,0],[-1.582,-4.024],[0,0],[4.323,0],[0,0],[-1.582,4.024],[0,0]],"o":[[0,0],[4.323,0],[0,0],[1.582,4.024],[0,0],[-4.323,0],[0,0],[1.582,-4.024]],"v":[[-25.949,-12.268],[25.998,-12.268],[33.803,-4.464],[37.313,4.464],[31.758,12.268],[-32.174,12.268],[-37.263,4.464],[-33.753,-4.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,347.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":"White Stand","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[99.984,347.302],"ix":2},"a":{"a":0,"k":[249.984,347.302],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand 2","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.323,0],[0,0],[-1.582,-4.024],[0,0],[4.323,0],[0,0],[-1.582,4.024],[0,0]],"o":[[0,0],[4.323,0],[0,0],[1.582,4.024],[0,0],[-4.323,0],[0,0],[1.582,-4.024]],"v":[[-25.949,-12.268],[25.998,-12.268],[33.803,-4.464],[37.313,4.464],[31.758,12.268],[-32.174,12.268],[-37.263,4.464],[-33.753,-4.464]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,347.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":"White Stand","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[249.984,347.302],"ix":2},"a":{"a":0,"k":[249.984,347.302],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"White Stand","np":1,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":310,"st":10,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Black Stand","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"k":[{"s":[90],"t":2,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[88.052],"t":3,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[83.09],"t":4,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[75.985],"t":5,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[67.277],"t":6,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[57.336],"t":7,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[46.447],"t":8,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[34.86],"t":9,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[10.836],"t":11,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0],"t":12,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-6.514],"t":13,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-10.253],"t":14,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-11.772],"t":15,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-11.657],"t":16,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-10.457],"t":17,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-8.646],"t":18,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-6.599],"t":19,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-4.592],"t":20,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-2.804],"t":21,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-1.336],"t":22,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.223],"t":23,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.544],"t":24,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[1.006],"t":25,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[1.219],"t":26,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[1.245],"t":27,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[1.142],"t":28,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.963],"t":29,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.75],"t":30,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.535],"t":31,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.34],"t":32,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.176],"t":33,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.049],"t":34,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.04],"t":35,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.097],"t":36,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.125],"t":37,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.132],"t":38,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.124],"t":39,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.107],"t":40,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.085],"t":41,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.062],"t":42,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.041],"t":43,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.023],"t":44,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.008],"t":45,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.002],"t":46,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.009],"t":47,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.013],"t":48,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.014],"t":49,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.013],"t":50,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.012],"t":51,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.01],"t":52,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.007],"t":53,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.005],"t":54,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.003],"t":55,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0.001],"t":56,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0],"t":57,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.001],"t":58,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.001],"t":59,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.001],"t":60,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.001],"t":61,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.001],"t":62,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.001],"t":63,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[-0.001],"t":65,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0],"t":66,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0],"t":67,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0],"t":68,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}},{"s":[0],"t":69,"i":{"x":[1],"y":[1]},"o":{"x":[0],"y":[0]}}]},"p":{"k":[{"s":[138.235,254.547,0],"t":0,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[143.584,250.368,0],"t":1,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[157.812,240.556,0],"t":2,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[179.791,229.215,0],"t":3,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[209.087,221.759,0],"t":4,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[243.189,225.873,0],"t":5,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[274.404,246.799,0],"t":6,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[294.84,281.274,0],"t":7,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[299.502,322.507,0],"t":8,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[282.589,360.014,0],"t":9,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[249.984,377.959,0],"t":10,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[228.111,384.013,0],"t":11,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[215.555,387.488,0],"t":12,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[210.454,388.9,0],"t":13,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[210.841,388.792,0],"t":14,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[214.869,387.678,0],"t":15,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[220.951,385.994,0],"t":16,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[227.823,384.092,0],"t":17,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[234.564,382.227,0],"t":18,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[240.567,380.565,0],"t":19,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[245.498,379.201,0],"t":20,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[249.235,378.166,0],"t":21,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[251.813,377.453,0],"t":22,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[253.364,377.023,0],"t":23,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[254.079,376.826,0],"t":24,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[254.164,376.802,0],"t":25,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[253.818,376.898,0],"t":26,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[253.217,377.064,0],"t":27,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[252.503,377.262,0],"t":28,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[251.782,377.461,0],"t":29,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[251.126,377.643,0],"t":30,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[250.576,377.795,0],"t":31,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[250.15,377.913,0],"t":32,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[249.849,377.996,0],"t":33,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[249.66,378.049,0],"t":34,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[249.909,377.98,0],"t":42,"i":{"x":1,"y":1},"o":{"x":0,"y":0}}],"l":2},"a":{"a":0,"k":[0,29.114,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"t":10,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"ef":[{"ty":5,"nm":"Elastic Controller","np":5,"mn":"Pseudo/MDS Elastic Controller","ix":1,"en":1,"ef":[{"ty":0,"nm":"Amplitude","mn":"Pseudo/MDS Elastic Controller-0001","ix":1,"v":{"a":0,"k":20,"ix":1}},{"ty":0,"nm":"Frequency","mn":"Pseudo/MDS Elastic Controller-0002","ix":2,"v":{"a":0,"k":40,"ix":2}},{"ty":0,"nm":"Decay","mn":"Pseudo/MDS Elastic Controller-0003","ix":3,"v":{"a":0,"k":60,"ix":3}}]},{"ty":5,"nm":"Elastic Controller 2","np":5,"mn":"Pseudo/MDS Elastic Controller","ix":2,"en":1,"ef":[{"ty":0,"nm":"Amplitude","mn":"Pseudo/MDS Elastic Controller-0001","ix":1,"v":{"a":0,"k":20,"ix":1}},{"ty":0,"nm":"Frequency","mn":"Pseudo/MDS Elastic Controller-0002","ix":2,"v":{"a":0,"k":40,"ix":2}},{"ty":0,"nm":"Decay","mn":"Pseudo/MDS Elastic Controller-0003","ix":3,"v":{"a":0,"k":60,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-24.605,0],[0,0],[18.303,0]],"o":[[-18.303,0],[0,0],[24.605,0],[0,0]],"v":[[-42.653,-29.114],[-53.962,29.114],[53.962,29.114],[42.653,-29.114]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.349019616842,0.345098048449,0.43137255311,1],"ix":4},"o":{"a":0,"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":"Black Stand","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":310,"st":10,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Cup","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-152.895,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-11.815,0],[0,0],[1.176,-11.756],[0,0],[5.492,54.916],[0,0]],"o":[[0,0],[11.815,0],[0,0],[-5.492,54.916],[0,0],[-1.176,-11.756]],"v":[[-49.55,-73.91],[49.55,-73.91],[70.876,-52.583],[62.346,32.723],[-62.346,32.723],[-70.876,-52.583]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.705882370472,0.247058823705,1],"ix":4},"o":{"a":0,"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":"Cup","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":310,"st":10,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Stand","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-56.636,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[19.235,36.65],[0,0],[-15.853,-38.082],[0,0]],"o":[[0,0],[-20.405,35.342],[0,0],[17.561,-38.659]],"v":[[-33.841,-56.55],[33.841,-56.55],[25.31,56.55],[-25.31,56.55]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.525490224361,0.270588248968,1],"ix":4},"o":{"a":0,"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":"Stand","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":310,"st":10,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Shape Layer 3","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.016,54.049,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"t":50,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.525490196078,0.270588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[43.313,-47.836],"ix":2},"a":{"a":0,"k":[43.313,-47.836],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"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":18,"op":24,"st":10,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Shape Layer 6","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.016,54.049,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[-100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"t":50,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.525490196078,0.270588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-78.173,-47.836],"ix":2},"a":{"a":0,"k":[-78.173,-47.836],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"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":24,"op":310,"st":10,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Shape Layer 2","parent":15,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.016,54.049,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[-100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[0,0],[11.928,-26.533],[-4,-20],[1.5,-2]],"o":[[-4.5,-7],[-12.25,27.25],[0.88,4.401],[-1.5,2]],"v":[[-64.5,-87],[-116.25,-85.75],[-62.5,-7],[-65.5,4]],"c":false}]},{"t":50,"s":[{"i":[[0,0],[-11.928,-26.533],[4,-20],[-1.5,-2]],"o":[[4.5,-7],[12.25,27.25],[-0.88,4.401],[1.5,2]],"v":[[64.42,-87],[116.17,-85.75],[62.42,-7],[65.42,4]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,0.525490196078,0.270588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":20,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-78.173,-47.836],"ix":2},"a":{"a":0,"k":[-78.173,-47.836],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"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":18,"st":10,"bm":0},{"ddd":0,"ind":21,"ty":0,"nm":"Pre-comp 1","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":60,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":500,"h":500,"ip":16,"op":316,"st":16,"bm":0},{"ddd":0,"ind":22,"ty":0,"nm":"Pre-comp 1","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2,"l":2},"a":{"a":0,"k":[250,250,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":500,"h":500,"ip":11,"op":311,"st":11,"bm":0}],"markers":[]} \ No newline at end of file +{ + "v": "5.8.1", + "fr": 30, + "ip": 0, + "op": 71, + "w": 500, + "h": 500, + "nm": "Trophy", + "ddd": 0, + "assets": [ + { + "id": "comp_0", + "nm": "Pre-comp 3", + "fr": 30, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [391.176, 345.588, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [30, 30, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 2, + "op": 17, + "st": 2, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [344.118, 294.118, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [50, 50, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 1, + "op": 16, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [151.471, 317.647, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [30, 30, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 7, + "op": 22, + "st": 7, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [104.412, 266.176, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [50, 50, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 6, + "op": 21, + "st": 6, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [342.647, 145.588, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [30, 30, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 4, + "op": 19, + "st": 4, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [295.588, 94.118, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [50, 50, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 3, + "op": 18, + "st": 3, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [133.824, 122.059, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [30, 30, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 1, + "op": 16, + "st": 1, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 0, + "nm": "Pre-comp 2", + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [179.412, 82.353, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [50, 48.5, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [50, 50, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 100, + "h": 97, + "ip": 0, + "op": 15, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_1", + "nm": "Pre-comp 2", + "fr": 30, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 12", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { "a": 0, "k": [50.5, 47, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [-142.5, -154, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-142.5, -154], + [-101.5, -154] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 4, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [0] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 15, + "st": -11, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [50.5, 47, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [-142.5, -154, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-142.5, -154], + [-101.5, -154] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 4, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [0] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 15, + "st": -11, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 90, "ix": 10 }, + "p": { "a": 0, "k": [50.5, 47, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [-142.5, -154, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-142.5, -154], + [-101.5, -154] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 4, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [0] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 15, + "st": -11, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [50.5, 47, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [-142.5, -154, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-142.5, -154], + [-101.5, -154] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 4, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [0] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [0] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 15, + "st": -11, + "bm": 0 + } + ] + }, + { + "id": "comp_2", + "nm": "Pre-comp 1", + "fr": 30, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Shape Layer 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Shape Layer 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 30, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Shape Layer 12", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 60, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 13", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 90, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Shape Layer 14", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 120, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "Shape Layer 15", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 150, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "Shape Layer 16", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 4, + "nm": "Shape Layer 17", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 210, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "Shape Layer 18", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 240, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "Shape Layer 19", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 270, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 4, + "s": [60] + }, + { "t": 14, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 4, + "nm": "Shape Layer 21", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 300, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 3, + "s": [60] + }, + { "t": 13, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "Shape Layer 20", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 330, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [178, 0] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.705882352941, 0.247058838489, 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": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Shape 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 3, + "s": [60] + }, + { "t": 13, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 0, + "s": [60] + }, + { "t": 10, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Trim Paths 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 300, + "st": 0, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 0, + "nm": "Pre-comp 3", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [250, 250, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 500, + "h": 500, + "ip": 39, + "op": 61, + "st": 39, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 0, + "nm": "Pre-comp 3", + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [250, 250, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 500, + "h": 500, + "ip": 24, + "op": 46, + "st": 24, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Cup 3", + "parent": 14, + "td": 1, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.371, -98.838, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { "x": 0.8, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [ + { + "i": [ + [-11.815, 0], + [0, 0], + [1.176, -11.756], + [0, 0], + [5.492, 54.916], + [0, 0] + ], + "o": [ + [0, 0], + [11.815, 0], + [0, 0], + [-5.492, 54.916], + [0, 0], + [-1.176, -11.756] + ], + "v": [ + [-49.8, -128.285], + [49.3, -128.285], + [70.626, -106.958], + [62.096, -21.652], + [-62.596, -21.652], + [-71.126, -106.958] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.2, "y": 0 }, + "t": 14, + "s": [ + { + "i": [ + [0, 6.785], + [0, 0], + [0, -11.667], + [0, 0], + [0, 55.777], + [0, 0] + ], + "o": [ + [0, 0], + [0, 8.035], + [0, 0], + [0, 54.652], + [0, 0], + [0, -12.042] + ], + "v": [ + [-0.25, -128.285], + [-0.25, -128.285], + [-0.25, -106.958], + [-0.25, -21.652], + [-0.25, -21.652], + [-0.25, -106.958] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 18, + "s": [ + { + "i": [ + [-11.815, 0], + [0, 0], + [1.176, -11.756], + [0, 0], + [5.492, 54.916], + [0, 0] + ], + "o": [ + [0, 0], + [11.815, 0], + [0, 0], + [-5.492, 54.916], + [0, 0], + [-1.176, -11.756] + ], + "v": [ + [-49.8, -128.285], + [49.3, -128.285], + [70.626, -106.958], + [62.096, -21.652], + [-62.596, -21.652], + [-71.126, -106.958] + ], + "c": true + } + ] + }, + { + "i": { "x": 1, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 24, + "s": [ + { + "i": [ + [-11.815, 0], + [0, 0], + [1.176, -11.756], + [0, 0], + [5.492, 54.916], + [0, 0] + ], + "o": [ + [0, 0], + [11.815, 0], + [0, 0], + [-5.492, 54.916], + [0, 0], + [-1.176, -11.756] + ], + "v": [ + [-49.8, -128.285], + [49.3, -128.285], + [70.626, -106.958], + [62.096, -21.652], + [-62.596, -21.652], + [-71.126, -106.958] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.223, "y": 1 }, + "o": { "x": 0.2, "y": 0 }, + "t": 31, + "s": [ + { + "i": [ + [0, 6.785], + [0, 0], + [0, -11.667], + [0, 0], + [0, 55.777], + [0, 0] + ], + "o": [ + [0, 0], + [0, 8.035], + [0, 0], + [0, 54.652], + [0, 0], + [0, -12.042] + ], + "v": [ + [-0.25, -128.285], + [-0.25, -128.285], + [-0.25, -106.958], + [-0.25, -21.652], + [-0.25, -21.652], + [-0.25, -106.958] + ], + "c": true + } + ] + }, + { + "t": 50, + "s": [ + { + "i": [ + [-11.815, 0], + [0, 0], + [1.176, -11.756], + [0, 0], + [5.492, 54.916], + [0, 0] + ], + "o": [ + [0, 0], + [11.815, 0], + [0, 0], + [-5.492, 54.916], + [0, 0], + [-1.176, -11.756] + ], + "v": [ + [-49.8, -128.285], + [49.3, -128.285], + [70.626, -106.958], + [62.096, -21.652], + [-62.596, -21.652], + [-71.126, -106.958] + ], + "c": true + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.705882370472, 0.247058823705, 1], + "ix": 4 + }, + "o": { "a": 0, "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": "Cup", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 31, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Shape Layer 7", + "tt": 2, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "t": 24, + "s": [ + { + "i": [ + [3.191, -0.395], + [2.304, -0.927], + [2.095, -1.709], + [1.788, -1.877], + [0.908, -1.912], + [-1.334, -6.312], + [-2.779, -4.188], + [-3.401, -3.602], + [-3.548, -3.297], + [-2.312, -2.352], + [-2.506, -2.506], + [-2.476, -2.535], + [-0.232, -1.997], + [0.723, -0.831], + [0.267, -1.304], + [-2.88, -0.857], + [1.3, 9.712], + [4.203, 4.76], + [9.453, 16.328], + [-0.295, 3.28], + [-3.343, 1.249], + [-4.023, -0.951], + [-1.8, -0.768], + [-8.286, 2.069], + [-0.398, 3.182], + [3.129, 3.445], + [1.614, 1.176], + [1.189, 0.657], + [2.306, 0.956], + [2.086, 0.582] + ], + "o": [ + [-4.689, 0.581], + [-2.304, 0.927], + [-1.938, 1.582], + [-1.788, 1.877], + [-3.116, 6.566], + [1.334, 6.312], + [2.849, 4.294], + [3.401, 3.602], + [2.244, 2.084], + [2.312, 2.352], + [2.864, 2.864], + [2.476, 2.535], + [0.16, 1.372], + [-0.723, 0.831], + [-1.339, 6.557], + [13.183, 3.921], + [-1.018, -7.607], + [-12.335, -13.97], + [-1.509, -2.606], + [0.413, -4.602], + [3.955, -1.477], + [2.275, 0.538], + [8.878, 3.789], + [3.458, -0.863], + [0.467, -3.729], + [-1.703, -1.875], + [-1.654, -1.205], + [-1.861, -1.028], + [-2.371, -0.983], + [-7.691, -2.147] + ], + "v": [ + [-93, -111], + [-102.945, -108.846], + [-109, -105], + [-114.773, -99.748], + [-119, -94], + [-120.921, -74.216], + [-114, -58], + [-104.525, -46.252], + [-94, -36], + [-87.197, -29.316], + [-80, -22], + [-71.526, -13.849], + [-67, -7], + [-68.18, -3.949], + [-70, -1], + [-64, 12], + [-47, -11], + [-59, -30], + [-99, -72], + [-102, -81], + [-94, -91], + [-82, -91], + [-75, -89], + [-55, -79], + [-48, -87], + [-53, -98], + [-58, -101], + [-62, -105], + [-69, -107], + [-75, -110] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 25, + "s": [ + { + "i": [ + [6.363, -1.468], + [2.979, -2.095], + [1.84, -2.639], + [0.408, -1.067], + [0.408, -1.35], + [0.465, -0.387], + [0.082, -0.263], + [-3.965, -7.542], + [-4.029, -4.555], + [-0.766, -0.479], + [-0.438, -0.523], + [-0.104, -0.568], + [-0.27, -0.353], + [-0.859, -0.529], + [-0.842, -0.709], + [-4.878, -5.799], + [-0.092, -0.71], + [0.419, -2.677], + [-6.464, -0.238], + [-1.53, 2.112], + [6.189, 7.171], + [5.82, 5.82], + [5.515, 7.127], + [-5.296, 5.528], + [-9.204, -2.345], + [-3.834, -2.514], + [-5.231, 0.751], + [-0.822, 3.258], + [5.25, 2.566], + [1.551, 0.608] + ], + "o": [ + [-4.243, 0.979], + [-2.98, 2.096], + [-0.962, 1.38], + [-0.408, 1.067], + [-0.057, 0.189], + [-0.465, 0.387], + [-2.889, 9.276], + [3.965, 7.542], + [0.497, 0.561], + [0.766, 0.479], + [0.313, 0.374], + [0.104, 0.568], + [1.053, 1.378], + [1.068, 0.657], + [6.494, 5.469], + [1.271, 1.511], + [0.356, 2.738], + [-1.191, 7.598], + [4.588, 0.169], + [8.605, -11.877], + [-4.677, -5.419], + [-6.151, -6.151], + [-4.119, -5.322], + [4.622, -4.825], + [3.701, 0.943], + [4.525, 2.967], + [3.142, -0.451], + [2.691, -10.661], + [-1.826, -0.892], + [-7.754, -3.037] + ], + "v": [ + [-95, -111], + [-105.802, -106.245], + [-113, -99], + [-114.915, -95.478], + [-116, -92], + [-116.981, -91.056], + [-118, -90], + [-114.689, -64.459], + [-101, -46], + [-98.956, -44.471], + [-97, -43], + [-96.468, -41.485], + [-96, -40], + [-92, -37], + [-90, -35], + [-71, -17], + [-65, -8], + [-68, -1], + [-59, 12], + [-49, 6], + [-55, -29], + [-72, -45], + [-91, -66], + [-97, -87], + [-77, -91], + [-66, -85], + [-54, -79], + [-46, -86], + [-62, -106], + [-67, -109] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 26, + "s": [ + { + "i": [ + [1.111, -0.113], + [2.585, -1.009], + [1.674, -1.559], + [0.573, -0.084], + [0.356, -0.336], + [0.475, -0.926], + [0.564, -0.79], + [0.36, -0.281], + [0.285, -0.493], + [0.871, -2.718], + [0.063, -2.618], + [-3.733, -5.588], + [-2.015, -2.521], + [-0.872, -1.07], + [-1.274, -1.411], + [-7.648, -7.648], + [-0.543, -5.007], + [0.55, -2.542], + [-2.362, -2.153], + [-1.562, 7.645], + [2.913, 4.566], + [2.86, 3.478], + [9.12, 11.123], + [-1.11, 7.282], + [-2.157, 0.726], + [-4.835, -3.467], + [-4.962, 0.362], + [-0.24, 6.416], + [7.573, 3.176], + [2.407, 0.544] + ], + "o": [ + [-3.987, 0.405], + [-2.585, 1.009], + [-0.352, 0.328], + [-0.573, 0.084], + [-0.536, 0.507], + [-0.475, 0.926], + [-0.273, 0.382], + [-0.36, 0.281], + [-1.452, 2.508], + [-0.871, 2.718], + [-0.253, 10.508], + [1.754, 2.625], + [0.961, 1.203], + [1.009, 1.238], + [6.895, 7.635], + [5.268, 5.268], + [0.253, 2.337], + [-0.918, 4.241], + [8.175, 7.452], + [1.806, -8.842], + [-2.806, -4.398], + [-8.695, -10.574], + [-5.23, -6.378], + [0.863, -5.666], + [7.845, -2.641], + [3.765, 2.699], + [4.671, -0.341], + [0.327, -8.737], + [-3.3, -1.384], + [-5.338, -1.207] + ], + "v": [ + [-85, -112], + [-94.735, -109.865], + [-101, -106], + [-102.498, -105.506], + [-104, -105], + [-105.479, -102.712], + [-107, -100], + [-107.991, -99.083], + [-109, -98], + [-112.542, -90.083], + [-114, -82], + [-106, -58], + [-100, -51], + [-98, -47], + [-94, -44], + [-75, -23], + [-63, -8], + [-65, -1], + [-63, 9], + [-43, -1], + [-48, -23], + [-58, -35], + [-84, -62], + [-94, -83], + [-86, -92], + [-64, -86], + [-52, -79], + [-43, -89], + [-63, -108], + [-72, -112] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 27, + "s": [ + { + "i": [ + [2.317, -0.535], + [3.86, -4.04], + [1.242, -4.613], + [-2.12, -5.938], + [-2.373, -3.37], + [-0.492, -0.639], + [-0.459, -0.632], + [-0.8, -1.421], + [-0.923, -1.114], + [-0.951, -0.655], + [-0.472, -0.507], + [-0.081, -0.566], + [-0.34, -0.374], + [-1.019, -0.973], + [-0.936, -1.02], + [-0.997, -1.18], + [-0.954, -1.127], + [-0.458, -4.534], + [0.591, -1.92], + [-7.875, -0.144], + [-0.943, 9.517], + [4.79, 6.294], + [7.791, 10.593], + [-2.16, 8.125], + [-1.994, 0.531], + [-4.781, -3.242], + [-0.608, -0.61], + [-0.949, -0.628], + [-0.752, 8.522], + [12.133, 3.114] + ], + "o": [ + [-5.317, 1.227], + [-3.86, 4.04], + [-1.851, 6.879], + [2.12, 5.938], + [0.571, 0.811], + [0.492, 0.639], + [0.875, 1.203], + [0.8, 1.421], + [0.723, 0.873], + [0.951, 0.655], + [0.337, 0.361], + [0.081, 0.566], + [0.99, 1.09], + [1.018, 0.973], + [1.058, 1.152], + [0.997, 1.18], + [3.481, 4.111], + [0.271, 2.68], + [-2.255, 7.329], + [7.212, 0.132], + [1.112, -11.222], + [-8.19, -10.762], + [-4.476, -6.085], + [0.814, -3.063], + [5.149, -1.372], + [0.641, 0.434], + [1.172, 1.175], + [7.025, 4.649], + [0.85, -9.635], + [-5.404, -1.387] + ], + "v": [ + [-82, -111], + [-96.057, -102.54], + [-104, -89], + [-102.668, -69.368], + [-95, -55], + [-93.416, -52.866], + [-92, -51], + [-89.536, -46.934], + [-87, -43], + [-84.312, -40.725], + [-82, -39], + [-81.502, -37.509], + [-81, -36], + [-77.959, -32.947], + [-75, -30], + [-71.923, -26.481], + [-69, -23], + [-58, -8], + [-60, -2], + [-51, 12], + [-38, -5], + [-48, -30], + [-76, -62], + [-84, -85], + [-77, -92], + [-60, -87], + [-57, -85], + [-55, -81], + [-38, -88], + [-65, -111] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 28, + "s": [ + { + "i": [ + [9.692, -1.405], + [1.755, -0.653], + [1.212, -0.989], + [0.612, -0.799], + [1.064, -1.588], + [0.956, -1.834], + [0.829, -2.651], + [-1.471, -5.599], + [-2.124, -4.18], + [-2.534, -3.99], + [-2.617, -3.613], + [-1.064, -1.14], + [-0.856, -1.216], + [-1.667, -2.958], + [-0.212, -2.155], + [0.684, -2.633], + [-1.441, -2.449], + [-1.846, -1.035], + [-3.412, 0.49], + [-1.764, 4.555], + [0.994, 6.213], + [1.271, 2.573], + [1.579, 2.614], + [5.214, 6.995], + [2.346, 5.732], + [-9.454, 1.216], + [-1.712, -1.097], + [-10.861, 3.613], + [-0.352, 2.926], + [4.889, 4.64] + ], + "o": [ + [-2.767, 0.401], + [-1.755, 0.653], + [-1.489, 1.215], + [-0.612, 0.799], + [-1.348, 2.013], + [-0.956, 1.834], + [-2.008, 6.423], + [1.471, 5.599], + [2.249, 4.426], + [2.534, 3.99], + [0.888, 1.226], + [1.064, 1.14], + [2.12, 3.012], + [1.667, 2.958], + [0.297, 3.021], + [-0.684, 2.633], + [0.206, 0.35], + [1.846, 1.035], + [3.939, -0.566], + [1.764, -4.555], + [-0.335, -2.095], + [-1.271, -2.573], + [-3.799, -6.286], + [-5.214, -6.995], + [-3.248, -7.936], + [1.752, -0.225], + [5.75, 3.685], + [2.926, -0.973], + [0.526, -4.371], + [-6.865, -6.516] + ], + "v": [ + [-63, -111], + [-69.666, -109.441], + [-74, -107], + [-76.82, -104.28], + [-79, -101], + [-82.389, -95.478], + [-85, -89], + [-85.099, -70.817], + [-79, -56], + [-71.776, -43.39], + [-64, -32], + [-60.976, -28.493], + [-58, -25], + [-52.068, -15.857], + [-49, -8], + [-50.358, 0.429], + [-50, 8], + [-46.904, 10.63], + [-39, 12], + [-30.301, 3.736], + [-29, -13], + [-31.567, -20.11], + [-36, -28], + [-50.589, -48.416], + [-63, -68], + [-59, -92], + [-53, -89], + [-34, -79], + [-28, -87], + [-36, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 29, + "s": [ + { + "i": [ + [-2.683, 7.317], + [-0.869, -1.25], + [-0.8, -0.658], + [-1.031, -0.204], + [-1.563, 0.111], + [-1.735, 1.264], + [-0.45, 1.828], + [3.728, 4.807], + [2.323, 0.76], + [3.865, -2.557], + [1.585, -3.719], + [-0.715, -8.537], + [-2.363, -6.29], + [-1.877, -4.04], + [-1.844, -4.454], + [-1.186, -3.102], + [-0.134, -2.887], + [0.496, -1.449], + [0.053, -1.394], + [-1.552, -2.05], + [-2.93, -0.213], + [-1.523, 0.346], + [-0.883, 0.689], + [-0.327, 1.358], + [-0.442, 1.593], + [1.215, 6.113], + [1.85, 4.387], + [0.684, 1.501], + [0.533, 1.264], + [2.41, 7.866] + ], + "o": [ + [1.239, 1.98], + [0.869, 1.25], + [0.8, 0.658], + [1.031, 0.204], + [1.61, -0.114], + [1.735, -1.264], + [1.234, -5.011], + [-3.728, -4.807], + [-5.956, -1.948], + [-3.865, 2.557], + [-3.224, 7.564], + [0.715, 8.537], + [1.648, 4.387], + [1.877, 4.04], + [1.12, 2.706], + [1.186, 3.102], + [0.038, 0.811], + [-0.496, 1.449], + [-0.136, 3.585], + [1.552, 2.05], + [1.025, 0.075], + [1.523, -0.346], + [1.249, -0.974], + [0.327, -1.358], + [1.71, -6.16], + [-1.215, -6.113], + [-0.73, -1.733], + [-0.684, -1.501], + [-3.044, -7.221], + [-2.41, -7.866] + ], + "v": [ + [-33, -87], + [-29.914, -82.19], + [-27.486, -79.364], + [-24.816, -78.105], + [-21, -78], + [-15.63, -80.215], + [-12, -85], + [-17.332, -100.689], + [-28, -110], + [-42.778, -108.25], + [-51, -98], + [-54.191, -73.044], + [-49, -50], + [-43.647, -37.55], + [-38, -25], + [-34.26, -16.136], + [-32, -7], + [-32.932, -3.437], + [-34, 1], + [-31.799, 9.529], + [-25, 13], + [-20.893, 12.572], + [-17, 11], + [-14.895, 7.464], + [-14, 3], + [-13.83, -15.829], + [-19, -32], + [-21.148, -36.851], + [-23, -41], + [-32.295, -63.928] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 30, + "s": [ + { + "i": [ + [3.333, -0.976], + [1.133, -1.074], + [0.545, -1.572], + [0.264, -2.087], + [0.291, -2.619], + [-0.238, -6.751], + [-0.732, -6.624], + [-0.753, -6.186], + [-0.301, -5.438], + [0.011, -2.415], + [-0.042, -2.238], + [-0.282, -1.704], + [-0.709, -0.814], + [-1.027, -0.436], + [-1.371, -0.226], + [-1.409, 0.198], + [-1.139, 0.835], + [0.122, 7.953], + [0.958, 8.662], + [0.318, 3.74], + [0.375, 3.844], + [0.571, 4.011], + [-0.7, 2.69], + [-0.723, 0.668], + [-0.748, 0.937], + [-0.514, 0.926], + [-0.22, 1.386], + [0.663, 2.516], + [0.717, 1.6], + [2.195, 1.193] + ], + "o": [ + [-2.029, 0.594], + [-1.133, 1.074], + [-0.545, 1.572], + [-0.264, 2.087], + [-0.729, 6.568], + [0.238, 6.751], + [0.732, 6.624], + [0.753, 6.186], + [0.124, 2.236], + [-0.011, 2.415], + [0.042, 2.238], + [0.282, 1.704], + [0.377, 0.433], + [1.027, 0.436], + [1.371, 0.226], + [1.409, -0.198], + [3.447, -2.528], + [-0.122, -7.953], + [-0.353, -3.197], + [-0.318, -3.74], + [-0.416, -4.266], + [-0.571, -4.011], + [0.361, -1.39], + [0.723, -0.668], + [0.726, -0.91], + [0.514, -0.926], + [0.37, -2.338], + [-0.663, -2.516], + [-1.885, -4.206], + [-2.195, -1.193] + ], + "v": [ + [-11, -109], + [-15.667, -106.502], + [-18.108, -102.537], + [-19.245, -97.054], + [-20, -90], + [-20.619, -69.944], + [-19.046, -49.805], + [-16.7, -30.513], + [-15, -13], + [-14.877, -5.936], + [-14.877, 1.132], + [-14.438, 7.133], + [-13, 11], + [-10.818, 12.357], + [-7.145, 13.403], + [-2.899, 13.497], + [1, 12], + [5.304, -4.9], + [3, -31], + [2.016, -41.514], + [1, -53], + [-0.837, -65.682], + [-1, -76], + [0.711, -78.84], + [3, -81], + [4.88, -83.643], + [6, -87], + [5.316, -94.554], + [3, -101], + [-2.914, -108.886] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 31, + "s": [ + { + "i": [ + [3.441, -0.647], + [1.283, -0.953], + [0.833, -1.422], + [0.508, -1.758], + [0.31, -1.96], + [-0.087, -1.457], + [-0.408, -1.039], + [-0.617, -0.938], + [-0.714, -1.153], + [-0.141, -1.047], + [0.131, -1.095], + [0.206, -1.125], + [0.086, -1.137], + [0.415, -3.836], + [0.451, -3.58], + [0.436, -3.579], + [0.369, -3.834], + [0.163, -4.005], + [-0.565, -3.399], + [-1.82, -1.944], + [-3.604, 0.359], + [-1.357, 1.89], + [-0.311, 2.89], + [0.076, 3.305], + [-0.195, 3.135], + [-0.864, 6.178], + [-0.881, 7.07], + [-0.327, 7.107], + [0.798, 6.288], + [2.455, 2.453] + ], + "o": [ + [-1.859, 0.35], + [-1.283, 0.953], + [-0.833, 1.422], + [-0.508, 1.758], + [-0.346, 2.191], + [0.087, 1.457], + [0.408, 1.039], + [0.617, 0.938], + [0.608, 0.981], + [0.141, 1.047], + [-0.131, 1.095], + [-0.206, 1.125], + [-0.328, 4.346], + [-0.415, 3.836], + [-0.451, 3.58], + [-0.436, 3.579], + [-0.363, 3.764], + [-0.163, 4.005], + [0.565, 3.399], + [1.82, 1.944], + [3.06, -0.305], + [1.357, -1.89], + [0.311, -2.89], + [-0.076, -3.305], + [0.275, -4.432], + [0.864, -6.178], + [0.881, -7.07], + [0.327, -7.107], + [-0.741, -5.836], + [-2.455, -2.453] + ], + "v": [ + [11, -109], + [6.318, -107.013], + [3.176, -103.416], + [1.196, -98.612], + [0, -93], + [-0.361, -87.608], + [0.409, -83.943], + [1.975, -81.057], + [4, -78], + [5.074, -74.953], + [5.041, -71.735], + [4.487, -68.399], + [4, -65], + [2.874, -52.791], + [1.563, -41.731], + [0.22, -31.056], + [-1, -20], + [-1.921, -8.134], + [-1.45, 3.184], + [1.995, 11.41], + [10, 14], + [16.461, 10.561], + [18.798, 3.245], + [18.986, -6.194], + [19, -16], + [20.851, -32.129], + [23.61, -52.216], + [25.564, -73.694], + [25, -94], + [20.025, -106.362] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 32, + "s": [ + { + "i": [ + [10.012, -0.857], + [0.663, -0.066], + [0.696, -0.133], + [0.685, -0.25], + [0.629, -0.419], + [1.161, -1.785], + [0.997, -2.24], + [0.588, -2.086], + [-0.068, -1.321], + [-1.507, -1.219], + [-0.877, -0.316], + [-1.658, -0.093], + [-0.11, -0.173], + [0.768, -3.552], + [0.803, -3.414], + [1.144, -4.168], + [1.192, -4.1], + [1.234, -4.969], + [-0.056, -4.277], + [-2.293, -3.72], + [-5.767, 1.698], + [-1.257, 0.847], + [-0.419, 0.742], + [0.306, 2.867], + [-0.16, 2.647], + [-0.757, 2.689], + [-0.84, 3.026], + [-1.59, 5.162], + [-1.1, 4.811], + [1.605, 11.555] + ], + "o": [ + [-0.585, 0.05], + [-0.663, 0.066], + [-0.696, 0.133], + [-0.685, 0.25], + [-1.079, 0.718], + [-1.161, 1.785], + [-0.997, 2.24], + [-0.588, 2.086], + [0.093, 1.806], + [1.507, 1.219], + [1.258, 0.453], + [1.658, 0.093], + [0.876, 1.379], + [-0.768, 3.552], + [-1.23, 5.23], + [-1.144, 4.168], + [-1.119, 3.847], + [-1.234, 4.969], + [0.062, 4.817], + [2.293, 3.72], + [-0.445, 0.131], + [1.257, -0.847], + [1.063, -1.884], + [-0.306, -2.867], + [0.134, -2.219], + [0.757, -2.689], + [1.538, -5.541], + [1.59, -5.162], + [2.433, -10.639], + [-1.605, -11.555] + ], + "v": [ + [27, -109], + [25.116, -108.839], + [23.066, -108.553], + [20.982, -107.991], + [19, -107], + [15.579, -103.093], + [12.28, -96.903], + [9.841, -90.262], + [9, -85], + [11.912, -80.383], + [16, -78], + [20.861, -77.29], + [24, -77], + [23.76, -69.026], + [21, -58], + [17.471, -44.153], + [14, -32], + [10.119, -18.323], + [8, -4], + [11.222, 9.887], + [23, 14], + [24.852, 12.655], + [28, 10], + [28.678, 2.572], + [28, -6], + [29.471, -13.395], + [32, -22], + [36.828, -38.047], + [41, -53], + [43.334, -89.622] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 33, + "s": [ + { + "i": [ + [-1.692, -0.766], + [1.471, -6.219], + [2.553, -5.943], + [1.166, -2.647], + [1.155, -2.664], + [1.283, -2.686], + [0.627, -2.395], + [-0.895, -5.6], + [-2.8, -1.331], + [-2.452, 0.856], + [-0.736, 1.221], + [0.438, 2.954], + [-0.248, 2.689], + [-1.182, 2.599], + [-0.96, 2.214], + [-0.473, 1.359], + [-0.575, 1.331], + [-0.379, 0.478], + [-0.227, 0.489], + [-0.098, 0.91], + [-0.285, 0.66], + [-1.26, 2.459], + [-0.88, 2.66], + [-0.699, 3.206], + [-0.248, 3.282], + [3.214, 7.139], + [7.793, -0.124], + [1.212, -0.836], + [-16.354, -1.393], + [-1.724, 3.235] + ], + "o": [ + [1.434, 6.183], + [-1.471, 6.218], + [-1.18, 2.747], + [-1.166, 2.647], + [-1.24, 2.86], + [-1.283, 2.686], + [-1.379, 5.271], + [0.895, 5.6], + [3.456, 1.643], + [2.452, -0.856], + [1.506, -2.497], + [-0.438, -2.954], + [0.312, -3.39], + [1.182, -2.599], + [0.535, -1.233], + [0.473, -1.359], + [0.258, -0.599], + [0.379, -0.478], + [0.325, -0.701], + [0.098, -0.91], + [1.079, -2.504], + [1.26, -2.459], + [0.958, -2.895], + [0.698, -3.206], + [0.647, -8.57], + [-3.214, -7.139], + [-2.471, 0.04], + [-7.887, 5.438], + [7.4, 0.63], + [0.183, -0.343] + ], + "v": [ + [38, -85], + [37.49, -66.32], + [31, -48], + [27.481, -39.938], + [24, -32], + [20.04, -23.651], + [17, -16], + [16.366, 1.455], + [22, 13], + [31.04, 13.648], + [36, 10], + [36.944, 1.644], + [36, -7], + [38.514, -15.882], + [42, -23], + [43.47, -26.927], + [45, -31], + [46.023, -32.582], + [47, -34], + [47.53, -36.53], + [48, -39], + [51.649, -46.383], + [55, -54], + [57.532, -63.209], + [59, -73], + [55.33, -98.02], + [39, -110], + [28, -106], + [26, -77], + [36, -83] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 34, + "s": [ + { + "i": [ + [14.095, -1.272], + [0.937, -0.322], + [0.989, -0.507], + [0.677, -0.062], + [0.614, -0.406], + [1.107, -1.421], + [0.922, -1.224], + [0.408, -0.14], + [0.201, -0.216], + [0.756, -2.55], + [-0.329, -1.4], + [-2.06, -1.454], + [-3.378, 0.441], + [-2.23, 3.005], + [-1.843, -1.444], + [-0.405, -1.932], + [-0.025, -1.995], + [0.392, -1.914], + [0.456, -1.6], + [2.132, -3.599], + [2.472, -4.571], + [0.616, -1.544], + [0.771, -1.406], + [0.656, -1.147], + [0.679, -1.473], + [-14.013, -1.683], + [-0.906, 4.713], + [-0.286, 3.517], + [-3.246, 5.959], + [-1.098, 19.932] + ], + "o": [ + [-2.264, 0.204], + [-0.937, 0.322], + [-0.678, 0.347], + [-0.677, 0.062], + [-1.651, 1.092], + [-1.107, 1.421], + [-0.169, 0.224], + [-0.407, 0.14], + [-1.305, 1.401], + [-0.756, 2.55], + [0.382, 1.624], + [2.06, 1.454], + [3.235, -0.423], + [2.23, -3.005], + [0.353, 0.276], + [0.405, 1.932], + [0.022, 1.745], + [-0.392, 1.914], + [-2.002, 7.031], + [-2.132, 3.6], + [-0.767, 1.416], + [-0.616, 1.544], + [-0.631, 1.151], + [-0.757, 1.324], + [-5.008, 10.858], + [6.28, 0.754], + [0.78, -4.06], + [0.405, -4.988], + [8.39, -15.404], + [1.187, -21.552] + ], + "v": [ + [47, -109], + [42.544, -108.226], + [40, -107], + [37.952, -106.544], + [36, -106], + [31.953, -102.099], + [29, -98], + [28.025, -97.494], + [27, -97], + [23.774, -90.499], + [23, -84], + [26.753, -78.951], + [35, -77], + [43.044, -83.9], + [49, -88], + [50.246, -84.288], + [51, -78], + [50.358, -72.392], + [49, -67], + [42.853, -52.155], + [36, -41], + [34.003, -36.492], + [32, -32], + [29, -29], + [27, -24], + [32, 14], + [44, 6], + [42, -6], + [49, -23], + [71, -75] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 35, + "s": [ + { + "i": [ + [8.043, -0.886], + [1.416, -0.578], + [2.278, -1.352], + [1.236, -0.627], + [0.831, -0.763], + [0.311, -0.547], + [0.347, -0.438], + [0.627, -2.982], + [-3.135, -2.767], + [-3.115, 2.252], + [-2.844, 2.136], + [-1.146, -0.796], + [-0.7, -3.858], + [2.241, -5.103], + [2.163, -3.381], + [0.336, -0.745], + [0.319, -0.495], + [4.168, -7.075], + [0.392, -6.585], + [-1.84, -4.18], + [-4.893, 0], + [-1.309, 1.377], + [-0.485, 1.491], + [0.519, 2.006], + [-0.269, 2.498], + [-1.51, 2.797], + [-1.745, 2.835], + [-3.084, 4.604], + [-2.081, 10.716], + [5.726, 6.344] + ], + "o": [ + [-3.056, 0.337], + [-1.416, 0.578], + [-1.225, 0.727], + [-1.236, 0.627], + [-0.408, 0.374], + [-0.311, 0.547], + [-2.626, 3.307], + [-0.627, 2.981], + [4.694, 4.144], + [3.115, -2.252], + [2.716, -2.041], + [1.146, 0.796], + [1.126, 6.206], + [-2.241, 5.103], + [-0.337, 0.526], + [-0.336, 0.745], + [-3.936, 6.116], + [-4.168, 7.075], + [-0.255, 4.279], + [1.841, 4.18], + [3.279, 0], + [1.309, -1.377], + [0.806, -2.478], + [-0.519, -2.006], + [0.213, -1.978], + [1.511, -2.797], + [3.564, -5.791], + [5.859, -8.748], + [2.529, -13.025], + [-5.149, -5.706] + ], + "v": [ + [54, -109], + [47.916, -107.762], + [43, -105], + [39.204, -103.026], + [36, -101], + [34.955, -99.548], + [34, -98], + [28.68, -88.595], + [32, -80], + [43.387, -78.79], + [52, -87], + [57.513, -88.924], + [60, -82], + [57.466, -64.882], + [50, -52], + [48.986, -49.976], + [48, -48], + [34.842, -27.852], + [27, -7], + [29.139, 6.709], + [39, 14], + [45.596, 11.618], + [48, 7], + [47.903, 0.515], + [47, -6], + [49.851, -13.357], + [55, -22], + [67, -40], + [80, -70], + [72, -102] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 36, + "s": [ + { + "i": [ + [6.95, -0.74], + [2.905, -1.098], + [1.338, -1.282], + [2.561, -3.354], + [-1.377, -4.54], + [-1.524, -1.099], + [-2.451, -0.109], + [-1.063, 0.784], + [-0.925, 0.989], + [-2.672, 1.205], + [-0.427, 0.231], + [-1.115, -0.377], + [-0.221, -2.138], + [2.655, -4.292], + [0.852, -1.278], + [0.353, -0.47], + [0.554, -0.76], + [0.376, -0.501], + [0.552, -0.759], + [1.638, -2.261], + [2.119, -8.747], + [-11.571, 0.349], + [0.102, -0.212], + [-0.6, 5.533], + [-3.865, 5.614], + [-3.36, 5.017], + [-2.959, 7.022], + [-0.68, 2.933], + [8.858, 3.993], + [0.432, 0.229] + ], + "o": [ + [-3.041, 0.324], + [-2.905, 1.098], + [-2.132, 2.042], + [-2.561, 3.354], + [0.454, 1.496], + [1.524, 1.099], + [2.821, 0.126], + [1.064, -0.784], + [2.484, -2.655], + [0.357, -0.161], + [1.608, -0.869], + [1.776, 0.601], + [0.807, 7.818], + [-0.965, 1.561], + [-0.298, 0.447], + [-0.636, 0.848], + [-0.344, 0.472], + [-0.635, 0.846], + [-1.758, 2.419], + [-5.704, 7.876], + [-2.125, 8.771], + [5.64, -0.17], + [2.416, -5.024], + [0.401, -3.692], + [4.493, -6.525], + [4.477, -6.685], + [1.175, -2.788], + [3.523, -15.198], + [-0.36, -0.162], + [-3.543, -1.875] + ], + "v": [ + [60, -109], + [50.723, -106.719], + [44, -103], + [35.868, -94.873], + [33, -83], + [36.002, -78.96], + [42, -77], + [47.422, -78.164], + [50, -81], + [56, -86], + [57, -88], + [64, -90], + [69, -80], + [60, -57], + [58, -52], + [56, -51], + [55, -48], + [53, -47], + [52, -44], + [46, -37], + [32, -11], + [44, 14], + [53, 9], + [51, -6], + [60, -21], + [73, -39], + [84, -59], + [88, -68], + [76, -105], + [75, -107] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 37, + "s": [ + { + "i": [ + [6.233, -0.744], + [3.673, -1.795], + [2.536, -2.251], + [1.463, -2.357], + [-0.21, -2.367], + [-1.895, -1.574], + [-2.184, -0.066], + [-3.996, 3.091], + [-3.467, -1.045], + [-0.259, -4.087], + [3.554, -5.557], + [3.616, -4.531], + [1.087, -12.139], + [-9.903, 1.954], + [-0.682, 3.684], + [-0.71, 4.488], + [-0.964, 1.734], + [-0.939, 1.446], + [-0.345, 0.461], + [-0.554, 0.76], + [-0.376, 0.501], + [-0.596, 0.775], + [-1.455, 2.193], + [-0.623, 0.94], + [-0.623, 0.94], + [-0.506, 0.737], + [-0.962, 1.445], + [-0.981, 1.538], + [0.282, 9.538], + [7.628, 4.07] + ], + "o": [ + [-4.773, 0.57], + [-3.673, 1.795], + [-1.358, 1.206], + [-1.463, 2.357], + [0.234, 2.637], + [1.896, 1.574], + [6.258, 0.189], + [4.147, -3.208], + [2.255, 0.68], + [0.397, 6.272], + [-3.899, 6.097], + [-9.421, 11.805], + [-1.145, 12.792], + [3.806, -0.751], + [0.803, -4.341], + [0.086, -0.546], + [0.913, -1.643], + [0.285, -0.438], + [0.636, -0.848], + [0.344, -0.472], + [0.653, -0.87], + [2.166, -2.819], + [1.103, -1.662], + [1.103, -1.662], + [0.595, -0.897], + [0.809, -1.177], + [0.873, -1.312], + [4.282, -6.717], + [-0.374, -12.63], + [-4.306, -2.297] + ], + "v": [ + [65, -109], + [52.323, -105.261], + [43, -99], + [38.324, -93.371], + [36, -86], + [39.537, -79.572], + [46, -77], + [57, -84], + [70, -90], + [76, -79], + [68, -59], + [56, -43], + [35, -8], + [50, 14], + [57, 6], + [55, -7], + [58, -11], + [60, -16], + [62, -17], + [63, -20], + [65, -21], + [66, -24], + [74, -33], + [77, -37], + [80, -41], + [82, -43], + [84, -48], + [87, -52], + [96, -79], + [81, -107] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 38, + "s": [ + { + "i": [ + [1.647, -0.211], + [3.205, -1.278], + [3.453, -2.54], + [2.196, -2.853], + [-1.45, -4.627], + [-1.536, -1.121], + [-2.416, -0.112], + [-2.608, 2.496], + [-2.576, 1.201], + [-2.905, -1.487], + [-0.312, -4.948], + [1.855, -3.591], + [1.77, -2.606], + [2.135, -2.77], + [2.131, -2.486], + [4.115, -5.865], + [0, -7.076], + [-9.381, 0.969], + [0.945, 4.244], + [-0.331, 2.895], + [-2.557, 3.213], + [-1.725, 2.071], + [-2.393, 3.051], + [-0.908, 1.137], + [-1.532, 2.219], + [-0.672, 1.075], + [-1.198, 3.937], + [3.55, 7.75], + [6.098, 3.388], + [1.056, 0.329] + ], + "o": [ + [-2.727, 0.349], + [-3.205, 1.278], + [-2.665, 1.96], + [-2.196, 2.853], + [0.439, 1.403], + [1.536, 1.121], + [3.993, 0.185], + [2.608, -2.496], + [4.069, -1.897], + [2.905, 1.487], + [0.191, 3.028], + [-1.855, 3.591], + [-2.331, 3.432], + [-2.135, 2.77], + [-5.541, 6.463], + [-4.115, 5.865], + [0, 10.245], + [8.784, -0.907], + [-0.459, -2.063], + [0.63, -5.51], + [1.77, -2.224], + [3.326, -3.993], + [0.909, -1.159], + [1.718, -2.153], + [0.596, -0.863], + [2.908, -4.652], + [3.053, -10.033], + [-3.703, -8.083], + [-0.968, -0.538], + [-4.187, -1.303] + ], + "v": [ + [69, -109], + [60.044, -106.643], + [50, -101], + [41.914, -94.001], + [40, -83], + [43.017, -79.032], + [49, -77], + [58.562, -81.461], + [66, -88], + [76.817, -88.634], + [82, -79], + [78.971, -68.684], + [73, -59], + [66.35, -49.791], + [60, -42], + [44.844, -23.959], + [38, -5], + [52, 14], + [60, 1], + [58, -6], + [68, -20], + [73, -27], + [82, -37], + [84, -41], + [90, -47], + [92, -51], + [100, -66], + [98, -93], + [86, -106], + [82, -109] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 39, + "s": [ + { + "i": [ + [6.89, -0.815], + [3.45, -1.257], + [3.629, -2.669], + [2.123, -2.867], + [-1.331, -4.445], + [-1.321, -1.204], + [-2.45, -0.294], + [-2.437, 1.703], + [-1.607, -13.824], + [3.698, -5.29], + [0.365, -0.487], + [0.611, -0.78], + [0.417, -0.448], + [0.686, -0.803], + [2.043, -2.273], + [2.527, -10.638], + [-10.055, 1.039], + [-0.351, 0.734], + [-0.86, 5.47], + [-1.778, 2.471], + [-3.623, 4.033], + [-1.799, 1.999], + [-1.727, 2.054], + [-0.83, 1.103], + [-0.403, 0.433], + [-0.679, 0.936], + [-0.711, 1.062], + [0.53, 11.664], + [4.486, 4.612], + [1.94, 1.026] + ], + "o": [ + [-2.573, 0.304], + [-3.45, 1.257], + [-2.84, 2.088], + [-2.123, 2.867], + [0.267, 0.889], + [1.321, 1.204], + [6.346, 0.762], + [8.352, -5.838], + [0.651, 5.598], + [-0.322, 0.461], + [-0.659, 0.878], + [-0.361, 0.46], + [-0.697, 0.749], + [-2.476, 2.9], + [-10.39, 11.564], + [-3.517, 14.807], + [4.645, -0.48], + [2.721, -5.69], + [0.214, -1.358], + [3.702, -5.144], + [2.269, -2.525], + [1.844, -2.05], + [0.988, -1.175], + [0.337, -0.448], + [0.745, -0.8], + [0.829, -1.142], + [4.953, -7.395], + [-0.454, -9.995], + [-2.485, -2.555], + [-5.035, -2.663] + ], + "v": [ + [73, -109], + [63.792, -106.773], + [53, -101], + [44.872, -93.767], + [43, -83], + [45.362, -79.554], + [51, -77], + [64, -84], + [87, -80], + [79, -60], + [77, -59], + [76, -56], + [74, -55], + [73, -52], + [66, -45], + [42, -12], + [55, 14], + [63, 9], + [61, -7], + [66, -14], + [77, -27], + [83, -34], + [89, -40], + [91, -44], + [93, -45], + [94, -48], + [97, -51], + [107, -80], + [97, -101], + [91, -107] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 40, + "s": [ + { + "i": [ + [4.56, -0.479], + [2.024, -0.262], + [1.95, -0.748], + [0.607, -0.565], + [0.799, -0.444], + [1.906, -1.337], + [1.585, -2.101], + [0.779, -1.504], + [-0.362, -2.331], + [-4.248, -0.316], + [-3.926, 2.486], + [-1.573, -12.837], + [4.023, -5.229], + [6.173, -6.924], + [2.693, -4.652], + [0.019, -5.058], + [-8.53, 1.272], + [-0.963, 3.04], + [0.206, 2.491], + [-0.396, 3.016], + [-1.573, 2.228], + [-3.55, 3.963], + [-1.701, 1.835], + [-3.405, 4.389], + [-0.712, 0.971], + [-1.534, 2.568], + [-1.537, 4.72], + [-0.22, 2.206], + [6.333, 4.201], + [0.665, 0.404] + ], + "o": [ + [-1.954, 0.206], + [-2.024, 0.262], + [-0.772, 0.296], + [-0.607, 0.565], + [-2.79, 1.549], + [-1.906, 1.337], + [-1.247, 1.653], + [-0.779, 1.504], + [0.802, 5.157], + [6.652, 0.495], + [9.988, -6.325], + [0.794, 6.479], + [-5.783, 7.516], + [-4.146, 4.65], + [-2.608, 4.505], + [-0.039, 10.342], + [5.007, -0.747], + [0.615, -1.941], + [-0.203, -2.447], + [0.19, -1.452], + [3.567, -5.052], + [2.286, -2.552], + [3.581, -3.864], + [0.608, -0.783], + [2.013, -2.745], + [2.329, -3.899], + [0.731, -2.245], + [1.388, -13.905], + [-0.823, -0.546], + [-5.657, -3.436] + ], + "v": [ + [77, -109], + [70.996, -108.407], + [65, -107], + [63.02, -105.611], + [61, -104], + [54.097, -99.914], + [49, -95], + [45.793, -90.508], + [45, -85], + [54, -77], + [67, -85], + [91, -80], + [82, -59], + [60, -35], + [48, -20], + [43, -5], + [58, 14], + [65, 7], + [66, 2], + [63, -6], + [68, -13], + [79, -26], + [85, -33], + [97, -45], + [99, -49], + [104, -56], + [109, -67], + [111, -74], + [99, -104], + [97, -106] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 41, + "s": [ + { + "i": [ + [5.891, -0.619], + [7.054, -4.41], + [-0.705, -7.194], + [-5.031, -0.092], + [-2.824, 1.828], + [-0.657, 0.394], + [-2.013, 0.636], + [-2.125, -0.552], + [-0.418, -5.349], + [2.56, -3.348], + [0.67, -0.82], + [2.544, -2.78], + [1.253, -1.437], + [1.207, -1.257], + [0, -14.229], + [-8.933, 0.442], + [-0.698, 1.155], + [0.579, 3.606], + [-0.339, 2.536], + [-0.446, 0.479], + [-0.686, 0.877], + [-0.919, 0.987], + [-0.682, 0.766], + [-5.785, 6.618], + [-0.808, 0.985], + [-0.432, 0.464], + [-0.687, 0.872], + [-1.654, 2.521], + [-1.364, 6.519], + [8.91, 4.888] + ], + "o": [ + [-6.357, 0.668], + [-5.62, 3.514], + [0.498, 5.084], + [5.931, 0.109], + [0.694, -0.449], + [1.764, -1.058], + [2.338, -0.739], + [2.344, 0.608], + [0.506, 6.467], + [-0.612, 0.801], + [-2.183, 2.67], + [-1.231, 1.345], + [-1.246, 1.429], + [-12.272, 12.774], + [0, 8.527], + [2.795, -0.138], + [0.685, -1.133], + [-0.352, -2.197], + [0.226, -1.696], + [0.726, -0.779], + [1.372, -1.753], + [0.681, -0.732], + [7.305, -8.207], + [0.724, -0.829], + [0.388, -0.473], + [0.724, -0.777], + [1.893, -2.404], + [3.54, -5.395], + [3.454, -16.502], + [-6.286, -3.448] + ], + "v": [ + [80, -109], + [59, -102], + [47, -86], + [57, -77], + [68, -84], + [70, -85], + [77, -89], + [87, -90], + [95, -79], + [86, -61], + [85, -58], + [77, -51], + [74, -46], + [70, -42], + [45, -5], + [59, 14], + [67, 10], + [68, 1], + [65, -6], + [69, -11], + [70, -14], + [75, -18], + [76, -21], + [96, -40], + [98, -44], + [100, -45], + [101, -48], + [107, -55], + [114, -71], + [99, -106] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 42, + "s": [ + { + "i": [ + [5.581, -0.632], + [7.165, -4.053], + [-1.142, -7.166], + [-1.553, -1.381], + [-2.421, -0.18], + [-1.8, 1.565], + [-1.521, 0.984], + [-3.539, 1.312], + [-2.811, -0.562], + [-1.738, -1.872], + [-0.263, -3.155], + [2.61, -4.713], + [9.48, -10.878], + [1.233, -1.504], + [1.8, -3.22], + [0.368, -5.272], + [-1.843, -2.869], + [-6.806, 1.534], + [-0.796, 2.513], + [0.246, 2.439], + [-0.489, 3.636], + [-0.368, 0.49], + [-0.662, 0.792], + [-3.438, 3.791], + [-5.613, 8.462], + [-1.561, 2.724], + [-1.17, 6.131], + [7.022, 5.403], + [0.481, 0.217], + [0.411, 0.238] + ], + "o": [ + [-5.48, 0.621], + [-7.166, 4.053], + [0.366, 2.296], + [1.553, 1.381], + [3.279, 0.244], + [1.8, -1.565], + [2.031, -1.314], + [3.54, -1.312], + [1.785, 0.357], + [1.738, 1.872], + [0.371, 4.452], + [-8.341, 15.06], + [-1.324, 1.52], + [-2.438, 2.974], + [-1.597, 2.857], + [-0.327, 4.68], + [1.338, 2.084], + [3.671, -0.828], + [0.639, -2.018], + [-0.224, -2.216], + [0.192, -1.43], + [0.677, -0.903], + [3.676, -4.395], + [7.576, -8.354], + [1.656, -2.497], + [2.724, -4.753], + [2.594, -13.588], + [-0.41, -0.315], + [-0.349, -0.157], + [-5.679, -3.284] + ], + "v": [ + [82, -109], + [60.534, -101.908], + [49, -85], + [51.959, -79.413], + [58, -77], + [65.318, -79.579], + [70, -84], + [78.915, -88.407], + [89, -90], + [94.642, -86.599], + [98, -79], + [94, -68], + [61, -32], + [58, -27], + [51, -19], + [47, -7], + [50, 8], + [63, 14], + [69, 7], + [70, 2], + [67, -6], + [71, -11], + [72, -14], + [85, -27], + [108, -52], + [112, -59], + [117, -72], + [106, -104], + [104, -104], + [103, -106] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 43, + "s": [ + { + "i": [ + [4.927, -0.558], + [3.542, -1.123], + [3.644, -2.146], + [2.59, -2.62], + [-0.351, -3.759], + [-1.728, -1.527], + [-1.838, -0.203], + [-1.693, 1.27], + [-1.334, 1.242], + [-1.264, 0.661], + [-0.923, 0.407], + [-1.021, 0.334], + [-1.016, 0.265], + [-2.77, -1.549], + [-1.102, -4.061], + [2.077, -3.671], + [2.572, -3.066], + [2.696, -2.589], + [1.977, -1.977], + [2.091, -10.911], + [-10.779, 1.307], + [-1.057, 1.787], + [-1.051, 5.198], + [-2.459, 2.941], + [-0.93, 1.141], + [-3.209, 2.975], + [-2.158, 2.158], + [-2.093, 2.308], + [-2.789, 7.123], + [11.877, 6.689] + ], + "o": [ + [-3.189, 0.361], + [-3.542, 1.123], + [-2.991, 1.761], + [-2.59, 2.62], + [0.251, 2.69], + [1.728, 1.527], + [2.895, 0.32], + [1.693, -1.27], + [1.02, -0.95], + [1.264, -0.661], + [0.9, -0.398], + [1.021, -0.334], + [4.816, -1.257], + [2.77, 1.549], + [0.882, 3.25], + [-2.077, 3.671], + [-2.239, 2.668], + [-2.696, 2.589], + [-9.81, 9.81], + [-2.071, 10.81], + [1.08, -0.131], + [3.745, -6.328], + [0.488, -2.412], + [0.944, -1.129], + [2.981, -3.657], + [2.545, -2.359], + [2.037, -2.037], + [5.832, -6.43], + [6.585, -16.816], + [-5.88, -3.312] + ], + "v": [ + [84, -109], + [73.841, -106.839], + [63, -102], + [53.993, -95.498], + [50, -86], + [53.309, -79.635], + [59, -77], + [65.671, -78.829], + [70, -83], + [73.573, -85.407], + [77, -87], + [79.913, -88.099], + [83, -89], + [94.285, -88.489], + [100, -80], + [97.591, -69.362], + [90, -59], + [82.303, -50.981], + [75, -44], + [49, -10], + [63, 14], + [70, 10], + [69, -7], + [75, -14], + [77, -18], + [87, -28], + [95, -34], + [101, -41], + [118, -64], + [105, -106] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 44, + "s": [ + { + "i": [ + [5.115, -0.566], + [0.943, -0.154], + [1.191, -0.267], + [0.914, -0.327], + [1.32, -0.463], + [1.941, -0.604], + [1.595, -1.01], + [0.14, -0.424], + [0.226, -0.169], + [0.793, -0.671], + [0.484, -0.704], + [-9.232, -0.443], + [-2.197, 1.257], + [-5.522, -1.014], + [-0.547, -6.508], + [2.724, -4.107], + [3.049, -2.882], + [3.51, -5.292], + [1.328, -2.294], + [0.363, -1.894], + [-1.376, -2.868], + [-5.947, 0.179], + [-0.63, 1.987], + [-1.123, 6.386], + [-1.55, 1.785], + [-9.427, 10.506], + [-1.063, 1.345], + [-1.763, 2.75], + [0.099, 8.822], + [7.131, 4.016] + ], + "o": [ + [-1.038, 0.115], + [-0.943, 0.154], + [-1.026, 0.231], + [-0.914, 0.327], + [-1.639, 0.575], + [-1.941, 0.604], + [-0.215, 0.136], + [-0.14, 0.424], + [-0.907, 0.68], + [-1.156, 0.978], + [-5.414, 7.879], + [4.964, 0.238], + [4.374, -2.503], + [3.374, 0.62], + [0.679, 8.082], + [-3.097, 4.669], + [-5.604, 5.298], + [-2.105, 3.173], + [-1.447, 2.499], + [-1.606, 8.373], + [2.312, 4.819], + [6.404, -0.193], + [2.077, -6.55], + [0.135, -0.768], + [10.333, -11.897], + [0.89, -0.991], + [2.309, -2.921], + [3.774, -5.887], + [-0.135, -11.968], + [-6.041, -3.402] + ], + "v": [ + [86, -109], + [83.114, -108.614], + [80, -108], + [77.22, -107.174], + [74, -106], + [68.467, -104.326], + [63, -102], + [62.508, -101.025], + [62, -100], + [59, -99], + [55, -95], + [61, -77], + [75, -85], + [93, -90], + [103, -79], + [91, -58], + [78, -44], + [61, -28], + [54, -19], + [50, -11], + [52, 6], + [63, 14], + [72, 7], + [70, -7], + [75, -14], + [107, -45], + [109, -49], + [115, -56], + [123, -79], + [107, -106] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 45, + "s": [ + { + "i": [ + [0.261, -0.024], + [8.017, -4.31], + [-2.441, -8.274], + [-1.328, -1.18], + [-2.397, -0.288], + [-2.528, 1.81], + [-1.946, 1.114], + [-3.131, 1.036], + [-3.078, -0.516], + [-1.994, -1.612], + [-0.453, -3.289], + [2.299, -3.506], + [2.393, -2.681], + [2.722, -2.635], + [2.206, -2.206], + [2.769, -2.663], + [2.362, -2.786], + [2.18, -3.757], + [0.046, -4.341], + [-2.666, -3.677], + [-4.385, 0.463], + [1.056, 5.63], + [-0.76, 4], + [-2.669, 2.987], + [-6.78, 6.435], + [-3.89, 11.92], + [3.755, 5.161], + [2.881, 1.299], + [0.428, 0.231], + [7.572, 0.345] + ], + "o": [ + [-5.371, 0.485], + [-8.018, 4.31], + [0.293, 0.992], + [1.328, 1.18], + [2.942, 0.353], + [2.528, -1.81], + [2.397, -1.371], + [3.131, -1.036], + [1.571, 0.263], + [1.994, 1.612], + [0.59, 4.296], + [-2.299, 3.506], + [-2.904, 3.254], + [-2.722, 2.635], + [-2.564, 2.564], + [-2.769, 2.663], + [-2.232, 2.632], + [-2.181, 3.757], + [-0.05, 4.755], + [2.666, 3.677], + [7.589, -0.801], + [-0.441, -2.352], + [0.115, -0.608], + [6.683, -7.478], + [10.619, -10.079], + [3.595, -11.016], + [-2.432, -3.343], + [-0.358, -0.161], + [-4.269, -2.305], + [-0.985, -0.045] + ], + "v": [ + [88, -109], + [64.641, -101.842], + [53, -83], + [55.422, -79.472], + [61, -77], + [69.247, -79.9], + [76, -85], + [84.489, -88.916], + [94, -90], + [99.839, -87.269], + [104, -80], + [100.738, -68.289], + [93, -59], + [84.476, -50.214], + [77, -43], + [68.849, -35.167], + [61, -27], + [53.861, -17.282], + [50, -5], + [54.174, 8.414], + [65, 14], + [73, 1], + [71, -7], + [77, -15], + [99, -36], + [123, -69], + [118, -97], + [110, -104], + [109, -106], + [90, -110] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 46, + "s": [ + { + "i": [ + [0.261, -0.024], + [3.609, -1.108], + [3.998, -2.245], + [-0.756, -8.148], + [-4.586, -0.172], + [-3.519, 2.276], + [-3.334, 0.953], + [-4.742, -2.039], + [-0.147, -6.015], + [1.516, -2.355], + [5.212, -4.928], + [2.644, -2.52], + [2.302, -2.807], + [1.252, -1.683], + [0.027, -7.326], + [-9.201, 1.116], + [1.156, 7.206], + [-0.386, 2.527], + [-2.006, 2.278], + [-4.659, 4.126], + [-1.031, 0.939], + [-4.081, 4.977], + [-0.432, 0.464], + [-0.685, 0.891], + [-1.167, 2.216], + [0.124, 6.681], + [1.678, 2.899], + [2.982, 2.713], + [0.823, 0.444], + [6.03, 0.275] + ], + "o": [ + [-3.566, 0.322], + [-3.609, 1.108], + [-6.202, 3.483], + [0.531, 5.729], + [7.273, 0.272], + [2.833, -1.832], + [3.97, -1.135], + [1.682, 0.723], + [0.086, 3.512], + [-5.448, 8.46], + [-2.964, 2.802], + [-3.241, 3.089], + [-1.422, 1.734], + [-3.514, 4.726], + [-0.035, 9.359], + [6.251, -0.758], + [-0.396, -2.471], + [0.249, -1.627], + [4.982, -5.658], + [1.278, -1.132], + [5.173, -4.711], + [0.388, -0.473], + [0.73, -0.785], + [2.117, -2.754], + [2.635, -5.004], + [-0.117, -6.315], + [-2.072, -3.579], + [-2.029, -1.847], + [-4.47, -2.413], + [-0.985, -0.045] + ], + "v": [ + [89, -109], + [78.324, -106.942], + [67, -102], + [53, -86], + [63, -77], + [73, -83], + [84, -88], + [99, -89], + [106, -78], + [101, -67], + [78, -42], + [69, -35], + [62, -26], + [58, -22], + [51, -5], + [66, 14], + [74, 1], + [71, -6], + [77, -13], + [93, -29], + [97, -32], + [112, -49], + [114, -50], + [115, -53], + [121, -60], + [126, -79], + [121, -94], + [115, -101], + [110, -106], + [91, -110] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 47, + "s": [ + { + "i": [ + [0.256, -0.022], + [2.254, -0.585], + [3.206, -1.332], + [1.791, -0.633], + [1.243, -0.803], + [0.459, -0.344], + [0.796, -0.69], + [0.578, -2.536], + [-5.412, -0.37], + [-5.389, 2.961], + [-5.612, -7.141], + [4.373, -4.9], + [5.997, -4.909], + [3.55, -3.74], + [1.212, -6.251], + [-3.531, -3.523], + [-4.555, 1.079], + [-0.436, 0.887], + [-0.723, 4.885], + [-1.207, 1.819], + [-1.929, 1.28], + [-0.83, 0.751], + [-7.632, 9.27], + [-2.211, 5.316], + [-0.595, 2.568], + [2.654, 4.923], + [0.466, 0.486], + [3.364, 1.516], + [0.428, 0.231], + [8.55, 0.39] + ], + "o": [ + [-3.78, 0.33], + [-2.254, 0.585], + [-1.595, 0.663], + [-1.791, 0.633], + [-0.437, 0.283], + [-0.915, 0.687], + [-2.477, 2.147], + [-1.81, 7.935], + [5.485, 0.375], + [9.229, -5.071], + [7.221, 9.187], + [-7.227, 8.097], + [-4.679, 3.831], + [-5.316, 5.6], + [-1.874, 9.669], + [2.82, 2.814], + [1.501, -0.355], + [3.521, -7.157], + [0.248, -1.678], + [1.85, -2.789], + [1.033, -0.685], + [9.235, -8.355], + [4.474, -5.434], + [0.69, -1.658], + [2.05, -8.853], + [-0.787, -1.461], + [-2.878, -3.004], + [-0.358, -0.161], + [-4.426, -2.389], + [-0.981, -0.045] + ], + "v": [ + [90, -109], + [81.569, -107.752], + [74, -105], + [68.736, -103.105], + [64, -101], + [63, -99], + [60, -98], + [54, -90], + [63, -77], + [78, -85], + [104, -85], + [96, -60], + [77, -41], + [65, -29], + [52, -11], + [57, 10], + [68, 14], + [74, 9], + [72, -6], + [79, -15], + [86, -22], + [88, -24], + [112, -48], + [124, -64], + [126, -71], + [123, -92], + [121, -96], + [112, -104], + [111, -106], + [92, -110] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 48, + "s": [ + { + "i": [ + [5.707, -0.548], + [3.607, -1.102], + [4.005, -2.249], + [2.819, -2.546], + [-0.378, -4.074], + [-1.662, -1.648], + [-2.151, -0.238], + [-1.707, 1.271], + [-1.321, 1.23], + [-4.305, 1.431], + [-2.995, -0.388], + [-2.217, -1.571], + [-0.439, -4.495], + [2.592, -3.463], + [2.102, -2.328], + [3.975, -3.638], + [4.112, -3.924], + [2.697, -3.058], + [1.5, -3.18], + [0.57, -2.285], + [-0.267, -2.771], + [-10.363, 1.257], + [1.29, 7.424], + [-0.455, 2.952], + [-2.67, 2.951], + [-4.807, 4.372], + [-3.133, 3.133], + [-1.813, 14.684], + [3.516, 5.047], + [5.309, 2.786] + ], + "o": [ + [-3.566, 0.342], + [-3.607, 1.102], + [-3.101, 1.742], + [-2.819, 2.546], + [0.201, 2.169], + [1.662, 1.648], + [2.852, 0.316], + [1.707, -1.271], + [1.786, -1.663], + [4.305, -1.431], + [1.695, 0.22], + [2.216, 1.571], + [0.471, 4.82], + [-2.592, 3.463], + [-4.989, 5.524], + [-3.975, 3.638], + [-2.714, 2.59], + [-2.697, 3.058], + [-0.985, 2.088], + [-0.571, 2.285], + [0.413, 4.288], + [6.161, -0.747], + [-0.406, -2.339], + [0.384, -2.489], + [5.442, -6.015], + [2.741, -2.493], + [10.566, -10.566], + [1.415, -11.462], + [-3.734, -5.361], + [-5.857, -3.073] + ], + "v": [ + [90, -109], + [79.329, -106.93], + [68, -102], + [58.391, -95.749], + [54, -86], + [57.038, -80.051], + [63, -77], + [69.648, -78.841], + [74, -83], + [84.094, -88.039], + [96, -90], + [102.442, -87.706], + [107, -79], + [102.93, -66.631], + [95, -58], + [81.841, -44.8], + [70, -34], + [61.59, -25.442], + [55, -16], + [52.561, -9.512], + [52, -2], + [67, 14], + [75, 1], + [72, -6], + [79, -14], + [94, -29], + [102, -37], + [127, -73], + [121, -96], + [111, -106] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 49, + "s": [ + { + "i": [ + [3.726, -0.269], + [3.866, -1.088], + [4.144, -2.403], + [2.823, -2.612], + [-0.276, -3.822], + [-1.586, -1.63], + [-2.499, -0.282], + [-1.548, 1.293], + [-1.59, 1.192], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.118, -3.707], + [1.76, -2.908], + [6.757, -6.211], + [3.75, -10.485], + [-0.208, -3.713], + [-1.091, -1.383], + [2.067, 12.881], + [-0.361, 2.289], + [-1.78, 2.037], + [-2.428, 2.305], + [-7.457, 6.16], + [-3.098, 4.195], + [3.88, 12.637], + [0.571, 0.761], + [0.508, 0.74], + [2.927, 1.694], + [0.556, 0.251] + ], + "o": [ + [-3.391, 0.245], + [-3.866, 1.088], + [-2.984, 1.73], + [-2.823, 2.612], + [0.159, 2.197], + [1.586, 1.63], + [3.218, 0.363], + [1.548, -1.293], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [2.825, 2.405], + [0.108, 3.373], + [-5.399, 8.92], + [-11.244, 10.335], + [-2.003, 5.601], + [0.162, 2.889], + [6.774, 8.581], + [-0.434, -2.706], + [0.207, -1.314], + [2.331, -2.667], + [8.916, -8.463], + [4.571, -3.776], + [5.652, -7.653], + [-0.646, -2.104], + [-0.616, -0.821], + [-3.524, -5.128], + [-0.784, -0.454], + [-4.8, -2.162] + ], + "v": [ + [91, -109], + [80.065, -107.118], + [68, -102], + [58.555, -95.569], + [54, -86], + [56.744, -80.063], + [63, -77], + [69.721, -78.833], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [108, -78], + [104, -68], + [82, -45], + [54, -13], + [52, -3], + [56, 9], + [75, 1], + [72, -6], + [78, -13], + [85, -20], + [107, -41], + [118, -54], + [127, -87], + [123, -93], + [122, -96], + [112, -105], + [110, -107] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 50, + "s": [ + { + "i": [ + [10.014, -0.756], + [0.334, 0.01], + [0.332, -0.013], + [7.34, -4.098], + [-0.047, -5.375], + [-1.561, -1.849], + [-2.735, -0.328], + [-1.553, 1.304], + [-1.559, 1.17], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.846, 0.868], + [-3.148, -2.679], + [-0.605, -0.782], + [-0.453, -0.912], + [2.39, -3.712], + [5.022, -4.916], + [1.428, -1.092], + [0.716, -0.65], + [4.753, -5.254], + [0.052, -8.184], + [-9.639, 1.902], + [0.967, 6.027], + [-0.365, 2.287], + [-0.108, 0.144], + [-0.519, 0.745], + [-3.935, 3.656], + [-4.823, 4.433], + [-3.771, 12.303], + [9.393, 5.781] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.69, 0.232], + [-7.339, 4.098], + [0.02, 2.276], + [1.561, 1.849], + [3.227, 0.388], + [1.553, -1.304], + [0.392, -0.294], + [0.564, -0.12], + [3.47, -2.209], + [4.846, -0.868], + [1.127, 0.96], + [0.605, 0.782], + [2.799, 5.636], + [-4.487, 6.967], + [-2.004, 1.962], + [-0.743, 0.568], + [-5.103, 4.635], + [-4.541, 5.021], + [-0.059, 9.36], + [6.182, -1.22], + [-0.434, -2.705], + [0.005, -0.029], + [0.621, -0.828], + [3.433, -4.925], + [6.122, -5.688], + [10.354, -9.517], + [4.825, -15.744], + [-6.583, -4.051] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [67.197, -101.857], + [54, -87], + [56.464, -80.539], + [63, -77], + [69.751, -78.832], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.242, -89.166], + [103, -87], + [105.506, -84.464], + [107, -82], + [103, -67], + [88, -50], + [82, -44], + [79, -43], + [63, -27], + [52, -5], + [68, 14], + [75, 1], + [72, -6], + [74, -7], + [75, -10], + [86, -21], + [101, -35], + [126, -68], + [114, -104] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 51, + "s": [ + { + "i": [ + [10.014, -0.756], + [0.334, 0.01], + [0.332, -0.013], + [7.385, -4.171], + [-0.434, -6.076], + [-1.652, -1.692], + [-2.25, -0.27], + [-3.046, 2.238], + [-3.59, 1.436], + [-3.744, 0.083], + [-2.191, -1.865], + [-0.881, -1.501], + [-0.057, -1.79], + [1.061, -1.93], + [0.82, -1.273], + [2.519, -2.714], + [2.61, -2.555], + [1.071, -1.118], + [0.714, -0.546], + [0.716, -0.65], + [4.921, -5.441], + [0, -8.425], + [-9.948, 1.963], + [0.967, 6.027], + [-0.361, 2.289], + [-1.893, 2.135], + [-2.46, 2.285], + [-4.891, 4.496], + [-3.77, 12.301], + [9.393, 5.781] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.894, 0.24], + [-7.385, 4.171], + [0.141, 1.96], + [1.652, 1.692], + [3.227, 0.388], + [3.046, -2.238], + [3.834, -1.534], + [3.744, -0.083], + [1.418, 1.208], + [0.881, 1.501], + [0.064, 2.005], + [-1.061, 1.93], + [-2.312, 3.591], + [-2.519, 2.714], + [-1.002, 0.981], + [-1.071, 1.118], + [-0.743, 0.568], + [-5.167, 4.692], + [-4.504, 4.98], + [0, 9.142], + [6.182, -1.22], + [-0.434, -2.706], + [0.105, -0.668], + [2.217, -2.501], + [6.163, -5.726], + [10.351, -9.515], + [4.825, -15.744], + [-6.583, -4.051] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.754, -101.877], + [54, -86], + [56.918, -80.233], + [63, -77], + [72.227, -80.632], + [82, -87], + [93.732, -89.55], + [103, -87], + [106.521, -82.937], + [108, -78], + [106.163, -71.951], + [103, -67], + [95.723, -57.723], + [88, -50], + [84.784, -46.674], + [82, -44], + [79, -43], + [63, -27], + [52, -5], + [68, 14], + [75, 1], + [72, -6], + [78, -14], + [86, -21], + [101, -35], + [126, -68], + [114, -104] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 52, + "s": [ + { + "i": [ + [12.38, -0.935], + [0.334, 0.01], + [0.332, -0.013], + [7.395, -4.231], + [-0.401, -5.84], + [-1.589, -1.631], + [-2.495, -0.281], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.708, 0.451], + [-6.344, -5.401], + [-0.118, -3.707], + [1.553, -2.412], + [2.109, -2.261], + [3.479, -3.032], + [1.015, -0.925], + [4.884, -5.399], + [0.457, -0.597], + [0.675, -0.881], + [0.965, -1.73], + [-4.653, -6.739], + [-6.717, 1.325], + [0.967, 6.027], + [-0.361, 2.289], + [-1.893, 2.135], + [-2.46, 2.285], + [-4.813, 4.442], + [-3.763, 12.278], + [3.547, 5.784], + [3.366, 3.062] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.822, 0.237], + [-7.395, 4.231], + [0.151, 2.196], + [1.589, 1.631], + [3.209, 0.362], + [1.556, -1.296], + [0.784, -0.588], + [6.92, -4.404], + [2.825, 2.405], + [0.127, 3.97], + [-1.794, 2.785], + [-3.802, 4.076], + [-1.461, 1.273], + [-5.345, 4.868], + [-0.563, 0.622], + [-0.636, 0.832], + [-1.303, 1.701], + [-4.265, 7.65], + [2.215, 3.208], + [6.182, -1.22], + [-0.434, -2.706], + [0.105, -0.668], + [2.217, -2.501], + [6.121, -5.687], + [10.358, -9.559], + [2.752, -8.978], + [-2.654, -4.329], + [-7.422, -6.753] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.832, -101.702], + [54, -86], + [56.742, -80.064], + [63, -77], + [69.73, -78.846], + [74, -83], + [77, -84], + [103, -87], + [108, -78], + [103, -67], + [96, -58], + [84, -46], + [79, -43], + [63, -27], + [61, -25], + [60, -22], + [56, -18], + [56, 8], + [68, 14], + [75, 1], + [72, -6], + [78, -14], + [86, -21], + [101, -35], + [126, -68], + [124, -93], + [117, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 53, + "s": [ + { + "i": [ + [12.304, -0.929], + [0.334, 0.01], + [0.332, -0.013], + [7.404, -4.223], + [-0.424, -5.87], + [-1.586, -1.63], + [-2.499, -0.282], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.882, -1.486], + [-0.059, -1.853], + [1.066, -1.956], + [0.799, -1.242], + [3.42, -3.683], + [2.926, -2.55], + [1.015, -0.925], + [4.644, -5.08], + [-8.281, -11.995], + [-6.717, 1.325], + [0.967, 6.027], + [-0.361, 2.289], + [-1.837, 2.073], + [-2.369, 2.222], + [-4.859, 4.485], + [13.718, 22.37], + [3.366, 3.062] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.806, 0.237], + [-7.404, 4.223], + [0.159, 2.197], + [1.586, 1.63], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [1.412, 1.203], + [0.882, 1.486], + [0.061, 1.934], + [-1.066, 1.956], + [-2.394, 3.718], + [-3.42, 3.683], + [-1.461, 1.273], + [-5.408, 4.924], + [-7.65, 8.367], + [2.215, 3.208], + [6.182, -1.22], + [-0.434, -2.706], + [0.097, -0.617], + [2.18, -2.459], + [6.391, -5.993], + [13.758, -12.697], + [-2.654, -4.329], + [-7.482, -6.808] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.828, -101.724], + [54, -86], + [56.744, -80.063], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [106.515, -82.988], + [108, -78], + [106.146, -71.981], + [103, -67], + [93.899, -55.624], + [84, -46], + [79, -43], + [63, -27], + [56, 8], + [68, 14], + [75, 1], + [72, -6], + [78, -14], + [86, -21], + [101, -35], + [124, -93], + [117, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 54, + "s": [ + { + "i": [ + [12.304, -0.929], + [0.334, 0.01], + [0.332, -0.013], + [7.404, -4.223], + [-0.424, -5.87], + [-1.586, -1.63], + [-2.499, -0.282], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.882, -1.486], + [-0.059, -1.853], + [1.066, -1.956], + [0.799, -1.242], + [3.42, -3.683], + [2.926, -2.55], + [1.015, -0.925], + [4.644, -5.08], + [-8.281, -11.995], + [-6.717, 1.325], + [0.967, 6.027], + [-0.361, 2.289], + [-1.837, 2.073], + [-2.369, 2.222], + [-4.843, 4.499], + [13.699, 22.339], + [3.366, 3.062] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.806, 0.237], + [-7.404, 4.223], + [0.159, 2.197], + [1.586, 1.63], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [1.412, 1.203], + [0.882, 1.486], + [0.061, 1.934], + [-1.066, 1.956], + [-2.394, 3.718], + [-3.42, 3.683], + [-1.461, 1.273], + [-5.408, 4.924], + [-7.65, 8.367], + [2.215, 3.208], + [6.182, -1.22], + [-0.434, -2.706], + [0.097, -0.617], + [2.18, -2.459], + [6.39, -5.993], + [13.777, -12.8], + [-2.654, -4.329], + [-7.482, -6.808] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.828, -101.724], + [54, -86], + [56.744, -80.063], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [106.515, -82.988], + [108, -78], + [106.146, -71.981], + [103, -67], + [93.899, -55.624], + [84, -46], + [79, -43], + [63, -27], + [56, 8], + [68, 14], + [75, 1], + [72, -6], + [78, -14], + [86, -21], + [101, -35], + [124, -93], + [117, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 55, + "s": [ + { + "i": [ + [12.3, -0.929], + [0.334, 0.01], + [0.332, -0.013], + [7.404, -4.223], + [-0.424, -5.87], + [-1.586, -1.63], + [-2.499, -0.282], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-6.344, -5.401], + [-0.118, -3.707], + [1.809, -2.989], + [6.743, -6.198], + [3.75, -10.485], + [-0.208, -3.713], + [-1.091, -1.383], + [2.067, 12.881], + [-0.361, 2.289], + [-1.831, 2.095], + [-2.428, 2.305], + [-3.88, 3.668], + [-1.006, 0.754], + [-0.796, 0.79], + [-2.045, 2.458], + [-2.43, 5.656], + [-0.59, 2.441], + [2.858, 4.937], + [2.61, 2.375] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.806, 0.237], + [-7.404, 4.223], + [0.159, 2.197], + [1.586, 1.63], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [6.92, -4.404], + [2.825, 2.405], + [0.107, 3.347], + [-5.399, 8.921], + [-11.244, 10.335], + [-2.003, 5.601], + [0.162, 2.889], + [6.774, 8.581], + [-0.434, -2.706], + [0.213, -1.349], + [2.331, -2.667], + [5.725, -5.434], + [1.796, -1.698], + [0.952, -0.714], + [2.279, -2.261], + [4.543, -5.459], + [0.729, -1.698], + [2.288, -9.461], + [-1.972, -3.406], + [-7.468, -6.795] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.828, -101.724], + [54, -86], + [56.744, -80.063], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [103, -87], + [108, -78], + [104, -68], + [82, -45], + [54, -13], + [52, -3], + [56, 9], + [75, 1], + [72, -6], + [78, -13], + [85, -20], + [99, -34], + [104, -39], + [107, -40], + [113, -48], + [125, -64], + [127, -71], + [123, -94], + [117, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 56, + "s": [ + { + "i": [ + [12.291, -0.928], + [0.334, 0.01], + [0.332, -0.013], + [7.404, -4.223], + [-0.424, -5.87], + [-1.585, -1.63], + [-2.5, -0.282], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.118, -3.707], + [1.809, -2.989], + [6.743, -6.198], + [3.75, -10.485], + [-0.208, -3.713], + [-1.091, -1.383], + [2.067, 12.881], + [-0.361, 2.289], + [-1.78, 2.037], + [-2.428, 2.305], + [-5.434, 5.059], + [-0.68, 0.664], + [-2.148, 2.482], + [-1.904, 2.579], + [0.202, 10.903], + [1.709, 2.951], + [2.701, 2.457] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.806, 0.237], + [-7.404, 4.223], + [0.159, 2.197], + [1.585, 1.63], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [2.825, 2.405], + [0.107, 3.347], + [-5.399, 8.921], + [-11.244, 10.335], + [-2.003, 5.601], + [0.162, 2.889], + [6.774, 8.581], + [-0.434, -2.706], + [0.207, -1.314], + [2.331, -2.667], + [7.595, -7.21], + [0.69, -0.642], + [2.343, -2.289], + [2.151, -2.486], + [4.975, -6.737], + [-0.118, -6.386], + [-1.971, -3.404], + [-7.448, -6.777] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.828, -101.724], + [54, -86], + [56.744, -80.063], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [108, -78], + [104, -68], + [82, -45], + [54, -13], + [52, -3], + [56, 9], + [75, 1], + [72, -6], + [78, -13], + [85, -20], + [103, -38], + [106, -39], + [112, -47], + [118, -54], + [128, -79], + [123, -94], + [117, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 57, + "s": [ + { + "i": [ + [12.291, -0.928], + [0.334, 0.01], + [0.332, -0.013], + [7.406, -4.223], + [-0.432, -5.871], + [-1.584, -1.63], + [-2.502, -0.282], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.882, -1.486], + [-0.059, -1.853], + [0.787, -1.708], + [0.904, -1.495], + [6.663, -6.125], + [3.75, -10.485], + [-0.208, -3.713], + [-1.091, -1.383], + [2.067, 12.881], + [-0.361, 2.289], + [-1.78, 2.037], + [-2.428, 2.305], + [-7.457, 6.16], + [-0.666, 0.747], + [0.293, 15.788], + [1.709, 2.951], + [2.701, 2.457] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.806, 0.237], + [-7.406, 4.223], + [0.162, 2.198], + [1.584, 1.63], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [1.412, 1.203], + [0.882, 1.486], + [0.053, 1.673], + [-0.787, 1.708], + [-5.368, 8.869], + [-11.244, 10.335], + [-2.003, 5.601], + [0.162, 2.889], + [6.774, 8.581], + [-0.434, -2.706], + [0.207, -1.314], + [2.331, -2.667], + [8.916, -8.463], + [0.788, -0.651], + [8.101, -9.083], + [-0.118, -6.386], + [-1.971, -3.404], + [-7.448, -6.777] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.821, -101.725], + [54, -86], + [56.745, -80.063], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [106.515, -82.988], + [108, -78], + [106.719, -72.866], + [104, -68], + [82, -45], + [54, -13], + [52, -3], + [56, 9], + [75, 1], + [72, -6], + [78, -13], + [85, -20], + [107, -41], + [109, -43], + [128, -79], + [123, -94], + [117, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 58, + "s": [ + { + "i": [ + [12.291, -0.928], + [0.334, 0.01], + [0.332, -0.013], + [7.406, -4.223], + [-0.432, -5.871], + [-1.584, -1.63], + [-2.502, -0.282], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.882, -1.486], + [-0.059, -1.853], + [0.787, -1.708], + [0.904, -1.495], + [6.663, -6.125], + [3.75, -10.485], + [-0.208, -3.713], + [-1.091, -1.383], + [2.067, 12.881], + [-0.361, 2.289], + [-1.78, 2.037], + [-2.428, 2.305], + [-7.457, 6.16], + [-0.666, 0.747], + [0.293, 15.788], + [1.709, 2.951], + [2.701, 2.457] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.806, 0.237], + [-7.406, 4.223], + [0.162, 2.198], + [1.584, 1.63], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [1.412, 1.203], + [0.882, 1.486], + [0.053, 1.673], + [-0.787, 1.708], + [-5.368, 8.869], + [-11.244, 10.335], + [-2.003, 5.601], + [0.162, 2.889], + [6.774, 8.581], + [-0.434, -2.706], + [0.207, -1.314], + [2.331, -2.667], + [8.916, -8.463], + [0.788, -0.651], + [8.101, -9.083], + [-0.118, -6.386], + [-1.971, -3.404], + [-7.448, -6.777] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [66.821, -101.725], + [54, -86], + [56.745, -80.063], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [106.515, -82.988], + [108, -78], + [106.719, -72.866], + [104, -68], + [82, -45], + [54, -13], + [52, -3], + [56, 9], + [75, 1], + [72, -6], + [78, -13], + [85, -20], + [107, -41], + [109, -43], + [128, -79], + [123, -94], + [117, -101] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 59, + "s": [ + { + "i": [ + [0.233, -0.018], + [0.334, 0.01], + [0.332, -0.013], + [7.34, -4.074], + [-0.087, -5.471], + [-1.568, -1.799], + [-2.689, -0.303], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.118, -3.707], + [1.665, -2.75], + [6.591, -6.058], + [3.695, -10.333], + [-0.208, -3.713], + [-1.136, -1.439], + [2.07, 12.899], + [-0.361, 2.289], + [-2.204, 2.522], + [-2.383, 2.262], + [-7.197, 5.946], + [-3.098, 4.195], + [0.194, 10.463], + [2.607, 2.721], + [3.203, 1.444], + [0.428, 0.231], + [6.327, 0.288] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.729, 0.234], + [-7.339, 4.074], + [0.04, 2.501], + [1.568, 1.799], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [2.825, 2.405], + [0.102, 3.205], + [-5.468, 9.033], + [-11.226, 10.319], + [-2.003, 5.601], + [0.162, 2.892], + [6.756, 8.557], + [-0.434, -2.706], + [0.214, -1.36], + [2.256, -2.581], + [8.329, -7.906], + [4.571, -3.776], + [4.943, -6.693], + [-0.111, -5.958], + [-2.958, -3.088], + [-0.358, -0.161], + [-4.365, -2.357], + [-0.963, -0.044] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [67.138, -101.928], + [54, -87], + [56.513, -80.352], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [108, -78], + [104, -68], + [82, -45], + [54, -13], + [52, -3], + [56, 9], + [75, 1], + [72, -6], + [78, -13], + [85, -20], + [107, -41], + [118, -54], + [128, -79], + [122, -96], + [113, -104], + [112, -106], + [93, -110] + ], + "c": true + } + ], + "h": 1 + }, + { + "t": 60, + "s": [ + { + "i": [ + [12.291, -0.928], + [0.334, 0.01], + [0.332, -0.013], + [7.34, -4.074], + [-0.087, -5.471], + [-1.568, -1.799], + [-2.689, -0.303], + [-1.556, 1.296], + [-1.569, 1.177], + [-0.564, 0.12], + [-0.354, 0.225], + [-4.842, 0.875], + [-3.172, -2.701], + [-0.882, -1.486], + [-0.059, -1.853], + [0.805, -1.756], + [0.833, -1.375], + [6.591, -6.058], + [3.695, -10.333], + [-0.208, -3.713], + [-1.136, -1.439], + [2.07, 12.899], + [-0.361, 2.289], + [-1.78, 2.037], + [-2.428, 2.305], + [-7.457, 6.16], + [-0.666, 0.747], + [0.293, 15.788], + [1.709, 2.951], + [2.701, 2.457] + ], + "o": [ + [-0.331, 0.025], + [-0.334, -0.01], + [-5.729, 0.234], + [-7.339, 4.074], + [0.04, 2.501], + [1.568, 1.799], + [3.209, 0.362], + [1.556, -1.296], + [0.392, -0.294], + [0.564, -0.12], + [3.46, -2.202], + [4.842, -0.875], + [1.412, 1.203], + [0.882, 1.486], + [0.051, 1.602], + [-0.805, 1.756], + [-5.468, 9.033], + [-11.226, 10.319], + [-2.003, 5.601], + [0.162, 2.892], + [6.756, 8.557], + [-0.434, -2.706], + [0.207, -1.314], + [2.331, -2.667], + [8.916, -8.463], + [0.788, -0.651], + [8.101, -9.083], + [-0.118, -6.386], + [-1.971, -3.404], + [-7.448, -6.777] + ], + "v": [ + [91, -109], + [90.001, -108.991], + [89, -109], + [67.138, -101.928], + [54, -87], + [56.513, -80.352], + [63, -77], + [69.73, -78.846], + [74, -83], + [75.529, -83.551], + [77, -84], + [90.216, -89.177], + [103, -87], + [106.515, -82.988], + [108, -78], + [106.663, -72.829], + [104, -68], + [82, -45], + [54, -13], + [52, -3], + [56, 9], + [75, 1], + [72, -6], + [78, -13], + [85, -20], + [107, -41], + [109, -43], + [128, -79], + [123, -94], + [117, -101] + ], + "c": true + } + ], + "h": 1 + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.525490196078, 0.270588235294, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 31, + "op": 300, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "Shape Layer 4", + "parent": 15, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.016, 54.049, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 18, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 24, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "t": 50, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.525490196078, 0.270588235294, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 20, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [43.313, -47.836], "ix": 2 }, + "a": { "a": 0, "k": [43.313, -47.836], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "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": 24, + "op": 31, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "Shape Layer 1", + "parent": 15, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.016, 54.049, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 18, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 24, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "t": 50, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.525490196078, 0.270588235294, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 20, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [43.313, -47.836], "ix": 2 }, + "a": { "a": 0, "k": [43.313, -47.836], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "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": 18, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "Shape Layer 5", + "parent": 15, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.016, 54.049, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 18, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 24, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "t": 50, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.525490196078, 0.270588235294, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 20, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-78.173, -47.836], "ix": 2 }, + "a": { "a": 0, "k": [-78.173, -47.836], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "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": 18, + "op": 24, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 4, + "nm": "Cup 2", + "parent": 15, + "td": 1, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0, 0, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-11.815, 0], + [0, 0], + [1.176, -11.756], + [0, 0], + [5.492, 54.916], + [0, 0] + ], + "o": [ + [0, 0], + [11.815, 0], + [0, 0], + [-5.492, 54.916], + [0, 0], + [-1.176, -11.756] + ], + "v": [ + [-49.55, -73.91], + [49.55, -73.91], + [70.876, -52.583], + [62.346, 32.723], + [-62.346, 32.723], + [-70.876, -52.583] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.705882370472, 0.247058823705, 1], + "ix": 4 + }, + "o": { "a": 0, "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": "Cup", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 4, + "nm": "Star 4 :M", + "parent": 15, + "tt": 1, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [-225, -6.953, 0], + "to": [75, 0, 0], + "ti": [-75, 0, 0] + }, + { "t": 50, "s": [225, -6.953, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [24.984, 188.998, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [5.278, -3.874], + [6.547, -0.032], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237], + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237] + ], + "o": [ + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237], + [5.278, -3.874], + [6.547, -0.033], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237] + ], + "v": [ + [19.304, 28.834], + [0.146, 23.68], + [-18.962, 29.022], + [-19.98, 9.209], + [-30.965, -7.313], + [-12.436, -14.404], + [-0.118, -29.957], + [12.352, -14.526], + [30.95, -7.617], + [20.128, 9.011] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-200.016, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 188.998], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star 4", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [5.278, -3.874], + [6.547, -0.032], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237], + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237] + ], + "o": [ + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237], + [5.278, -3.874], + [6.547, -0.033], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237] + ], + "v": [ + [19.304, 28.834], + [0.146, 23.68], + [-18.962, 29.022], + [-19.98, 9.209], + [-30.965, -7.313], + [-12.436, -14.404], + [-0.118, -29.957], + [12.352, -14.526], + [30.95, -7.617], + [20.128, 9.011] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-50.016, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 188.998], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star 3", + "np": 1, + "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": [ + [5.278, -3.874], + [6.547, -0.032], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237], + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237] + ], + "o": [ + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237], + [5.278, -3.874], + [6.547, -0.033], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237] + ], + "v": [ + [19.304, 28.834], + [0.146, 23.68], + [-18.962, 29.022], + [-19.98, 9.209], + [-30.965, -7.313], + [-12.436, -14.404], + [-0.118, -29.957], + [12.352, -14.526], + [30.95, -7.617], + [20.128, 9.011] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [99.984, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 188.998], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star 2", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [5.278, -3.874], + [6.547, -0.032], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237], + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237] + ], + "o": [ + [-5.278, 3.874], + [-6.547, 0.032], + [-5.316, -3.822], + [-2.054, -6.217], + [1.993, -6.237], + [5.278, -3.874], + [6.547, -0.033], + [5.316, 3.822], + [2.054, 6.217], + [-1.993, 6.237] + ], + "v": [ + [19.304, 28.834], + [0.146, 23.68], + [-18.962, 29.022], + [-19.98, 9.209], + [-30.965, -7.313], + [-12.436, -14.404], + [-0.118, -29.957], + [12.352, -14.526], + [30.95, -7.617], + [20.128, 9.011] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 188.998], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 188.998], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "Star", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 4, + "nm": "Black Stand 2", + "parent": 14, + "td": 1, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0, 0, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-24.605, 0], + [0, 0], + [18.303, 0] + ], + "o": [ + [-18.303, 0], + [0, 0], + [24.605, 0], + [0, 0] + ], + "v": [ + [-42.653, -29.114], + [-53.962, 29.114], + [53.962, 29.114], + [42.653, -29.114] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.349019616842, 0.345098048449, 0.43137255311, 1], + "ix": 4 + }, + "o": { "a": 0, "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": "Black Stand", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 4, + "nm": "White Stand 4 :M", + "parent": 14, + "tt": 1, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [-225, -1.544, 0], + "to": [75, 0, 0], + "ti": [-75, 0, 0] + }, + { "t": 50, "s": [225, -1.544, 0] } + ], + "ix": 2, + "l": 2 + }, + "a": { "a": 0, "k": [24.984, 347.302, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.323, 0], + [0, 0], + [-1.582, -4.024], + [0, 0], + [4.323, 0], + [0, 0], + [-1.582, 4.024], + [0, 0] + ], + "o": [ + [0, 0], + [4.323, 0], + [0, 0], + [1.582, 4.024], + [0, 0], + [-4.323, 0], + [0, 0], + [1.582, -4.024] + ], + "v": [ + [-25.949, -12.268], + [25.998, -12.268], + [33.803, -4.464], + [37.313, 4.464], + [31.758, 12.268], + [-32.174, 12.268], + [-37.263, 4.464], + [-33.753, -4.464] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 347.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": "White Stand", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-200.016, 347.302], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 347.302], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand 4", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.323, 0], + [0, 0], + [-1.582, -4.024], + [0, 0], + [4.323, 0], + [0, 0], + [-1.582, 4.024], + [0, 0] + ], + "o": [ + [0, 0], + [4.323, 0], + [0, 0], + [1.582, 4.024], + [0, 0], + [-4.323, 0], + [0, 0], + [1.582, -4.024] + ], + "v": [ + [-25.949, -12.268], + [25.998, -12.268], + [33.803, -4.464], + [37.313, 4.464], + [31.758, 12.268], + [-32.174, 12.268], + [-37.263, 4.464], + [-33.753, -4.464] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 347.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": "White Stand", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-50.016, 347.302], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 347.302], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand 3", + "np": 1, + "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": [ + [-4.323, 0], + [0, 0], + [-1.582, -4.024], + [0, 0], + [4.323, 0], + [0, 0], + [-1.582, 4.024], + [0, 0] + ], + "o": [ + [0, 0], + [4.323, 0], + [0, 0], + [1.582, 4.024], + [0, 0], + [-4.323, 0], + [0, 0], + [1.582, -4.024] + ], + "v": [ + [-25.949, -12.268], + [25.998, -12.268], + [33.803, -4.464], + [37.313, 4.464], + [31.758, 12.268], + [-32.174, 12.268], + [-37.263, 4.464], + [-33.753, -4.464] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 347.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": "White Stand", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [99.984, 347.302], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 347.302], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand 2", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.323, 0], + [0, 0], + [-1.582, -4.024], + [0, 0], + [4.323, 0], + [0, 0], + [-1.582, 4.024], + [0, 0] + ], + "o": [ + [0, 0], + [4.323, 0], + [0, 0], + [1.582, 4.024], + [0, 0], + [-4.323, 0], + [0, 0], + [1.582, -4.024] + ], + "v": [ + [-25.949, -12.268], + [25.998, -12.268], + [33.803, -4.464], + [37.313, 4.464], + [31.758, 12.268], + [-32.174, 12.268], + [-37.263, 4.464], + [-33.753, -4.464] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fill 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 347.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": "White Stand", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [249.984, 347.302], "ix": 2 }, + "a": { "a": 0, "k": [249.984, 347.302], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transform" + } + ], + "nm": "White Stand", + "np": 1, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 4, + "nm": "Black Stand", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { + "k": [ + { + "s": [90], + "t": 2, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [88.052], + "t": 3, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [83.09], + "t": 4, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [75.985], + "t": 5, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [67.277], + "t": 6, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [57.336], + "t": 7, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [46.447], + "t": 8, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [34.86], + "t": 9, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [10.836], + "t": 11, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0], + "t": 12, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-6.514], + "t": 13, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-10.253], + "t": 14, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-11.772], + "t": 15, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-11.657], + "t": 16, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-10.457], + "t": 17, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-8.646], + "t": 18, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-6.599], + "t": 19, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-4.592], + "t": 20, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-2.804], + "t": 21, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-1.336], + "t": 22, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.223], + "t": 23, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.544], + "t": 24, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [1.006], + "t": 25, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [1.219], + "t": 26, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [1.245], + "t": 27, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [1.142], + "t": 28, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.963], + "t": 29, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.75], + "t": 30, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.535], + "t": 31, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.34], + "t": 32, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.176], + "t": 33, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.049], + "t": 34, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.04], + "t": 35, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.097], + "t": 36, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.125], + "t": 37, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.132], + "t": 38, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.124], + "t": 39, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.107], + "t": 40, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.085], + "t": 41, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.062], + "t": 42, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.041], + "t": 43, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.023], + "t": 44, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.008], + "t": 45, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.002], + "t": 46, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.009], + "t": 47, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.013], + "t": 48, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.014], + "t": 49, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.013], + "t": 50, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.012], + "t": 51, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.01], + "t": 52, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.007], + "t": 53, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.005], + "t": 54, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.003], + "t": 55, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0.001], + "t": 56, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0], + "t": 57, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.001], + "t": 58, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.001], + "t": 59, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.001], + "t": 60, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.001], + "t": 61, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.001], + "t": 62, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.001], + "t": 63, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [-0.001], + "t": 65, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0], + "t": 66, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0], + "t": 67, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0], + "t": 68, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + }, + { + "s": [0], + "t": 69, + "i": { "x": [1], "y": [1] }, + "o": { "x": [0], "y": [0] } + } + ] + }, + "p": { + "k": [ + { + "s": [138.235, 254.547, 0], + "t": 0, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [143.584, 250.368, 0], + "t": 1, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [157.812, 240.556, 0], + "t": 2, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [179.791, 229.215, 0], + "t": 3, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [209.087, 221.759, 0], + "t": 4, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [243.189, 225.873, 0], + "t": 5, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [274.404, 246.799, 0], + "t": 6, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [294.84, 281.274, 0], + "t": 7, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [299.502, 322.507, 0], + "t": 8, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [282.589, 360.014, 0], + "t": 9, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [249.984, 377.959, 0], + "t": 10, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [228.111, 384.013, 0], + "t": 11, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [215.555, 387.488, 0], + "t": 12, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [210.454, 388.9, 0], + "t": 13, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [210.841, 388.792, 0], + "t": 14, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [214.869, 387.678, 0], + "t": 15, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [220.951, 385.994, 0], + "t": 16, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [227.823, 384.092, 0], + "t": 17, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [234.564, 382.227, 0], + "t": 18, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [240.567, 380.565, 0], + "t": 19, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [245.498, 379.201, 0], + "t": 20, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [249.235, 378.166, 0], + "t": 21, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [251.813, 377.453, 0], + "t": 22, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [253.364, 377.023, 0], + "t": 23, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [254.079, 376.826, 0], + "t": 24, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [254.164, 376.802, 0], + "t": 25, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [253.818, 376.898, 0], + "t": 26, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [253.217, 377.064, 0], + "t": 27, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [252.503, 377.262, 0], + "t": 28, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [251.782, 377.461, 0], + "t": 29, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [251.126, 377.643, 0], + "t": 30, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [250.576, 377.795, 0], + "t": 31, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [250.15, 377.913, 0], + "t": 32, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [249.849, 377.996, 0], + "t": 33, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [249.66, 378.049, 0], + "t": 34, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + }, + { + "s": [249.909, 377.98, 0], + "t": 42, + "i": { "x": 1, "y": 1 }, + "o": { "x": 0, "y": 0 } + } + ], + "l": 2 + }, + "a": { "a": 0, "k": [0, 29.114, 0], "ix": 1, "l": 2 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.833, 0.833, 0.833], "y": [0.833, 0.833, 1] }, + "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, + "t": 0, + "s": [0, 0, 100] + }, + { "t": 10, "s": [100, 100, 100] } + ], + "ix": 6, + "l": 2 + } + }, + "ao": 0, + "ef": [ + { + "ty": 5, + "nm": "Elastic Controller", + "np": 5, + "mn": "Pseudo/MDS Elastic Controller", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 0, + "nm": "Amplitude", + "mn": "Pseudo/MDS Elastic Controller-0001", + "ix": 1, + "v": { "a": 0, "k": 20, "ix": 1 } + }, + { + "ty": 0, + "nm": "Frequency", + "mn": "Pseudo/MDS Elastic Controller-0002", + "ix": 2, + "v": { "a": 0, "k": 40, "ix": 2 } + }, + { + "ty": 0, + "nm": "Decay", + "mn": "Pseudo/MDS Elastic Controller-0003", + "ix": 3, + "v": { "a": 0, "k": 60, "ix": 3 } + } + ] + }, + { + "ty": 5, + "nm": "Elastic Controller 2", + "np": 5, + "mn": "Pseudo/MDS Elastic Controller", + "ix": 2, + "en": 1, + "ef": [ + { + "ty": 0, + "nm": "Amplitude", + "mn": "Pseudo/MDS Elastic Controller-0001", + "ix": 1, + "v": { "a": 0, "k": 20, "ix": 1 } + }, + { + "ty": 0, + "nm": "Frequency", + "mn": "Pseudo/MDS Elastic Controller-0002", + "ix": 2, + "v": { "a": 0, "k": 40, "ix": 2 } + }, + { + "ty": 0, + "nm": "Decay", + "mn": "Pseudo/MDS Elastic Controller-0003", + "ix": 3, + "v": { "a": 0, "k": 60, "ix": 3 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-24.605, 0], + [0, 0], + [18.303, 0] + ], + "o": [ + [-18.303, 0], + [0, 0], + [24.605, 0], + [0, 0] + ], + "v": [ + [-42.653, -29.114], + [-53.962, 29.114], + [53.962, 29.114], + [42.653, -29.114] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.349019616842, 0.345098048449, 0.43137255311, 1], + "ix": 4 + }, + "o": { "a": 0, "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": "Black Stand", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 4, + "nm": "Cup", + "parent": 14, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0, -152.895, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-11.815, 0], + [0, 0], + [1.176, -11.756], + [0, 0], + [5.492, 54.916], + [0, 0] + ], + "o": [ + [0, 0], + [11.815, 0], + [0, 0], + [-5.492, 54.916], + [0, 0], + [-1.176, -11.756] + ], + "v": [ + [-49.55, -73.91], + [49.55, -73.91], + [70.876, -52.583], + [62.346, 32.723], + [-62.346, 32.723], + [-70.876, -52.583] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.705882370472, 0.247058823705, 1], + "ix": 4 + }, + "o": { "a": 0, "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": "Cup", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "Stand", + "parent": 14, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0, -56.636, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [19.235, 36.65], + [0, 0], + [-15.853, -38.082], + [0, 0] + ], + "o": [ + [0, 0], + [-20.405, 35.342], + [0, 0], + [17.561, -38.659] + ], + "v": [ + [-33.841, -56.55], + [33.841, -56.55], + [25.31, 56.55], + [-25.31, 56.55] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [1, 0.525490224361, 0.270588248968, 1], + "ix": 4 + }, + "o": { "a": 0, "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": "Stand", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "Shape Layer 3", + "parent": 15, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.016, 54.049, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 18, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 24, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "t": 50, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.525490196078, 0.270588235294, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 20, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [43.313, -47.836], "ix": 2 }, + "a": { "a": 0, "k": [43.313, -47.836], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "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": 18, + "op": 24, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "Shape Layer 6", + "parent": 15, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.016, 54.049, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 18, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 24, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "t": 50, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.525490196078, 0.270588235294, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 20, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-78.173, -47.836], "ix": 2 }, + "a": { "a": 0, "k": [-78.173, -47.836], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "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": 24, + "op": 310, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "Shape Layer 2", + "parent": 15, + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.016, 54.049, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 10, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 18, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + }, + { + "i": { "x": 0, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 24, + "s": [ + { + "i": [ + [0, 0], + [11.928, -26.533], + [-4, -20], + [1.5, -2] + ], + "o": [ + [-4.5, -7], + [-12.25, 27.25], + [0.88, 4.401], + [-1.5, 2] + ], + "v": [ + [-64.5, -87], + [-116.25, -85.75], + [-62.5, -7], + [-65.5, 4] + ], + "c": false + } + ] + }, + { + "t": 50, + "s": [ + { + "i": [ + [0, 0], + [-11.928, -26.533], + [4, -20], + [-1.5, -2] + ], + "o": [ + [4.5, -7], + [12.25, 27.25], + [-0.88, 4.401], + [1.5, 2] + ], + "v": [ + [64.42, -87], + [116.17, -85.75], + [62.42, -7], + [65.42, 4] + ], + "c": false + } + ] + } + ], + "ix": 2 + }, + "nm": "Path 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [1, 0.525490196078, 0.270588235294, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 20, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Stroke 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-78.173, -47.836], "ix": 2 }, + "a": { "a": 0, "k": [-78.173, -47.836], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "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": 18, + "st": 10, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 0, + "nm": "Pre-comp 1", + "refId": "comp_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 60, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [250, 250, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 500, + "h": 500, + "ip": 16, + "op": 316, + "st": 16, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 0, + "nm": "Pre-comp 1", + "refId": "comp_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 45, "ix": 10 }, + "p": { "a": 0, "k": [250, 250, 0], "ix": 2, "l": 2 }, + "a": { "a": 0, "k": [250, 250, 0], "ix": 1, "l": 2 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6, "l": 2 } + }, + "ao": 0, + "w": 500, + "h": 500, + "ip": 11, + "op": 311, + "st": 11, + "bm": 0 + } + ], + "markers": [] +} diff --git a/src/components/about/ContributionCTA.jsx b/src/components/about/ContributionCTA.jsx index b245748..0528ae5 100644 --- a/src/components/about/ContributionCTA.jsx +++ b/src/components/about/ContributionCTA.jsx @@ -6,7 +6,7 @@ export const ContributionCTA = () => {
{/* Floating glow inside card */}
- + {/* Background Dots */}
@@ -15,10 +15,11 @@ export const ContributionCTA = () => { Want to contribute to RankerHub?

- Join our open-source community, help squash bugs, optimize layouts, or add new challenges and help build the future of developer rankings. + Join our open-source community, help squash bugs, optimize layouts, or + add new challenges and help build the future of developer rankings.

- + { +export const ContributorCard = ({ + login, + avatarUrl, + contributions, + htmlUrl, + variants, + rank, +}) => { const rankColors = { 1: { - border: "border-amber-400/80 dark:border-amber-500/60 hover:border-amber-500 shadow-amber-500/5", + border: + "border-amber-400/80 dark:border-amber-500/60 hover:border-amber-500 shadow-amber-500/5", bg: "bg-amber-500/5 dark:bg-amber-500/5", - badge: "bg-amber-500/10 text-amber-600 dark:text-amber-400 border-amber-500/25", - icon: + badge: + "bg-amber-500/10 text-amber-600 dark:text-amber-400 border-amber-500/25", + icon: , }, 2: { - border: "border-slate-400/80 dark:border-slate-400/60 hover:border-slate-550 shadow-slate-400/5", + border: + "border-slate-400/80 dark:border-slate-400/60 hover:border-slate-550 shadow-slate-400/5", bg: "bg-slate-400/5 dark:bg-slate-400/5", - badge: "bg-slate-400/10 text-slate-600 dark:text-slate-400 border-slate-400/25", - icon: + badge: + "bg-slate-400/10 text-slate-600 dark:text-slate-400 border-slate-400/25", + icon: , }, 3: { - border: "border-amber-700/50 dark:border-amber-700/40 hover:border-amber-650 shadow-amber-700/5", + border: + "border-amber-700/50 dark:border-amber-700/40 hover:border-amber-650 shadow-amber-700/5", bg: "bg-amber-700/5 dark:bg-amber-700/5", - badge: "bg-amber-750/10 text-amber-700 dark:text-amber-500 border-amber-700/25", - icon: - } + badge: + "bg-amber-750/10 text-amber-700 dark:text-amber-500 border-amber-700/25", + icon: , + }, }; const theme = rankColors[rank] || { - border: "border-slate-200/50 dark:border-slate-800/50 hover:border-violet-500/30 dark:hover:border-violet-500/20", + border: + "border-slate-200/50 dark:border-slate-800/50 hover:border-violet-500/30 dark:hover:border-violet-500/20", bg: "bg-white/40 dark:bg-slate-950/40", - badge: "bg-slate-100/70 dark:bg-slate-900/50 text-slate-550 dark:text-slate-400 border-slate-200/10 dark:border-slate-850/20", - icon: null + badge: + "bg-slate-100/70 dark:bg-slate-900/50 text-slate-550 dark:text-slate-400 border-slate-200/10 dark:border-slate-850/20", + icon: null, }; return ( @@ -42,26 +57,34 @@ export const ContributorCard = ({ login, avatarUrl, contributions, htmlUrl, vari > {/* Rank Badge */}
- - {theme.icon} - #{rank} + + {theme.icon}#{rank}
{/* Avatar */}
- {`${login} + {`${login}
- + {/* Info */}
{login} - + - {contributions} {contributions === 1 ? 'commit' : 'commits'} + {contributions} {contributions === 1 ? "commit" : "commits"}
diff --git a/src/components/about/ContributorsGrid.jsx b/src/components/about/ContributorsGrid.jsx index a6b1b7f..d7088aa 100644 --- a/src/components/about/ContributorsGrid.jsx +++ b/src/components/about/ContributorsGrid.jsx @@ -12,14 +12,16 @@ export const ContributorsGrid = ({ fadeInUp, staggerContainer }) => { const fetchContributors = async () => { try { setLoading(true); - const res = await fetch("https://api.github.com/repos/indresh404/RankerHub/contributors"); + const res = await fetch( + "https://api.github.com/repos/indresh404/RankerHub/contributors", + ); if (!res.ok) { throw new Error(`Failed to fetch: ${res.status}`); } const data = await res.json(); - + const sorted = data.sort((a, b) => b.contributions - a.contributions); - + setContributors(sorted); setError(null); } catch (err) { @@ -55,13 +57,18 @@ export const ContributorsGrid = ({ fadeInUp, staggerContainer }) => {
-

Could not fetch contributors dynamically

-

GitHub API rate limit exceeded or network offline. You can view all activity directly on GitHub.

+

+ Could not fetch contributors dynamically +

+

+ GitHub API rate limit exceeded or network offline. You can view all + activity directly on GitHub. +

-
View Contributors on GitHub @@ -74,7 +81,9 @@ export const ContributorsGrid = ({ fadeInUp, staggerContainer }) => { return (

No external contributors found yet.

-

Be the first to submit a pull request and join the community!

+

+ Be the first to submit a pull request and join the community! +

); } @@ -83,7 +92,7 @@ export const ContributorsGrid = ({ fadeInUp, staggerContainer }) => { const restContributors = contributors.slice(3); return ( - {
{/* Circle Avatar Frame */}
- {contrib.login}
@@ -144,7 +153,8 @@ export const ContributorsGrid = ({ fadeInUp, staggerContainer }) => { {contrib.login} - {contrib.contributions} {contrib.contributions === 1 ? 'commit' : 'commits'} + {contrib.contributions}{" "} + {contrib.contributions === 1 ? "commit" : "commits"}
diff --git a/src/components/about/TeamCard.jsx b/src/components/about/TeamCard.jsx index 28552a0..a6e550b 100644 --- a/src/components/about/TeamCard.jsx +++ b/src/components/about/TeamCard.jsx @@ -2,23 +2,34 @@ import React from "react"; import { Heart, Mail } from "lucide-react"; import { Github, Linkedin, Instagram } from "../ui/Icons"; -export const TeamCard = ({ username, avatar, role, description, isOwner, links, className = "" }) => { +export const TeamCard = ({ + username, + avatar, + role, + description, + isOwner, + links, + className = "", +}) => { return (
{/* Glow blob */} -
+ `} + /> {/* Dot pattern */}
@@ -28,12 +39,21 @@ export const TeamCard = ({ username, avatar, role, description, isOwner, links, {/* Avatar */}
-
- {`${username} - @@ -45,13 +65,16 @@ export const TeamCard = ({ username, avatar, role, description, isOwner, links,

{username}

- + `} + > {role}
@@ -65,29 +88,44 @@ export const TeamCard = ({ username, avatar, role, description, isOwner, links,
{links.github && ( - + )} {links.linkedin && ( - + )} {links.instagram && ( - + )} {links.email && ( - + )} diff --git a/src/components/dashboard/ActivityFeed.jsx b/src/components/dashboard/ActivityFeed.jsx index c71913b..2b9d75d 100644 --- a/src/components/dashboard/ActivityFeed.jsx +++ b/src/components/dashboard/ActivityFeed.jsx @@ -1,17 +1,42 @@ import React from "react"; import { motion } from "framer-motion"; -import { GitCommit, ArrowUpRight, Code, GitMerge, Award, Flame } from "lucide-react"; +import { + GitCommit, + ArrowUpRight, + Code, + GitMerge, + Award, + Flame, +} from "lucide-react"; import { activityFeed } from "../../data/activities"; import Card from "../ui/Card"; import { staggerContainer, fadeUp } from "../../utils/motion"; const iconMap = { - commit: { icon: GitCommit, color: "text-blue-500 bg-blue-500/10 border-blue-500/25" }, - rank_up: { icon: ArrowUpRight, color: "text-amber-500 bg-amber-500/10 border-amber-500/25" }, - challenge: { icon: Code, color: "text-purple-500 bg-purple-500/10 border-purple-500/25" }, - pr_merge: { icon: GitMerge, color: "text-emerald-500 bg-emerald-500/10 border-emerald-500/25" }, - badge: { icon: Award, color: "text-pink-500 bg-pink-500/10 border-pink-500/25" }, - streak: { icon: Flame, color: "text-orange-500 bg-orange-500/10 border-orange-500/25" } + commit: { + icon: GitCommit, + color: "text-blue-500 bg-blue-500/10 border-blue-500/25", + }, + rank_up: { + icon: ArrowUpRight, + color: "text-amber-500 bg-amber-500/10 border-amber-500/25", + }, + challenge: { + icon: Code, + color: "text-purple-500 bg-purple-500/10 border-purple-500/25", + }, + pr_merge: { + icon: GitMerge, + color: "text-emerald-500 bg-emerald-500/10 border-emerald-500/25", + }, + badge: { + icon: Award, + color: "text-pink-500 bg-pink-500/10 border-pink-500/25", + }, + streak: { + icon: Flame, + color: "text-orange-500 bg-orange-500/10 border-orange-500/25", + }, }; export const ActivityFeed = () => { @@ -20,8 +45,12 @@ export const ActivityFeed = () => { {/* Header */}
-

Recent Activity

-

Live events across the community

+

+ Recent Activity +

+

+ Live events across the community +

Rank Points (+XP) @@ -47,7 +76,9 @@ export const ActivityFeed = () => { className="relative flex items-start justify-between gap-3 group" > {/* Timeline Node Icon */} -
+
diff --git a/src/components/dashboard/RankPreview.jsx b/src/components/dashboard/RankPreview.jsx index b228f9b..05e6cf0 100644 --- a/src/components/dashboard/RankPreview.jsx +++ b/src/components/dashboard/RankPreview.jsx @@ -17,24 +17,24 @@ export const RankPreview = () => { // Calculate dynamic progress mapping for the 4 badges (same as Achievements.jsx) const badgeProgress = { b1: { unlocked: true, progress: 100, current: 1, target: 1 }, - b2: { - unlocked: commits >= 100, - progress: Math.min(100, Math.round((commits / 100) * 100)), - current: commits, - target: 100 + b2: { + unlocked: commits >= 100, + progress: Math.min(100, Math.round((commits / 100) * 100)), + current: commits, + target: 100, }, - b3: { - unlocked: streak >= 10, - progress: Math.min(100, Math.round((streak / 10) * 100)), - current: streak, - target: 10 + b3: { + unlocked: streak >= 10, + progress: Math.min(100, Math.round((streak / 10) * 100)), + current: streak, + target: 10, + }, + b4: { + unlocked: codingVersePoints >= 100, + progress: Math.min(100, Math.round((codingVersePoints / 100) * 100)), + current: codingVersePoints, + target: 100, }, - b4: { - unlocked: codingVersePoints >= 100, - progress: Math.min(100, Math.round((codingVersePoints / 100) * 100)), - current: codingVersePoints, - target: 100 - } }; useEffect(() => { @@ -45,21 +45,28 @@ export const RankPreview = () => { return () => clearTimeout(timer); }, [userData]); - const unlockedCount = Object.values(badgeProgress).filter((b) => b.unlocked).length; + const unlockedCount = Object.values(badgeProgress).filter( + (b) => b.unlocked, + ).length; return ( {/* Header */}
-

Achievement Preview

-

{unlockedCount} of 4 badges unlocked

+

+ Achievement Preview +

+

+ {unlockedCount} of 4 badges unlocked +

- View all + View all{" "} +
@@ -71,7 +78,10 @@ export const RankPreview = () => {
) : systemBadges.length > 0 ? ( systemBadges.map((badge) => { - const info = badgeProgress[badge.id] || { unlocked: false, progress: 0 }; + const info = badgeProgress[badge.id] || { + unlocked: false, + progress: 0, + }; return (
{ ); }) ) : ( -

No achievements yet

+

+ No achievements yet +

)}
diff --git a/src/components/dashboard/StatsCards.jsx b/src/components/dashboard/StatsCards.jsx index bf0e163..c95898d 100644 --- a/src/components/dashboard/StatsCards.jsx +++ b/src/components/dashboard/StatsCards.jsx @@ -1,7 +1,12 @@ import React, { useState, useEffect } from "react"; import { motion } from "framer-motion"; import { Trophy, GitPullRequest, Flame, Award, ArrowUp } from "lucide-react"; -import { query, collection, where, getCountFromServer } from "firebase/firestore"; +import { + query, + collection, + where, + getCountFromServer, +} from "firebase/firestore"; import { db } from "../../lib/firebase"; import { useAuth } from "../../context/AuthContext"; import Card from "../ui/Card"; @@ -19,7 +24,7 @@ export const StatsCards = () => { try { const q = query( collection(db, "users"), - where("points.totalPoints", ">", userData.points.totalPoints) + where("points.totalPoints", ">", userData.points.totalPoints), ); const snapshot = await getCountFromServer(q); const currentRank = snapshot.data().count + 1; @@ -44,7 +49,7 @@ export const StatsCards = () => { subtext: rank === "Loading..." ? "Calculating..." : "Live platform rank", trend: "up", icon: Trophy, - color: "text-amber-500 bg-amber-500/10 border-amber-500/20" + color: "text-amber-500 bg-amber-500/10 border-amber-500/20", }, { title: "GitHub Commits", @@ -52,7 +57,7 @@ export const StatsCards = () => { subtext: "Verified contribution commits", trend: "up", icon: GitPullRequest, - color: "text-blue-500 bg-blue-500/10 border-blue-500/20" + color: "text-blue-500 bg-blue-500/10 border-blue-500/20", }, { title: "Active Streak", @@ -60,7 +65,7 @@ export const StatsCards = () => { subtext: streak > 5 ? "You're on fire! 🦉🔥" : "Daily streak active", trend: "stable", icon: Flame, - color: "text-orange-500 bg-orange-500/10 border-orange-500/20" + color: "text-orange-500 bg-orange-500/10 border-orange-500/20", }, { title: "Global Points", @@ -68,8 +73,8 @@ export const StatsCards = () => { subtext: `Rank points: ${userData?.points?.gitRankPoints || 0} Git + ${userData?.points?.referralPoints || 0} Ref`, trend: "up", icon: Award, - color: "text-purple-500 bg-purple-500/10 border-purple-500/20" - } + color: "text-purple-500 bg-purple-500/10 border-purple-500/20", + }, ]; return ( @@ -88,7 +93,7 @@ export const StatsCards = () => { > {/* Background Accent Gradient Hover */}
- +
{stat.title} @@ -108,7 +113,9 @@ export const StatsCards = () => {

-
+
diff --git a/src/components/dashboard/StreakCard.jsx b/src/components/dashboard/StreakCard.jsx index 7393bf4..f8c6a33 100644 --- a/src/components/dashboard/StreakCard.jsx +++ b/src/components/dashboard/StreakCard.jsx @@ -5,16 +5,16 @@ import Card from "../ui/Card"; export const StreakCard = () => { const { userData } = useAuth(); - + const activeStreak = userData?.streak || 0; const longestStreak = Math.max(userData?.longestStreak || 0, activeStreak); - + // Calculate today's status const now = new Date(); const todayStr = now.toDateString(); const lastLogin = userData?.lastLogin ? new Date(userData?.lastLogin) : null; const loggedInToday = lastLogin && lastLogin.toDateString() === todayStr; - + const dailyProgressMins = loggedInToday ? 60 : 0; const dailyGoalMins = 60; const percentComplete = loggedInToday ? 100 : 0; @@ -25,21 +25,24 @@ export const StreakCard = () => { // Get Monday of current week const currentDay = now.getDay(); // 0 (Sunday) to 6 (Saturday) const daysSinceMonday = currentDay === 0 ? 6 : currentDay - 1; - + const monday = new Date(now); monday.setDate(now.getDate() - daysSinceMonday); monday.setHours(0, 0, 0, 0); const history = []; - + for (let i = 0; i < 7; i++) { const dayDate = new Date(monday); dayDate.setDate(monday.getDate() + i); dayDate.setHours(0, 0, 0, 0); const dayStr = daysOfWeek[i]; - const dateLabel = dayDate.toLocaleDateString("en-US", { month: "short", day: "numeric" }); - + const dateLabel = dayDate.toLocaleDateString("en-US", { + month: "short", + day: "numeric", + }); + let status = "pending"; const diffTime = now.getTime() - dayDate.getTime(); const diffDays = Math.round(diffTime / (1000 * 60 * 60 * 24)); @@ -48,7 +51,9 @@ export const StreakCard = () => { status = loggedInToday ? "completed" : "current"; } else if (dayDate < now) { // Past day - const maxCompletedDiff = loggedInToday ? activeStreak - 1 : activeStreak; + const maxCompletedDiff = loggedInToday + ? activeStreak - 1 + : activeStreak; if (diffDays >= 0 && diffDays <= maxCompletedDiff) { status = "completed"; } @@ -57,7 +62,7 @@ export const StreakCard = () => { history.push({ day: dayStr, status, - date: dateLabel + date: dateLabel, }); } return history; @@ -73,8 +78,12 @@ export const StreakCard = () => { {/* Header */}
-

Streak Tracker

-

Keep up your daily coding habit

+

+ Streak Tracker +

+

+ Keep up your daily coding habit +

@@ -84,12 +93,13 @@ export const StreakCard = () => { {/* Progress Circle & Metrics */}
- {/* Progress Bar Display */}
Today's Progress - {dailyProgressMins} / {dailyGoalMins} mins + + {dailyProgressMins} / {dailyGoalMins} mins +
{/* Bar track */} @@ -101,8 +111,8 @@ export const StreakCard = () => {
- {loggedInToday - ? "Streak extended for today! Keep up the amazing work." + {loggedInToday + ? "Streak extended for today! Keep up the amazing work." : "Check-in or log code today to keep your daily streak active."}
@@ -119,7 +129,6 @@ export const StreakCard = () => { Personal Record
-
{/* Week day bubbles */} @@ -127,25 +136,33 @@ export const StreakCard = () => { {streakHistory.map((item, idx) => { const isDone = item.status === "completed"; const isCurrent = item.status === "current"; - + return (
{item.day} - +
- {isDone ? : isCurrent ? "🦉" : "?"} + {isDone ? ( + + ) : isCurrent ? ( + "🦉" + ) : ( + "?" + )}
); diff --git a/src/components/friends/DeveloperCard.jsx b/src/components/friends/DeveloperCard.jsx index e61816e..099c37e 100644 --- a/src/components/friends/DeveloperCard.jsx +++ b/src/components/friends/DeveloperCard.jsx @@ -4,7 +4,12 @@ import { ArrowUpRight, Check, UserPlus, UsersRound } from "lucide-react"; import Card from "../ui/Card"; import GradientButton from "../ui/GradientButton"; -export const DeveloperCard = ({ developer, isFollowing, onToggleFollow, compact = false }) => { +export const DeveloperCard = ({ + developer, + isFollowing, + onToggleFollow, + compact = false, +}) => { return (
@@ -67,7 +72,9 @@ export const DeveloperCard = ({ developer, isFollowing, onToggleFollow, compact
@@ -75,7 +82,11 @@ export const DeveloperCard = ({ developer, isFollowing, onToggleFollow, compact {developer.mutualFriends} mutual friends - {!compact && {developer.activity}} + {!compact && ( + + {developer.activity} + + )}
{ @@ -88,9 +88,17 @@ export const MobileSidebar = ({ isOpen, close }) => { > {/* Header */}
- +
- RankerHub Logo + RankerHub Logo
RankerHub @@ -122,12 +130,16 @@ export const MobileSidebar = ({ isOpen, close }) => {
- + {link.label}
diff --git a/src/components/layout/Navbar.jsx b/src/components/layout/Navbar.jsx index 4adaf18..9527144 100644 --- a/src/components/layout/Navbar.jsx +++ b/src/components/layout/Navbar.jsx @@ -39,7 +39,10 @@ export const Navbar = ({ toggleMobile, isMobileOpen }) => { // Close notifications dropdown on click outside useEffect(() => { const handleClickOutside = (event) => { - if (notificationRef.current && !notificationRef.current.contains(event.target)) { + if ( + notificationRef.current && + !notificationRef.current.contains(event.target) + ) { setShowNotifications(false); } if (searchRef.current && !searchRef.current.contains(event.target)) { @@ -80,7 +83,6 @@ export const Navbar = ({ toggleMobile, isMobileOpen }) => { return (
@@ -146,7 +150,9 @@ export const Navbar = ({ toggleMobile, isMobileOpen }) => { // ✅ Yeh daalo: onClick={() => { if (searchQuery.trim()) { - navigate(`/gitrank?search=${encodeURIComponent(searchQuery)}`); + navigate( + `/gitrank?search=${encodeURIComponent(searchQuery)}`, + ); setSearchQuery(""); setIsMobileSearchOpen(false); setShowSearchResults(false); @@ -181,7 +187,11 @@ export const Navbar = ({ toggleMobile, isMobileOpen }) => { onClick={toggleMobile} className="md:hidden p-2 rounded-xl border border-slate-200/50 dark:border-slate-800/50 hover:bg-slate-50 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400 cursor-pointer" > - {isMobileOpen ? : } + {isMobileOpen ? ( + + ) : ( + + )} {/* Animated Greeting */} @@ -194,13 +204,24 @@ export const Navbar = ({ toggleMobile, isMobileOpen }) => { Welcome back - {greeting}, {userData?.name || user?.displayName || userData?.githubUsername || "Developer"} 👋 + {greeting},{" "} + + {userData?.name || + user?.displayName || + userData?.githubUsername || + "Developer"} + {" "} + 👋
{/* Middle: Search bar */} -
+ { {user.name}

- - @{user.username}{" • "}{user.language}{" • "}#{user.rank} + @{user.username} + {" • "} + {user.language} + {" • "}#{user.rank}

@@ -313,7 +336,9 @@ export const Navbar = ({ toggleMobile, isMobileOpen }) => { > {/* Header */}
-

Notifications

+

+ Notifications +

{unreadCount > 0 && (
); diff --git a/src/components/layout/PublicFooter.jsx b/src/components/layout/PublicFooter.jsx index f7c04b0..fc5bfe2 100644 --- a/src/components/layout/PublicFooter.jsx +++ b/src/components/layout/PublicFooter.jsx @@ -5,16 +5,59 @@ export const PublicFooter = () => { return (
- window.scrollTo({ top: 0, behavior: "smooth" })} className="hover:text-slate-900 dark:hover:text-slate-100 transition-colors font-semibold">Home - Features - How it Works - About Us - GitHub Repository - Terms of Service - Privacy Policy + window.scrollTo({ top: 0, behavior: "smooth" })} + className="hover:text-slate-900 dark:hover:text-slate-100 transition-colors font-semibold" + > + Home + + + Features + + + How it Works + + + About Us + + + GitHub Repository + + + Terms of Service + + + Privacy Policy +
-

© 2026 RankerHub. Built with React + Vite + TailwindCSS.

-

Premium developer ranking dashboard. All features simulate active states.

+

+ © 2026 RankerHub. Built with React + Vite + TailwindCSS. +

+

+ Premium developer ranking dashboard. All features simulate active + states. +

); }; diff --git a/src/components/layout/PublicNavbar.jsx b/src/components/layout/PublicNavbar.jsx index 55d21ff..ff81b89 100644 --- a/src/components/layout/PublicNavbar.jsx +++ b/src/components/layout/PublicNavbar.jsx @@ -136,7 +136,11 @@ export const PublicNavbar = () => { className="nav-logo-link" >
- RankerHub Logo + RankerHub Logo
RankerHub @@ -147,7 +151,11 @@ export const PublicNavbar = () => { {/* Navigation Links with Active Sliding Pill */}
-
+
{navItems.map((item, idx) => (
diff --git a/src/components/layout/Sidebar.jsx b/src/components/layout/Sidebar.jsx index 4deb4ed..9d469d3 100644 --- a/src/components/layout/Sidebar.jsx +++ b/src/components/layout/Sidebar.jsx @@ -15,7 +15,7 @@ import { Info, HelpCircle, Award, - UsersRound + UsersRound, } from "lucide-react"; import { Github } from "../ui/Icons"; import ThemeToggle from "../ui/ThemeToggle"; @@ -37,7 +37,7 @@ const iconMap = { Info, HelpCircle, Award, - UsersRound + UsersRound, }; const isLinkActive = (pathname, path) => { @@ -76,7 +76,11 @@ export const Sidebar = ({ isCollapsed, toggleCollapse }) => {
- RankerHub Logo + RankerHub Logo
{!isCollapsed && ( @@ -97,7 +101,11 @@ export const Sidebar = ({ isCollapsed, toggleCollapse }) => { onClick={toggleCollapse} className="p-1.5 rounded-lg border border-slate-800/50 hover:bg-slate-800/60 text-slate-500 hover:text-slate-200 cursor-pointer" > - {isCollapsed ? : } + {isCollapsed ? ( + + ) : ( + + )}
@@ -108,22 +116,22 @@ export const Sidebar = ({ isCollapsed, toggleCollapse }) => { const isActive = isLinkActive(location.pathname, link.path); return ( - + - - + + {!isCollapsed && ( { ); })} - -
{/* Sidebar Footer / Theme & Logout */} diff --git a/src/components/ui/AboutModal.jsx b/src/components/ui/AboutModal.jsx index a0da080..2793329 100644 --- a/src/components/ui/AboutModal.jsx +++ b/src/components/ui/AboutModal.jsx @@ -5,15 +5,47 @@ import Card from "./Card"; export const AboutModal = ({ onClose }) => { const stats = [ - { label: "Community Members", value: "250K+", icon: Users, color: "text-violet-500 bg-violet-500/10 border-violet-500/20" }, - { label: "XP Points Issued", value: "85M+", icon: Trophy, color: "text-amber-500 bg-amber-500/10 border-amber-500/20" }, - { label: "Algorithms Compiled", value: "12M+", icon: Code2, color: "text-emerald-500 bg-emerald-500/10 border-emerald-500/20" }, - { label: "Open-Source Integrations", value: "1,500+", icon: Cpu, color: "text-blue-500 bg-blue-500/10 border-blue-500/20" } + { + label: "Community Members", + value: "250K+", + icon: Users, + color: "text-violet-500 bg-violet-500/10 border-violet-500/20", + }, + { + label: "XP Points Issued", + value: "85M+", + icon: Trophy, + color: "text-amber-500 bg-amber-500/10 border-amber-500/20", + }, + { + label: "Algorithms Compiled", + value: "12M+", + icon: Code2, + color: "text-emerald-500 bg-emerald-500/10 border-emerald-500/20", + }, + { + label: "Open-Source Integrations", + value: "1,500+", + icon: Cpu, + color: "text-blue-500 bg-blue-500/10 border-blue-500/20", + }, ]; const team = [ - { name: "Indresh", role: "Lead Architect & Developer", avatar: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?auto=format&fit=crop&q=80&w=200", bio: "Passionate about full-stack engineering, gamified developer tools, and building responsive, premium UI components." }, - { name: "Oliver the Owl", role: "Chief Motivation Officer", avatar: "https://images.unsplash.com/photo-1544390158-44754023dd70?auto=format&fit=crop&q=80&w=200", bio: "The brains behind the CodingOwl focus module. Helps developers stay on track and maintain their daily streak goals." } + { + name: "Indresh", + role: "Lead Architect & Developer", + avatar: + "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?auto=format&fit=crop&q=80&w=200", + bio: "Passionate about full-stack engineering, gamified developer tools, and building responsive, premium UI components.", + }, + { + name: "Oliver the Owl", + role: "Chief Motivation Officer", + avatar: + "https://images.unsplash.com/photo-1544390158-44754023dd70?auto=format&fit=crop&q=80&w=200", + bio: "The brains behind the CodingOwl focus module. Helps developers stay on track and maintain their daily streak goals.", + }, ]; return ( @@ -51,7 +83,8 @@ export const AboutModal = ({ onClose }) => { About RankerHub

- Exploring the mission, values, and architectural details powering the premium developer leaderboard platform. + Exploring the mission, values, and architectural details powering + the premium developer leaderboard platform.

@@ -60,17 +93,31 @@ export const AboutModal = ({ onClose }) => {
-

Our Vision

+

+ Our Vision +

- RankerHub was built with a simple goal: to make developer analytics and contribution tracking exciting, engaging, and motivating. By integrating daily Git milestones, problem-solving, habit formation, and equity-focused initiatives, RankerHub brings a premium gamified experience to modern engineering teams. + RankerHub was built with a simple goal: to make developer + analytics and contribution tracking exciting, engaging, and + motivating. By integrating daily Git milestones, + problem-solving, habit formation, and equity-focused + initiatives, RankerHub brings a premium gamified experience to + modern engineering teams.

- We believe coding is more than a job—it's a journey of continuous learning. By visualizing progress and rewarding consistency, we empower developers to claim their spots on leaderboards, verify their achievements, and spotlight their craft. + We believe coding is more than a job—it's a journey of + continuous learning. By visualizing progress and rewarding + consistency, we empower developers to claim their spots on + leaderboards, verify their achievements, and spotlight their + craft.

- Secure analytics, zero tracking data leakage, public verify systems. + + Secure analytics, zero tracking data leakage, public verify + systems. +
@@ -79,9 +126,14 @@ export const AboutModal = ({ onClose }) => {
-

Driven by Performance

+

+ Driven by Performance +

- RankerHub runs high-performance ranking engines checking commits, streaks, and focus times. Our clean UI-first setup matches active metrics to create a dynamic developer environment. + RankerHub runs high-performance ranking engines checking + commits, streaks, and focus times. Our clean UI-first setup + matches active metrics to create a dynamic developer + environment.

@@ -95,8 +147,13 @@ export const AboutModal = ({ onClose }) => { {stats.map((stat, idx) => { const Icon = stat.icon; return ( - -
+ +
@@ -114,7 +171,9 @@ export const AboutModal = ({ onClose }) => { {/* Values */} -

Core Development Values

+

+ Core Development Values +

@@ -122,7 +181,9 @@ export const AboutModal = ({ onClose }) => { Gamification & Fun

- Streaks, badges, and avatars keep coding fresh. We make routine habits exciting and rewarding for both junior and senior developers. + Streaks, badges, and avatars keep coding fresh. We make routine + habits exciting and rewarding for both junior and senior + developers.

@@ -131,7 +192,9 @@ export const AboutModal = ({ onClose }) => { Diversity & Representation

- We celebrate all engineers. The RankHer module is dedicated to supporting, highlighting, and advancing women in technical roles. + We celebrate all engineers. The RankHer module is dedicated to + supporting, highlighting, and advancing women in technical + roles.

@@ -140,7 +203,8 @@ export const AboutModal = ({ onClose }) => { Data-Driven Growth

- Visualize developer focus, commits, and algorithmic rankings with detailed breakdowns that encourage incremental improvement. + Visualize developer focus, commits, and algorithmic rankings + with detailed breakdowns that encourage incremental improvement.

@@ -148,17 +212,30 @@ export const AboutModal = ({ onClose }) => { {/* Creators */}
-

Meet the Project Leads

+

+ Meet the Project Leads +

{team.map((member, idx) => ( - +
- {member.name} + {member.name}
-

{member.name}

- {member.role} +

+ {member.name} +

+ + {member.role} +

{member.bio} diff --git a/src/components/ui/ComingSoonCard.jsx b/src/components/ui/ComingSoonCard.jsx index 56559ad..f07a8e6 100644 --- a/src/components/ui/ComingSoonCard.jsx +++ b/src/components/ui/ComingSoonCard.jsx @@ -1,5 +1,5 @@ import React from "react"; -import { } from "framer-motion"; +import {} from "framer-motion"; import LottiePlayer from "./LottiePlayer"; import hourglassAnimation from "../../assets/animations/hourglass_loading.json"; import Card from "./Card"; @@ -10,9 +10,8 @@ export const ComingSoonCard = ({ icon: Icon, features = [], estimatedArrival = "Q3 2026", - showHourglass = true + showHourglass = true, }) => { - return ( {/* Background Gradient Orbs */} @@ -26,11 +25,11 @@ export const ComingSoonCard = ({ Module Integration

)} - +

{title}

- +

{description}

@@ -53,14 +52,21 @@ export const ComingSoonCard = ({
- Estimated Release: {estimatedArrival} + Estimated Release:{" "} + + {estimatedArrival} +
{showHourglass && (
- +
)} diff --git a/src/components/ui/ErrorBoundary.jsx b/src/components/ui/ErrorBoundary.jsx index e286456..82e3e76 100644 --- a/src/components/ui/ErrorBoundary.jsx +++ b/src/components/ui/ErrorBoundary.jsx @@ -25,11 +25,21 @@ export class ErrorBoundary extends Component {
- + {/* Main SVG Icon Container */}
- - + +
@@ -37,7 +47,8 @@ export class ErrorBoundary extends Component { Something went wrong.

- The application encountered an unexpected error. Don't worry, your data is safe. + The application encountered an unexpected error. Don't worry, your + data is safe.

-
-
); }; diff --git a/src/pages/Dashboard.jsx b/src/pages/Dashboard.jsx index d2c38bc..1e71c0d 100644 --- a/src/pages/Dashboard.jsx +++ b/src/pages/Dashboard.jsx @@ -1,7 +1,12 @@ import React, { useState, useEffect } from "react"; import LottiePlayer from "../components/ui/LottiePlayer"; import { Award, ShieldCheck } from "lucide-react"; -import { query, collection, where, getCountFromServer } from "firebase/firestore"; +import { + query, + collection, + where, + getCountFromServer, +} from "firebase/firestore"; import { db } from "../lib/firebase"; import { useAuth } from "../context/AuthContext"; import trophyAnimation from "../assets/animations/trophy.json"; @@ -17,7 +22,7 @@ const heatmapColors = [ "bg-violet-500/10 dark:bg-violet-500/10", "bg-violet-500/30 dark:bg-violet-500/30", "bg-violet-500/60 dark:bg-violet-500/50", - "bg-violet-600 dark:bg-violet-600" + "bg-violet-600 dark:bg-violet-600", ]; export const Dashboard = () => { @@ -26,7 +31,7 @@ export const Dashboard = () => { // Initialize with 168 empty cells (24 weeks * 7 days) const [heatmapCells, setHeatmapCells] = useState( - Array.from({ length: 168 }, () => 0) + Array.from({ length: 168 }, () => 0), ); // 1. Fetch REAL GitHub Contributions for Heatmap with Caching @@ -43,7 +48,7 @@ export const Dashboard = () => { try { const res = await fetch( - `https://github-contributions-api.jogruber.de/v4/${username}?y=last` + `https://github-contributions-api.jogruber.de/v4/${username}?y=last`, ); if (!res.ok) { @@ -104,7 +109,7 @@ export const Dashboard = () => { try { const q = query( collection(db, "users"), - where("points.totalPoints", ">", userData.points.totalPoints) + where("points.totalPoints", ">", userData.points.totalPoints), ); const snapshot = await getCountFromServer(q); const currentRank = snapshot.data().count + 1; @@ -120,7 +125,10 @@ export const Dashboard = () => { const totalPoints = userData?.points?.totalPoints || 0; const devLevel = Math.floor(totalPoints / 250) + 1; const nextLevelPoints = devLevel * 250; - const levelProgressPercent = Math.min(100, Math.floor((totalPoints / nextLevelPoints) * 100)); + const levelProgressPercent = Math.min( + 100, + Math.floor((totalPoints / nextLevelPoints) * 100), + ); const challenges = [ { @@ -128,15 +136,15 @@ export const Dashboard = () => { difficulty: "Medium", diffColor: "bg-amber-500/10 text-amber-500 border-amber-500/20", points: "+10 CP", - category: "Trees / BFS" + category: "Trees / BFS", }, { title: "LRU Cache Implementation", difficulty: "Hard", diffColor: "bg-red-500/10 text-red-500 border-red-500/20", points: "+20 CP", - category: "Design / DLL" - } + category: "Design / DLL", + }, ]; return ( @@ -151,13 +159,18 @@ export const Dashboard = () => {
- Level {devLevel} Developer + Level {devLevel}{" "} + Developer

Welcome back, {userData?.name || "Developer"}!

- You are currently ranked {rank} globally. Complete daily arena challenges to boost your rank! + You are currently ranked{" "} + + {rank} + {" "} + globally. Complete daily arena challenges to boost your rank!

@@ -166,11 +179,17 @@ export const Dashboard = () => { style={{ width: `${levelProgressPercent}%` }} />
- {totalPoints} / {nextLevelPoints} XP + + {totalPoints} / {nextLevelPoints} XP +
- +
@@ -184,13 +203,31 @@ export const Dashboard = () => {
{[ - { label: "GitRank (GitHub)", points: userData?.points?.gitRankPoints || 0, color: "bg-blue-500" }, - { label: "CodingVerse", points: userData?.points?.codingVersePoints || 0, color: "bg-purple-500" }, - { label: "Streak Points", points: userData?.points?.streakPoints || 0, color: "bg-orange-500" }, - { label: "Referral Points", points: userData?.points?.referralPoints || 0, color: "bg-emerald-500" } + { + label: "GitRank (GitHub)", + points: userData?.points?.gitRankPoints || 0, + color: "bg-blue-500", + }, + { + label: "CodingVerse", + points: userData?.points?.codingVersePoints || 0, + color: "bg-purple-500", + }, + { + label: "Streak Points", + points: userData?.points?.streakPoints || 0, + color: "bg-orange-500", + }, + { + label: "Referral Points", + points: userData?.points?.referralPoints || 0, + color: "bg-emerald-500", + }, ].map((skill, idx) => { const maxPoints = Math.max(10, totalPoints); - const percent = Math.min(100, Math.floor((skill.points / maxPoints) * 100)) || 0; + const percent = + Math.min(100, Math.floor((skill.points / maxPoints) * 100)) || + 0; return (
@@ -229,7 +266,8 @@ export const Dashboard = () => {

- Consistent contributions directly increase your GitRank rating points. + Consistent contributions directly increase your GitRank rating + points.

@@ -251,7 +289,10 @@ export const Dashboard = () => {
More
- Activity logged from github.com/{userData?.githubUsername || "developer"} + + Activity logged from github.com/ + {userData?.githubUsername || "developer"} +
@@ -272,8 +313,12 @@ export const Dashboard = () => { >
- {challenge.category} - + + {challenge.category} + + {challenge.difficulty}
@@ -311,4 +356,4 @@ export const Dashboard = () => { ); }; -export default Dashboard; \ No newline at end of file +export default Dashboard; diff --git a/src/pages/Friends.jsx b/src/pages/Friends.jsx index cd98008..e3e054d 100644 --- a/src/pages/Friends.jsx +++ b/src/pages/Friends.jsx @@ -1,6 +1,12 @@ import React, { useMemo, useState, useEffect } from "react"; import { Link, useLocation } from "react-router-dom"; -import { Activity, HeartHandshake, UserCheck, UserPlus, UsersRound } from "lucide-react"; +import { + Activity, + HeartHandshake, + UserCheck, + UserPlus, + UsersRound, +} from "lucide-react"; import SectionHeader from "../components/ui/SectionHeader"; import Card from "../components/ui/Card"; import DeveloperCard from "../components/friends/DeveloperCard"; @@ -11,13 +17,28 @@ import { hydrateConnections, toggleFollowStatus, subscribeToFollowing, - subscribeToFollowers + subscribeToFollowers, } from "../services/friendsService"; const tabs = [ - { id: "friends", label: "Friends", path: "/dashboard/friends", icon: HeartHandshake }, - { id: "followers", label: "Followers", path: "/dashboard/friends/followers", icon: UsersRound }, - { id: "following", label: "Following", path: "/dashboard/friends/following", icon: UserCheck } + { + id: "friends", + label: "Friends", + path: "/dashboard/friends", + icon: HeartHandshake, + }, + { + id: "followers", + label: "Followers", + path: "/dashboard/friends/followers", + icon: UsersRound, + }, + { + id: "following", + label: "Following", + path: "/dashboard/friends/following", + icon: UserCheck, + }, ]; const getActiveTab = (pathname) => { @@ -43,7 +64,9 @@ export const Friends = () => { const loadDevelopers = async () => { try { const fetchedDevs = await fetchDevelopers(); - const filteredDevs = fetchedDevs.filter(dev => dev.id !== currentUser?.uid); + const filteredDevs = fetchedDevs.filter( + (dev) => dev.id !== currentUser?.uid, + ); setDevelopers(filteredDevs); } catch (error) { console.error("Failed to load developers", error); @@ -51,15 +74,15 @@ export const Friends = () => { setLoading(false); } }; - + if (currentUser?.uid) { loadDevelopers(); - + // Setup Real-time Firebase Listeners unsubFollowing = subscribeToFollowing(currentUser.uid, (ids) => { setFollowingIds(ids); }); - + unsubFollowers = subscribeToFollowers(currentUser.uid, (ids) => { setFollowerIds(ids); }); @@ -73,14 +96,17 @@ export const Friends = () => { const connections = useMemo( () => hydrateConnections(developers, followingIds, followerIds), - [developers, followingIds, followerIds] + [developers, followingIds, followerIds], ); const activeDevelopers = connections[activeTab]; const tabCopy = { - friends: "Developers who follow you back and collaborate with you across RankerHub.", - followers: "Developers tracking your public progress, badges, and challenge activity.", - following: "Developers whose rankings, activity, and learning notes you follow." + friends: + "Developers who follow you back and collaborate with you across RankerHub.", + followers: + "Developers tracking your public progress, badges, and challenge activity.", + following: + "Developers whose rankings, activity, and learning notes you follow.", }; const handleToggleFollow = async (developerId) => { @@ -108,13 +134,28 @@ export const Friends = () => {
{[ - { label: "Friends", value: connections.friends.length, icon: HeartHandshake }, - { label: "Followers", value: connections.followers.length, icon: UsersRound }, - { label: "Following", value: connections.following.length, icon: UserCheck } + { + label: "Friends", + value: connections.friends.length, + icon: HeartHandshake, + }, + { + label: "Followers", + value: connections.followers.length, + icon: UsersRound, + }, + { + label: "Following", + value: connections.following.length, + icon: UserCheck, + }, ].map((stat) => { const Icon = stat.icon; return ( - +
{stat.label} @@ -182,9 +223,12 @@ export const Friends = () => { ) : ( -

No developers here yet

+

+ No developers here yet +

- Follow developers from suggestions to grow this section instantly. + Follow developers from suggestions to grow this section + instantly.

)} @@ -219,9 +263,12 @@ export const Friends = () => {
-

Database Connected

+

+ Database Connected +

- Follow state is now persisting via real-time Firestore listeners. Refresh to see your friends! + Follow state is now persisting via real-time Firestore + listeners. Refresh to see your friends!

@@ -232,4 +279,4 @@ export const Friends = () => { ); }; -export default Friends; \ No newline at end of file +export default Friends; diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 5643e38..ba2b28a 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -24,7 +24,7 @@ import { GitPullRequest, Terminal, Flame, - CheckCircle2 + CheckCircle2, } from "lucide-react"; import { Github } from "../components/ui/Icons"; import { fadeUp, staggerContainer } from "../utils/motion"; @@ -33,7 +33,12 @@ import Card from "../components/ui/Card"; import logo from "../assets/logo.png"; import GlowRingLogo from "../components/ui/GlowRingLogo"; -const AnimatedNumber = ({ value, suffix = "", decimals = 0, duration = 2000 }) => { +const AnimatedNumber = ({ + value, + suffix = "", + decimals = 0, + duration = 2000, +}) => { const [count, setCount] = useState(0); const elementRef = useRef(null); const [hasStarted, setHasStarted] = useState(false); @@ -46,7 +51,7 @@ const AnimatedNumber = ({ value, suffix = "", decimals = 0, duration = 2000 }) = observer.disconnect(); } }, - { threshold: 0.1 } + { threshold: 0.1 }, ); if (elementRef.current) { @@ -66,10 +71,10 @@ const AnimatedNumber = ({ value, suffix = "", decimals = 0, duration = 2000 }) = if (!startTime) startTime = timestamp; const progress = timestamp - startTime; const percentage = Math.min(progress / duration, 1); - + // Easing function (easeOutQuad) const easeProgress = percentage * (2 - percentage); - + const currentValue = easeProgress * endValue; setCount(currentValue); @@ -89,7 +94,12 @@ const AnimatedNumber = ({ value, suffix = "", decimals = 0, duration = 2000 }) = maximumFractionDigits: decimals, }); - return {formatted}{suffix}; + return ( + + {formatted} + {suffix} + + ); }; export const Home = () => { @@ -108,86 +118,115 @@ export const Home = () => { } }, [location]); - - const features = [ { title: "GitRank", - description: "Analyze commits, pull requests, and reviews to rank developers globally and by language.", + description: + "Analyze commits, pull requests, and reviews to rank developers globally and by language.", icon: Github, color: "text-blue-500 bg-blue-500/10 border-blue-500/20", accent: "from-blue-500/20 via-cyan-500/10 to-transparent", gradient: "from-blue-500/20 to-cyan-400/20 shadow-blue-500/10", stats: "PRs, reviews, language ranks", - status: "Contribution intelligence" + status: "Contribution intelligence", }, { title: "RankHer", - description: "A spotlight ranking and community to support female software engineers.", + description: + "A spotlight ranking and community to support female software engineers.", icon: Sparkles, color: "text-pink-500 bg-pink-500/10 border-pink-500/20", accent: "from-pink-500/20 via-rose-500/10 to-transparent", gradient: "from-pink-500/20 to-rose-400/20 shadow-pink-500/10", stats: "Spotlights, cohorts, recognition", - status: "Inclusive rankings" + status: "Inclusive rankings", }, { title: "CodingVerse", - description: "Solve daily algorithmic challenges, earn points, and climb the problem-solving ladder.", + description: + "Solve daily algorithmic challenges, earn points, and climb the problem-solving ladder.", icon: Code2, color: "text-purple-500 bg-purple-500/10 border-purple-500/20", accent: "from-violet-500/20 via-indigo-500/10 to-transparent", gradient: "from-violet-500/20 to-indigo-400/20 shadow-violet-500/10", stats: "Daily practice, XP, ladders", - status: "Challenge arena" + status: "Challenge arena", }, { title: "CodingOwl", - description: "Build ironclad habits. Follow streaks and focus sessions backed by a focused habit assistant.", + description: + "Build ironclad habits. Follow streaks and focus sessions backed by a focused habit assistant.", icon: BookOpen, color: "text-orange-500 bg-orange-500/10 border-orange-500/20", accent: "from-amber-500/20 via-orange-500/10 to-transparent", gradient: "from-amber-500/20 to-orange-400/20 shadow-amber-500/10", stats: "Streaks, focus sessions, rituals", - status: "Habit companion" + status: "Habit companion", }, { title: "Achievements System", - description: "Turn consistent progress into badges, milestone trophies, and profile-ready proof of work.", + description: + "Turn consistent progress into badges, milestone trophies, and profile-ready proof of work.", icon: Trophy, color: "text-emerald-500 bg-emerald-500/10 border-emerald-500/20", accent: "from-emerald-500/20 via-teal-500/10 to-transparent", gradient: "from-emerald-500/20 to-teal-400/20 shadow-emerald-500/10", stats: "Badges, trophies, milestones", - status: "Progress rewards" + status: "Progress rewards", }, { title: "Friends System", - description: "Follow peers, compare momentum, and keep developer growth social without adding noise.", + description: + "Follow peers, compare momentum, and keep developer growth social without adding noise.", icon: UserPlus, color: "text-sky-500 bg-sky-500/10 border-sky-500/20", accent: "from-sky-500/20 via-blue-500/10 to-transparent", gradient: "from-sky-500/20 to-blue-400/20 shadow-sky-500/10", stats: "Followers, activity, peer ranks", - status: "Social coding graph" + status: "Social coding graph", }, { title: "Referral System", - description: "Invite developers into the platform and reward community growth with meaningful perks.", + description: + "Invite developers into the platform and reward community growth with meaningful perks.", icon: Gift, color: "text-fuchsia-500 bg-fuchsia-500/10 border-fuchsia-500/20", accent: "from-fuchsia-500/20 via-purple-500/10 to-transparent", gradient: "from-fuchsia-500/20 to-purple-400/20 shadow-fuchsia-500/10", stats: "Invites, rewards, growth loops", - status: "Community expansion" - } + status: "Community expansion", + }, ]; const valueProps = [ - { label: "Tracked Developers", numericValue: 85420, suffix: "+", decimals: 0, icon: Users }, - { label: "Challenges Solved", numericValue: 1.2, suffix: "M+", decimals: 1, icon: Target }, - { label: "Pull Requests Analyzed", numericValue: 3.4, suffix: "M+", decimals: 1, icon: Zap }, - { label: "Global Badges Issued", numericValue: 24000, suffix: "+", decimals: 0, icon: Award } + { + label: "Tracked Developers", + numericValue: 85420, + suffix: "+", + decimals: 0, + icon: Users, + }, + { + label: "Challenges Solved", + numericValue: 1.2, + suffix: "M+", + decimals: 1, + icon: Target, + }, + { + label: "Pull Requests Analyzed", + numericValue: 3.4, + suffix: "M+", + decimals: 1, + icon: Zap, + }, + { + label: "Global Badges Issued", + numericValue: 24000, + suffix: "+", + decimals: 0, + icon: Award, + }, ]; const steps = [ @@ -199,10 +238,10 @@ export const Home = () => { "OAuth login with read-only public scope", "Initial GitRank score calculated on onboarding", "Optional: enable private repo sync for full stats", - "Referral bonus: +50 XP for new user, +100 XP for referrer" + "Referral bonus: +50 XP for new user, +100 XP for referrer", ], icon: Link2, - color: "from-blue-600 to-cyan-500 text-blue-400" + color: "from-blue-600 to-cyan-500 text-blue-400", }, { num: "02", @@ -212,10 +251,10 @@ export const Home = () => { "Commits: +2 XP each", "Pull Requests opened: +5 XP each", "Code Reviews submitted: +10 XP each", - "Manual sync available with a 5-minute cooldown" + "Manual sync available with a 5-minute cooldown", ], icon: GitPullRequest, - color: "from-violet-600 to-indigo-500 text-violet-400" + color: "from-violet-600 to-indigo-500 text-violet-400", }, { num: "03", @@ -226,10 +265,10 @@ export const Home = () => { "Medium problems: +150 XP", "Hard problems: +200 XP", "15 total questions, one attempt per question", - "CodingVerse rank calculated from Firestore standings" + "CodingVerse rank calculated from Firestore standings", ], icon: Terminal, - color: "from-purple-600 to-pink-500 text-purple-400" + color: "from-purple-600 to-pink-500 text-purple-400", }, { num: "04", @@ -239,10 +278,10 @@ export const Home = () => { "Consecutive daily login: +10 Streak XP / day", "Streak resets to 1 after missing a day", "Accumulated streak points are never lost", - "Reach 10-day streak to unlock the Consistency badge" + "Reach 10-day streak to unlock the Consistency badge", ], icon: Flame, - color: "from-orange-600 to-red-500 text-orange-400" + color: "from-orange-600 to-red-500 text-orange-400", }, { num: "05", @@ -252,11 +291,11 @@ export const Home = () => { "Total XP = GitRank + CodingVerse + Streak + Referral", "Global rank: count of users above you + 1", "Language-specific and RankHer specialty leaderboards", - "Unlock badges at 100+ GitRank, 10-day streak, 100+ CodingVerse XP" + "Unlock badges at 100+ GitRank, 10-day streak, 100+ CodingVerse XP", ], icon: Trophy, - color: "from-amber-600 to-yellow-500 text-amber-400" - } + color: "from-amber-600 to-yellow-500 text-amber-400", + }, ]; return ( @@ -306,7 +345,9 @@ export const Home = () => { variants={fadeUp()} className="text-base sm:text-lg md:text-xl text-slate-500 dark:text-slate-400 font-medium" > - RankerHub tracks commits, streaks, and problem-solving to gamify your software development journey. Build habits, spotlight contributions, and earn badges. + RankerHub tracks commits, streaks, and problem-solving to gamify + your software development journey. Build habits, spotlight + contributions, and earn badges. { Get Started - - - View on GitHub - - + + + View on GitHub + +
@@ -365,18 +410,26 @@ export const Home = () => {
-
+
{/* Section header */}
Feature suite -

+

Everything developers need to turn progress into rank.

- A connected set of ranking, learning, habit, achievement, social, and referral systems designed for a modern developer platform. + A connected set of ranking, learning, habit, achievement, social, + and referral systems designed for a modern developer platform.

@@ -414,17 +467,24 @@ export const Home = () => {
{/* Vibrant frosted gradient backglow */} -
- +
+ -
{/* Embedded How It Works Section */} -
+
- {/* Header */}
@@ -476,7 +538,8 @@ export const Home = () => { How RankerHub Works

- Follow these steps to synchronize your metrics, conquer challenges, and unlock verified achievements. + Follow these steps to synchronize your metrics, conquer + challenges, and unlock verified achievements.

@@ -487,7 +550,9 @@ export const Home = () => { return (
{/* Icon wrapper */} -
+
@@ -500,7 +565,7 @@ export const Home = () => { {step.title}
- +

{step.desc}

@@ -509,7 +574,10 @@ export const Home = () => { {step.details && (
    {step.details.map((detail, dIdx) => ( -
  • +
  • {detail}
  • @@ -526,10 +594,10 @@ export const Home = () => {

    - Ready to climb? Link your profile, start coding, and watch your developer standings rise! + Ready to climb? Link your profile, start coding, and watch your + developer standings rise!

    -
diff --git a/src/pages/Login.jsx b/src/pages/Login.jsx index f20e292..32d6e0f 100644 --- a/src/pages/Login.jsx +++ b/src/pages/Login.jsx @@ -12,7 +12,6 @@ export const Login = () => { const [isLoading, setIsLoading] = useState(false); const [error, setError] = useState(""); - // Extract referral parameters from URL (e.g. ?ref=NEWCODE or #/login?ref=NEWCODE) useEffect(() => { const getQueryParam = (name) => { @@ -50,14 +49,15 @@ export const Login = () => { // or /dashboard once AuthContext resolves the user's onboarding status. } catch (error) { console.error("GitHub sign-in error:", error); - setError(error.message || "Failed to sign in with GitHub. Please try again."); + setError( + error.message || "Failed to sign in with GitHub. Please try again.", + ); setIsLoading(false); } }; return (
- {/* Light Mode Enhanced Background Orbs */}
@@ -82,14 +82,15 @@ export const Login = () => { className="w-full max-w-md relative z-10" > - {/* Back to Home */}
- + + ← + Back to Home
@@ -118,21 +119,26 @@ export const Login = () => {
- GitRank + + GitRank +
- CodingVerse + + CodingVerse +
- CodingOwl + + CodingOwl +
{/* Form */} - {/* Error Message - Enhanced */} {error && ( { className="flex items-start gap-3 p-3 rounded-xl bg-gradient-to-r from-red-50 to-rose-50 dark:bg-red-500/10 border border-red-200 dark:border-red-500/20" > -

{error}

+

+ {error} +

); }; diff --git a/src/pages/NotFound.jsx b/src/pages/NotFound.jsx index 383deca..64c86fa 100644 --- a/src/pages/NotFound.jsx +++ b/src/pages/NotFound.jsx @@ -9,13 +9,11 @@ import GradientButton from "../components/ui/GradientButton"; export const NotFound = () => { return (
- {/* Floating background gradient glow orbs */}
- {/* Lottie 404 Error Animation */}
@@ -24,9 +22,10 @@ export const NotFound = () => {

Page Not Found

- +

- The dashboard link you are trying to visit doesn't exist or is currently restricted under staging. Let's get you back. + The dashboard link you are trying to visit doesn't exist or is + currently restricted under staging. Let's get you back.

@@ -35,14 +34,16 @@ export const NotFound = () => { Go Home - + - + Dashboard
-
); diff --git a/src/pages/Privacy.jsx b/src/pages/Privacy.jsx index c1eb7e7..cd39cd5 100644 --- a/src/pages/Privacy.jsx +++ b/src/pages/Privacy.jsx @@ -6,7 +6,10 @@ export const Privacy = () => { return (
- + Back to Home
@@ -14,16 +17,39 @@ export const Privacy = () => {
-

Privacy Policy

+

+ Privacy Policy +

-

Last Updated: May 31, 2026

-

1. Data Collection

-

We collect information you provide directly to us, such as when you create an account, update your profile, or communicate with us. We also collect public developer metrics from connected platforms like GitHub.

-

2. How We Use Your Data

-

We use the information we collect to calculate global and language-specific rankings, provide personalized coding challenges (CodingVerse), and maintain your developer streaks (CodingOwl).

-

3. Data Security

-

We take reasonable measures to help protect information about you from loss, theft, misuse, and unauthorized access. We do not store sensitive source code or private repository data.

+

+ Last Updated: May 31, 2026 +

+

+ 1. Data Collection +

+

+ We collect information you provide directly to us, such as when + you create an account, update your profile, or communicate with + us. We also collect public developer metrics from connected + platforms like GitHub. +

+

+ 2. How We Use Your Data +

+

+ We use the information we collect to calculate global and + language-specific rankings, provide personalized coding challenges + (CodingVerse), and maintain your developer streaks (CodingOwl). +

+

+ 3. Data Security +

+

+ We take reasonable measures to help protect information about you + from loss, theft, misuse, and unauthorized access. We do not store + sensitive source code or private repository data. +

This is a placeholder document for the RankerHub project.

diff --git a/src/pages/Terms.jsx b/src/pages/Terms.jsx index 8a16f50..3d45e8f 100644 --- a/src/pages/Terms.jsx +++ b/src/pages/Terms.jsx @@ -6,7 +6,10 @@ export const Terms = () => { return (
- + Back to Home
@@ -14,16 +17,40 @@ export const Terms = () => {
-

Terms of Service

+

+ Terms of Service +

-

Last Updated: May 31, 2026

-

1. Acceptance of Terms

-

By accessing and using RankerHub, you agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use our platform.

-

2. User Accounts and GitHub Integration

-

RankerHub uses public GitHub data to calculate developer rankings. By connecting your account, you authorize us to read your public repositories, commit history, and pull requests. We will never ask for write access to your code.

-

3. Platform Rules

-

Users must not manipulate the ranking system, create fake accounts to boost metrics, or use the platform for malicious purposes. Violation of these rules may result in permanent account suspension.

+

+ Last Updated: May 31, 2026 +

+

+ 1. Acceptance of Terms +

+

+ By accessing and using RankerHub, you agree to be bound by these + Terms of Service. If you do not agree to these terms, please do + not use our platform. +

+

+ 2. User Accounts and GitHub Integration +

+

+ RankerHub uses public GitHub data to calculate developer rankings. + By connecting your account, you authorize us to read your public + repositories, commit history, and pull requests. We will never ask + for write access to your code. +

+

+ 3. Platform Rules +

+

+ Users must not manipulate the ranking system, create fake accounts + to boost metrics, or use the platform for malicious purposes. + Violation of these rules may result in permanent account + suspension. +

This is a placeholder document for the RankerHub project.

diff --git a/src/routes/AppRoutes.jsx b/src/routes/AppRoutes.jsx index b93f2e3..ff03020 100644 --- a/src/routes/AppRoutes.jsx +++ b/src/routes/AppRoutes.jsx @@ -16,7 +16,7 @@ import Onboarding from "../pages/Onboarding"; import NotFound from "../pages/NotFound"; import Achievements from "../pages/Achievements"; import About from "../pages/About"; -import Terms from "../pages/Terms"; +import Terms from "../pages/Terms"; import Privacy from "../pages/Privacy"; import ComingSoonCard from "../components/ui/ComingSoonCard"; import GlobalModals from "../components/ui/GlobalModals"; @@ -27,7 +27,9 @@ const LoadingScreen = ({ message }) => (
- {message || "Syncing Session..."} + + {message || "Syncing Session..."} +
); @@ -65,7 +67,11 @@ const OnboardingRoute = ({ children }) => { // Strict guard: if the user's data explicitly says they are complete, OR if isOnboarding is false, redirect. // We only allow access if they are explicitly incomplete. - if (userData?.onboardingStatus === "complete" || !isOnboarding || (userData && userData.onboardingStatus !== "incomplete")) { + if ( + userData?.onboardingStatus === "complete" || + !isOnboarding || + (userData && userData.onboardingStatus !== "incomplete") + ) { return ; } @@ -101,7 +107,7 @@ const SettingsPage = () => ( "Account authentication key scopes", "Staging profile visibility toggles", "Leaderboard notification email alerts", - "Mascot Oliver focus target customization" + "Mascot Oliver focus target customization", ]} estimatedArrival="Q3 2026" showHourglass={true} @@ -130,13 +136,33 @@ export const AppRoutes = () => { } /> {/* Public Login page (standalone) - guarded from logged in users */} - } /> - + + + + } + /> + {/* Onboarding page (standalone) - guarded so only incomplete profiles see it */} - } /> - + + + + } + /> + {/* Layout dashboard sub-pages - locked to authenticated & fully onboarded users */} - }> + + + + } + > } /> } /> } /> diff --git a/src/services/friendsService.js b/src/services/friendsService.js index d6ab1ae..44b81cd 100644 --- a/src/services/friendsService.js +++ b/src/services/friendsService.js @@ -1,4 +1,14 @@ -import { collection, getDocs, doc, setDoc, deleteDoc, onSnapshot, query, where, limit } from "firebase/firestore"; +import { + collection, + getDocs, + doc, + setDoc, + deleteDoc, + onSnapshot, + query, + where, + limit, +} from "firebase/firestore"; import { db } from "../lib/firebase"; // Asynchronously fetch real users from Firebase (capped at 50 to avoid @@ -7,19 +17,26 @@ export const fetchDevelopers = async () => { try { const q = query(collection(db, "users"), limit(50)); const querySnapshot = await getDocs(q); - return querySnapshot.docs.map(doc => { + return querySnapshot.docs.map((doc) => { const data = doc.data(); return { id: doc.id, - name: data.displayName || data.name || data.githubUsername || "Unknown Developer", + name: + data.displayName || + data.name || + data.githubUsername || + "Unknown Developer", username: data.githubUsername || doc.id, - avatar: data.photoURL || data.avatarUrl || `https://ui-avatars.com/api/?name=${data.displayName || 'Dev'}&background=random`, + avatar: + data.photoURL || + data.avatarUrl || + `https://ui-avatars.com/api/?name=${data.displayName || "Dev"}&background=random`, role: data.role || "Developer", bio: data.bio || "Building awesome projects on RankerHub.", tags: data.skills || ["Developer"], mutualFriends: 0, online: false, - activity: "Recently joined RankerHub" + activity: "Recently joined RankerHub", }; }); } catch (error) { @@ -31,9 +48,12 @@ export const fetchDevelopers = async () => { // Real-time listener for users the current user is following export const subscribeToFollowing = (currentUserId, callback) => { if (!currentUserId) return () => {}; - const q = query(collection(db, "follows"), where("followerId", "==", currentUserId)); + const q = query( + collection(db, "follows"), + where("followerId", "==", currentUserId), + ); return onSnapshot(q, (snapshot) => { - const followingIds = snapshot.docs.map(doc => doc.data().followedId); + const followingIds = snapshot.docs.map((doc) => doc.data().followedId); callback(followingIds); }); }; @@ -41,15 +61,22 @@ export const subscribeToFollowing = (currentUserId, callback) => { // Real-time listener for users following the current user export const subscribeToFollowers = (currentUserId, callback) => { if (!currentUserId) return () => {}; - const q = query(collection(db, "follows"), where("followedId", "==", currentUserId)); + const q = query( + collection(db, "follows"), + where("followedId", "==", currentUserId), + ); return onSnapshot(q, (snapshot) => { - const followerIds = snapshot.docs.map(doc => doc.data().followerId); + const followerIds = snapshot.docs.map((doc) => doc.data().followerId); callback(followerIds); }); }; // Toggle logic with Firestore -export const toggleFollowStatus = async (currentUserId, developerId, isFollowing) => { +export const toggleFollowStatus = async ( + currentUserId, + developerId, + isFollowing, +) => { if (!currentUserId || !developerId) return; const followDocId = `${currentUserId}_${developerId}`; const followRef = doc(db, "follows", followDocId); @@ -63,7 +90,7 @@ export const toggleFollowStatus = async (currentUserId, developerId, isFollowing await setDoc(followRef, { followerId: currentUserId, followedId: developerId, - createdAt: new Date().toISOString() + createdAt: new Date().toISOString(), }); } } catch (error) { @@ -72,19 +99,27 @@ export const toggleFollowStatus = async (currentUserId, developerId, isFollowing }; export const hydrateConnections = (developers, followingIds, followerIds) => { - if (!developers) return { friends: [], followers: [], following: [], suggested: [] }; + if (!developers) + return { friends: [], followers: [], following: [], suggested: [] }; - const following = developers.filter((developer) => followingIds.includes(developer.id)); - const followers = developers.filter((developer) => followerIds.includes(developer.id)); + const following = developers.filter((developer) => + followingIds.includes(developer.id), + ); + const followers = developers.filter((developer) => + followerIds.includes(developer.id), + ); const friends = developers.filter( - (developer) => followingIds.includes(developer.id) && followerIds.includes(developer.id) + (developer) => + followingIds.includes(developer.id) && followerIds.includes(developer.id), + ); + const suggested = developers.filter( + (developer) => !followingIds.includes(developer.id), ); - const suggested = developers.filter((developer) => !followingIds.includes(developer.id)); return { friends, followers, following, - suggested + suggested, }; -}; \ No newline at end of file +}; diff --git a/src/utils/motion.js b/src/utils/motion.js index 8cad497..39cb29e 100644 --- a/src/utils/motion.js +++ b/src/utils/motion.js @@ -8,12 +8,17 @@ export const fadeUp = (delay = 0, duration = 0.5) => ({ stiffness: 100, damping: 15, delay, - duration - } - } + duration, + }, + }, }); -export const fadeIn = (direction = "up", type = "tween", delay = 0, duration = 0.5) => ({ +export const fadeIn = ( + direction = "up", + type = "tween", + delay = 0, + duration = 0.5, +) => ({ hidden: { x: direction === "left" ? 100 : direction === "right" ? -100 : 0, y: direction === "up" ? 100 : direction === "down" ? -100 : 0, @@ -66,10 +71,10 @@ export const hoverScale = { transition: { type: "spring", stiffness: 400, - damping: 10 - } + damping: 10, + }, }, - tap: { scale: 0.98 } + tap: { scale: 0.98 }, }; export const hoverButton = { @@ -79,8 +84,8 @@ export const hoverButton = { transition: { type: "spring", stiffness: 400, - damping: 10 - } + damping: 10, + }, }, - tap: { scale: 0.95 } + tap: { scale: 0.95 }, }; diff --git a/src/utils/searchUtils.js b/src/utils/searchUtils.js index 1ae6019..3470037 100644 --- a/src/utils/searchUtils.js +++ b/src/utils/searchUtils.js @@ -69,8 +69,7 @@ export const filterByLanguage = (users, language) => { if (!language || language === "All") return users; return users.filter( (user) => - user.language && - user.language.toLowerCase() === language.toLowerCase() + user.language && user.language.toLowerCase() === language.toLowerCase(), ); }; @@ -84,9 +83,7 @@ export const filterByRole = (users, role) => { if (!role) return users; const roleSearch = role.toLowerCase(); return users.filter( - (user) => - user.role && - user.role.toLowerCase().includes(roleSearch) + (user) => user.role && user.role.toLowerCase().includes(roleSearch), ); }; @@ -134,21 +131,21 @@ export const getSearchSuggestions = (users, query) => { suggestions.add({ type: "name", value: user.name, - display: `${user.name} (@${user.username})` + display: `${user.name} (@${user.username})`, }); } if (user.username.toLowerCase().startsWith(searchTerm)) { suggestions.add({ type: "username", value: user.username, - display: `@${user.username}` + display: `@${user.username}`, }); } if (user.language && user.language.toLowerCase().includes(searchTerm)) { suggestions.add({ type: "language", value: user.language, - display: `Language: ${user.language}` + display: `Language: ${user.language}`, }); } }); diff --git a/tailwind.config.js b/tailwind.config.js index 64c65af..b04f019 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,36 +1,33 @@ /** @type {import('tailwindcss').Config} */ export default { - content: [ - "./index.html", - "./src/**/*.{js,ts,jsx,tsx}", - ], - darkMode: 'class', + content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], + darkMode: "class", theme: { extend: { colors: { brand: { - purple: '#7C3AED', - indigo: '#6366F1', - blue: '#3B82F6', - } + purple: "#7C3AED", + indigo: "#6366F1", + blue: "#3B82F6", + }, }, fontFamily: { - sans: ['Outfit', 'Inter', 'system-ui', 'sans-serif'], - montserrat: ['Montserrat', 'sans-serif'], + sans: ["Outfit", "Inter", "system-ui", "sans-serif"], + montserrat: ["Montserrat", "sans-serif"], }, animation: { - 'blob': 'blob 7s infinite', - 'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite', + blob: "blob 7s infinite", + "pulse-slow": "pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite", }, keyframes: { blob: { - '0%': { transform: 'translate(0px, 0px) scale(1)' }, - '33%': { transform: 'translate(30px, -50px) scale(1.1)' }, - '66%': { transform: 'translate(-20px, 20px) scale(0.9)' }, - '100%': { transform: 'translate(0px, 0px) scale(1)' }, - } - } + "0%": { transform: "translate(0px, 0px) scale(1)" }, + "33%": { transform: "translate(30px, -50px) scale(1.1)" }, + "66%": { transform: "translate(-20px, 20px) scale(0.9)" }, + "100%": { transform: "translate(0px, 0px) scale(1)" }, + }, + }, }, }, plugins: [], -} \ No newline at end of file +}; diff --git a/vite.config.js b/vite.config.js index 1c09993..866428b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,5 +1,5 @@ -import { defineConfig } from 'vite' -import react from '@vitejs/plugin-react' +import { defineConfig } from "vite"; +import react from "@vitejs/plugin-react"; // https://vite.dev/config/ export default defineConfig({ @@ -11,39 +11,39 @@ export default defineConfig({ // Use function syntax instead of object for manualChunks manualChunks(id) { // Core React vendor - if (id.includes('node_modules')) { + if (id.includes("node_modules")) { // React core - if (id.includes('react') && !id.includes('react-lottie')) { - return 'vendor-react'; + if (id.includes("react") && !id.includes("react-lottie")) { + return "vendor-react"; } - + // Firebase - if (id.includes('firebase')) { - return 'vendor-firebase'; + if (id.includes("firebase")) { + return "vendor-firebase"; } - + // Lottie animations - if (id.includes('lottie')) { - return 'vendor-animations'; + if (id.includes("lottie")) { + return "vendor-animations"; } - + // Lucide icons (large library) - if (id.includes('lucide-react')) { - return 'vendor-icons'; + if (id.includes("lucide-react")) { + return "vendor-icons"; } - + // Framer motion - if (id.includes('framer-motion')) { - return 'vendor-motion'; + if (id.includes("framer-motion")) { + return "vendor-motion"; } - + // All other node_modules - return 'vendor'; + return "vendor"; } - } - } + }, + }, }, // Increase chunk size warning limit to 2MB chunkSizeWarningLimit: 2000, }, -}) \ No newline at end of file +});