[
  {
    "path": ".github/actions/setup/action.yml",
    "content": "name: Setup\ndescription: Setup the Lottie SPM CI Environment\ninputs:\n  xcode:\n    description: The version of Xcode to select\n  install-mint:\n    description: Whether to install mint\n    default: true\nruns:\n  using: composite\n  steps:\n  - name: Select Xcode ${{ inputs.xcode }}\n    run: sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode }}.app\n    if: ${{ inputs.xcode }}\n    shell: bash\n\n  - name: Install Mint via Homebrew\n    run: brew install mint\n    if: ${{ inputs.install-mint == 'true' }}\n    shell: bash\n\n  - name: Install Ruby Gems\n    run: bundle install\n    shell: bash\n"
  },
  {
    "path": ".github/workflows/main.yml",
    "content": "name: CI\n\non:\n  push:\n    branches: [ main ]\n  pull_request:\n    branches: [ main ]\n\njobs:\n  test-package:\n    name: \"Test Package\"\n    runs-on: macos-15\n    strategy:\n      fail-fast: false\n      matrix:\n        xcode:\n          - '16.4' # Swift 6.1\n          - '26.1.1' # Swift 6.2\n    steps:\n      - uses: actions/checkout@v2\n      - uses: ./.github/actions/setup\n        with:\n          xcode: ${{ matrix.xcode }}\n      - name: Build Package\n        run: bundle exec rake test:package:github_actions\n\n  build-example:\n    name: \"Build Example App\"\n    runs-on: macos-15\n    strategy:\n      fail-fast: false\n      matrix:\n        xcode:\n          - '16.4' # Swift 6.1\n          - '26.1.1' # Swift 6.2\n    steps:\n      - uses: actions/checkout@v2\n      - uses: ./.github/actions/setup\n        with:\n          xcode: ${{ matrix.xcode }}\n      - name: Build Example\n        run: bundle exec rake build:example:github_actions\n"
  },
  {
    "path": ".gitignore",
    "content": "# Xcode\nxcuserdata/\n\n# AppCode\n.idea/\n\n# other\nbuild/\n\n# macOS\n.DS_Store\n\n# Swift Package Manager\n.swiftpm\n.build/\n\n# Carthage support tests\nscript/test-carthage/Carthage\n\n# Test artifacts\nTests/Artifacts\n\n# Private test animations\nTests/Samples/Private/*.json\nTests/Samples/Private/**/*.json\nTests/__Snapshots__/**/*Private*\n"
  },
  {
    "path": "Example/Example/Assets.xcassets/AccentColor.colorset/Contents.json",
    "content": "{\n  \"colors\" : [\n    {\n      \"idiom\" : \"universal\"\n    }\n  ],\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  }\n}\n"
  },
  {
    "path": "Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"platform\" : \"ios\",\n      \"size\" : \"1024x1024\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"1x\",\n      \"size\" : \"16x16\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"2x\",\n      \"size\" : \"16x16\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"1x\",\n      \"size\" : \"32x32\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"2x\",\n      \"size\" : \"32x32\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"1x\",\n      \"size\" : \"128x128\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"2x\",\n      \"size\" : \"128x128\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"1x\",\n      \"size\" : \"256x256\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"2x\",\n      \"size\" : \"256x256\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"1x\",\n      \"size\" : \"512x512\"\n    },\n    {\n      \"idiom\" : \"mac\",\n      \"scale\" : \"2x\",\n      \"size\" : \"512x512\"\n    }\n  ],\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  }\n}\n"
  },
  {
    "path": "Example/Example/Assets.xcassets/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  }\n}\n"
  },
  {
    "path": "Example/Example/ContentView.swift",
    "content": "// Created by Cal Stephens on 9/12/23.\n// Copyright © 2023 Airbnb Inc. All rights reserved.\n\nimport SwiftUI\nimport Lottie\n\nstruct ContentView: View {\n  var body: some View {\n    VStack {\n      Spacer()\n      Text(\"lottie-spm\")\n      Spacer()\n\n      LottieView(animation: .named(\"LottieLogo1\"))\n        .playing(loopMode: .loop)\n    }\n  }\n}\n"
  },
  {
    "path": "Example/Example/Example.entitlements",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n    <key>com.apple.security.app-sandbox</key>\n    <true/>\n    <key>com.apple.security.files.user-selected.read-only</key>\n    <true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Example/ExampleApp.swift",
    "content": "// Created by Cal Stephens on 9/12/23.\n// Copyright © 2023 Airbnb Inc. All rights reserved.\n\nimport SwiftUI\n\n@main\nstruct ExampleApp: App {\n    var body: some Scene {\n        WindowGroup {\n            ContentView()\n        }\n    }\n}\n"
  },
  {
    "path": "Example/Example/LottieLogo1.json",
    "content": "{\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":0,\"ty\":1,\"nm\":\"MASTER\",\"ks\":{\"o\":{\"k\":0},\"r\":{\"k\":0},\"p\":{\"k\":[214.457,347.822,0]},\"a\":{\"k\":[60,60,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"sw\":120,\"sh\":120,\"sc\":\"#ffffff\",\"ip\":12,\"op\":179,\"st\":0,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"S5-Y 4\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":-89.1},\"p\":{\"k\":[53.205,131.606,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[142.038,29.278],[131.282,21.807]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":76,\"s\":[87],\"e\":[50.633]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":79,\"s\":[50.633],\"e\":[0]},{\"t\":83}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":76,\"s\":[100],\"e\":[75.856]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":79,\"s\":[75.856],\"e\":[0]},{\"t\":83}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":76,\"op\":84,\"st\":40,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"S4-Y 4\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":-89.1},\"p\":{\"k\":[53.205,131.606,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[142.183,-5.112],[130.029,5.016]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":76,\"s\":[87],\"e\":[43.833]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":79,\"s\":[43.833],\"e\":[0]},{\"t\":83}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":76,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":79,\"s\":[66.356],\"e\":[0]},{\"t\":83}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":76,\"op\":84,\"st\":40,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"S3-Y 4\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":-89.1},\"p\":{\"k\":[53.205,131.606,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[147.699,13.025],[133.195,13.21]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":76,\"s\":[87],\"e\":[42.133]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":79,\"s\":[42.133],\"e\":[0]},{\"t\":83}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":76,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":79,\"s\":[66.356],\"e\":[0]},{\"t\":83}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":76,\"op\":84,\"st\":40,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":4,\"ty\":4,\"nm\":\"S5-Y 3\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":97.9},\"p\":{\"k\":[58.205,-39.394,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[145.677,22.22],[134.922,14.749]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":75,\"s\":[87],\"e\":[50.633]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":78,\"s\":[50.633],\"e\":[0]},{\"t\":82}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":75,\"s\":[100],\"e\":[75.856]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":78,\"s\":[75.856],\"e\":[0]},{\"t\":82}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":75,\"op\":83,\"st\":39,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":5,\"ty\":4,\"nm\":\"S4-Y 3\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":97.9},\"p\":{\"k\":[58.205,-39.394,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[144.429,-5.397],[132.275,4.731]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":75,\"s\":[87],\"e\":[43.833]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":78,\"s\":[43.833],\"e\":[0]},{\"t\":82}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":75,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":78,\"s\":[66.356],\"e\":[0]},{\"t\":82}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":75,\"op\":83,\"st\":39,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":6,\"ty\":4,\"nm\":\"S3-Y 3\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":97.9},\"p\":{\"k\":[58.205,-39.394,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[149.624,8.244],[136.648,10.156]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":75,\"s\":[87],\"e\":[42.133]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":78,\"s\":[42.133],\"e\":[0]},{\"t\":82}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":75,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":78,\"s\":[66.356],\"e\":[0]},{\"t\":82}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":75,\"op\":83,\"st\":39,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":7,\"ty\":4,\"nm\":\"S13\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[128,3.65],[78.25,3.5]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":85,\"s\":[87],\"e\":[21.233]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":90,\"s\":[21.233],\"e\":[0]},{\"t\":94}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":85,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":90,\"s\":[66.356],\"e\":[0]},{\"t\":94}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":1.5},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":85,\"op\":95,\"st\":49,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":8,\"ty\":4,\"nm\":\"S12\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[119.25,-20.05],[63.5,-20.5]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":84,\"s\":[87],\"e\":[21.233]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":87,\"s\":[21.233],\"e\":[0]},{\"t\":91}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":84,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":87,\"s\":[66.356],\"e\":[0]},{\"t\":91}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":1.5},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":84,\"op\":94,\"st\":48,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":9,\"ty\":4,\"nm\":\"S11\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[119.5,-45.05],[82.75,-44.75]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":80,\"s\":[87],\"e\":[21.233]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":83,\"s\":[21.233],\"e\":[0]},{\"t\":87}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":80,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":83,\"s\":[66.356],\"e\":[0]},{\"t\":87}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":1.5},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":80,\"op\":90,\"st\":44,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":10,\"ty\":4,\"nm\":\"S5-Y 2\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[169.5,18.073],[137.481,11.365]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":97,\"s\":[87],\"e\":[50.633]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":100,\"s\":[50.633],\"e\":[0]},{\"t\":107}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":97,\"s\":[100],\"e\":[75.856]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":100,\"s\":[75.856],\"e\":[0]},{\"t\":107}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":97,\"op\":107,\"st\":61,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":11,\"ty\":4,\"nm\":\"S4-Y 2\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[156.45,-23.05],[132,2.75]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":97,\"s\":[87],\"e\":[43.833]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":100,\"s\":[43.833],\"e\":[0]},{\"t\":107}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":97,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":100,\"s\":[66.356],\"e\":[0]},{\"t\":107}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":97,\"op\":107,\"st\":61,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":12,\"ty\":4,\"nm\":\"S3-Y 2\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[166.731,-7.927],[136.731,7.115]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":97,\"s\":[87],\"e\":[42.133]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":100,\"s\":[42.133],\"e\":[0]},{\"t\":107}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":97,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":100,\"s\":[66.356],\"e\":[0]},{\"t\":107}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":97,\"op\":107,\"st\":61,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":13,\"ty\":4,\"nm\":\"S6-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-87.5,20.95],[-48.75,54.75]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[87],\"e\":[43.933]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[43.933],\"e\":[0]},{\"t\":64}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[100],\"e\":[70.456]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[70.456],\"e\":[0]},{\"t\":64}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":54,\"op\":64,\"st\":18,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":14,\"ty\":4,\"nm\":\"S5-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-94.5,37.073],[-48.769,55.365]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[87],\"e\":[50.633]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[50.633],\"e\":[0]},{\"t\":64}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[100],\"e\":[75.856]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[75.856],\"e\":[0]},{\"t\":64}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":54,\"op\":64,\"st\":18,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":15,\"ty\":4,\"nm\":\"S4-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[7.45,21.95],[-32.75,55.75]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[87],\"e\":[43.833]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[43.833],\"e\":[0]},{\"t\":64}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[66.356],\"e\":[0]},{\"t\":64}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":54,\"op\":64,\"st\":18,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":16,\"ty\":4,\"nm\":\"S3-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[16.231,39.073],[-32.769,57.365]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[87],\"e\":[42.133]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[42.133],\"e\":[0]},{\"t\":64}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":57,\"s\":[66.356],\"e\":[0]},{\"t\":64}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":2},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":54,\"op\":64,\"st\":18,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":17,\"ty\":4,\"nm\":\"S8\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[-0.148,14.256],[10.476,0],[0,0]],\"o\":[[0,0],[-8.551,-8.263],[-21.454,0],[0,0]],\"v\":[[-3,35.95],[-1.352,-6.756],[-32.046,-20.579],[-42.25,4.25]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":65,\"s\":[87],\"e\":[21.233]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":70,\"s\":[21.233],\"e\":[0]},{\"t\":75}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":65,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":70,\"s\":[66.356],\"e\":[0]},{\"t\":75}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":1.5},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":65,\"op\":75,\"st\":29,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":18,\"ty\":4,\"nm\":\"S7\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[27,1.45],[31.046,-1.421],[0,0]],\"o\":[[-27,-1.45],[-26.426,1.21],[0,0]],\"v\":[[34.5,-13.05],[-35.046,-35.579],[-62.25,-5.75]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":65,\"s\":[87],\"e\":[21.233]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":70,\"s\":[21.233],\"e\":[0]},{\"t\":75}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":65,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":70,\"s\":[66.356],\"e\":[0]},{\"t\":75}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":1.5},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":65,\"op\":75,\"st\":29,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":19,\"ty\":4,\"nm\":\"S2-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[1.9,-10.768],[1,-19]],\"o\":[[0,0],[-3.167,17.951],[-1,19]],\"v\":[[-67.25,-105.5],[-72.333,-84.201],[-76.5,-37.75]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":29,\"s\":[87],\"e\":[25.333]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":33,\"s\":[25.333],\"e\":[0]},{\"t\":36}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":29,\"s\":[100],\"e\":[69.056]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":33,\"s\":[69.056],\"e\":[0]},{\"t\":36}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":1.5},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":30,\"op\":37,\"st\":-7,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":20,\"ty\":4,\"nm\":\"S1-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[25.043,45.678,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[1.9,-10.768],[1,-19]],\"o\":[[0,0],[-3.167,17.951],[-1,19]],\"v\":[[-67.125,-112],[-75.458,-89.951],[-80.375,-39.25]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":29,\"s\":[87],\"e\":[37.533]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":33,\"s\":[37.533],\"e\":[0]},{\"t\":36}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":29,\"s\":[100],\"e\":[66.356]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":33,\"s\":[66.356],\"e\":[0]},{\"t\":36}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":1.5},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\"}],\"ip\":30,\"op\":37,\"st\":-7,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":21,\"ty\":4,\"nm\":\"Dot1\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.823,\"y\":0},\"n\":\"0p833_0p833_0p823_0\",\"t\":-3,\"s\":[295.771,108.994,0],\"e\":[35.771,108.994,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":16}]},\"a\":{\"k\":[196.791,266.504,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"k\":[9.4,9.4]},\"p\":{\"k\":[0.8,-0.5]},\"nm\":\"Ellipse Path 1\"},{\"ty\":\"fl\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"nm\":\"Fill 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[196,267],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\"}],\"ip\":-5,\"op\":17,\"st\":-36,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":22,\"ty\":4,\"nm\":\"L-B\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],\"o\":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],\"v\":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[166.029,270.643],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.703],\"y\":[0.821]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p703_0p821_0p167_0p167\"],\"t\":18,\"s\":[80],\"e\":[50]},{\"i\":{\"x\":[0.263],\"y\":[1]},\"o\":{\"x\":[0.037],\"y\":[0.168]},\"n\":[\"0p263_1_0p037_0p168\"],\"t\":23,\"s\":[50],\"e\":[30]},{\"t\":55}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.337],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p337_1_0p167_0p167\"],\"t\":18,\"s\":[81],\"e\":[73.4]},{\"t\":29}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"}],\"ip\":18,\"op\":179,\"st\":8,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":23,\"ty\":4,\"nm\":\"L-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[25.671,-4.167],[1.456,6.902],[-8.481,1.863],[-47.562,13.01],[-0.501,0.133],[-71.423,-2.315]],\"o\":[[0,0],[-8.224,1.335],[-1.456,-6.903],[23.817,-5.233],[0.16,-0.044],[0.501,-0.133],[0,0]],\"v\":[[-8.837,-58.229],[-35.834,33.662],[-51.688,23.148],[-41.174,7.293],[51.797,44.178],[53.188,43.741],[140.394,43.672]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.4},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[166.029,270.643],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.703],\"y\":[0.857]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p703_0p857_0p167_0p167\"],\"t\":16,\"s\":[80],\"e\":[50]},{\"i\":{\"x\":[0.938],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0.202]},\"n\":[\"0p938_1_0p333_0p202\"],\"t\":20,\"s\":[50],\"e\":[0]},{\"t\":28}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.337],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p337_1_0p167_0p167\"],\"t\":16,\"s\":[81],\"e\":[73.4]},{\"t\":27}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"}],\"ip\":16,\"op\":179,\"st\":8,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":24,\"ty\":1,\"nm\":\"N\",\"parent\":0,\"ks\":{\"o\":{\"k\":0},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.26,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p26_1_0p167_0p167\",\"t\":28,\"s\":[-33.667,8.182,0],\"e\":[-33.667,-72.818,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.74,\"y\":0},\"n\":\"0p833_0p833_0p74_0\",\"t\":40,\"s\":[-33.667,-72.818,0],\"e\":[-33.667,102.057,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":54}]},\"a\":{\"k\":[60,60,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"sw\":120,\"sh\":120,\"sc\":\"#ffffff\",\"ip\":28,\"op\":54,\"st\":0,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":25,\"ty\":4,\"nm\":\"Dot-Y\",\"parent\":24,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p833_0p833_0p167_0p167\",\"t\":28,\"s\":[39.875,60,0],\"e\":[79.375,60,0],\"to\":[6.58333349227905,0,0],\"ti\":[-6.58333349227905,0,0]},{\"t\":54}]},\"a\":{\"k\":[196.791,266.504,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"k\":[9.4,9.4]},\"p\":{\"k\":[0.8,-0.5]},\"nm\":\"Ellipse Path 1\"},{\"ty\":\"fl\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"nm\":\"Fill 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[196,267],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\"}],\"ip\":28,\"op\":54,\"st\":4,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":26,\"ty\":4,\"nm\":\"T1a-B\",\"parent\":36,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[250,250,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],\"o\":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],\"v\":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":24.9,\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.673],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p673_1_0p167_0p167\"],\"t\":70,\"s\":[24.9],\"e\":[89.1]},{\"t\":84}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[227.677,234.375],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\"}],\"ip\":70,\"op\":179,\"st\":17,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":27,\"ty\":4,\"nm\":\"T2a-B\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[1.681,-29.992],[-1.681,29.992]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.06],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p06_1_0p167_0p167\"],\"t\":75,\"s\":[50],\"e\":[0]},{\"t\":85}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.06],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p06_1_0p167_0p167\"],\"t\":75,\"s\":[50],\"e\":[100]},{\"t\":85}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":3,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[277.698,247.258],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\"}],\"ip\":75,\"op\":179,\"st\":15,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":28,\"ty\":4,\"nm\":\"T1a-Y 2\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p667_1_0p167_0p167\",\"t\":56,\"s\":[39.043,48.678,0],\"e\":[39.043,45.678,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":64}]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],\"o\":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],\"v\":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.301],\"y\":[0]},\"n\":[\"0p833_1_0p301_0\"],\"t\":54,\"s\":[0],\"e\":[24.9]},{\"t\":70}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.301],\"y\":[0]},\"n\":[\"0p667_1_0p301_0\"],\"t\":54,\"s\":[0],\"e\":[100]},{\"t\":78}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.4},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[227.677,234.375],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\"}],\"ip\":59,\"op\":179,\"st\":12,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":29,\"ty\":4,\"nm\":\"O-B\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p833_0p833_0p167_0p167\",\"t\":31,\"s\":[-62.792,73.057,0],\"e\":[-53.792,7.557,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.638,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.198},\"n\":\"0p638_1_0p167_0p198\",\"t\":35.257,\"s\":[-53.792,7.557,0],\"e\":[-33.667,-72.818,0],\"to\":[0,0,0],\"ti\":[-19.1562919616699,1.73831975460052,0]},{\"i\":{\"x\":0.795,\"y\":1},\"o\":{\"x\":0.523,\"y\":0},\"n\":\"0p795_1_0p523_0\",\"t\":44,\"s\":[-33.667,-72.818,0],\"e\":[-14.167,102.182,0],\"to\":[16.2075271606445,-1.47073686122894,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.348,\"y\":1},\"o\":{\"x\":0.18,\"y\":0},\"n\":\"0p348_1_0p18_0\",\"t\":54,\"s\":[-14.167,102.182,0],\"e\":[-14.167,59.182,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.27,\"y\":1},\"o\":{\"x\":0.693,\"y\":0},\"n\":\"0p27_1_0p693_0\",\"t\":63,\"s\":[-14.167,59.182,0],\"e\":[-14.167,62.182,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":73}]},\"a\":{\"k\":[196.791,266.504,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"k\":[{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"n\":[\"0p667_1_0p333_0\",\"0p667_1_0p333_0\"],\"t\":54,\"s\":[3,3],\"e\":[44.6,44.6]},{\"t\":61}]},\"p\":{\"k\":[0.8,-0.5]},\"nm\":\"Ellipse Path 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":2,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[196,267],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[0],\"e\":[30]},{\"i\":{\"x\":[0.432],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[1.124]},\"n\":[\"0p432_1_0p167_1p124\"],\"t\":63,\"s\":[30],\"e\":[39.9]},{\"t\":91}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":54,\"s\":[100],\"e\":[88]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":63,\"s\":[88],\"e\":[88]},{\"t\":91}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"}],\"ip\":54,\"op\":179,\"st\":4,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":30,\"ty\":4,\"nm\":\"O-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p833_0p833_0p167_0p167\",\"t\":31,\"s\":[-62.792,73.057,0],\"e\":[-53.792,7.557,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.638,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.198},\"n\":\"0p638_1_0p167_0p198\",\"t\":35.257,\"s\":[-53.792,7.557,0],\"e\":[-33.667,-72.818,0],\"to\":[0,0,0],\"ti\":[-19.1562919616699,1.73831975460052,0]},{\"i\":{\"x\":0.795,\"y\":1},\"o\":{\"x\":0.523,\"y\":0},\"n\":\"0p795_1_0p523_0\",\"t\":44,\"s\":[-33.667,-72.818,0],\"e\":[-14.167,102.182,0],\"to\":[16.2075271606445,-1.47073686122894,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.348,\"y\":1},\"o\":{\"x\":0.18,\"y\":0},\"n\":\"0p348_1_0p18_0\",\"t\":54,\"s\":[-14.167,102.182,0],\"e\":[-14.167,59.182,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.27,\"y\":1},\"o\":{\"x\":0.693,\"y\":0},\"n\":\"0p27_1_0p693_0\",\"t\":63,\"s\":[-14.167,59.182,0],\"e\":[-14.167,62.182,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":73}]},\"a\":{\"k\":[196.791,266.504,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"k\":[{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"n\":[\"0p667_1_0p333_0\",\"0p667_1_0p333_0\"],\"t\":54,\"s\":[3,3],\"e\":[44.6,44.6]},{\"t\":61}]},\"p\":{\"k\":[0.8,-0.5]},\"nm\":\"Ellipse Path 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.8},\"lc\":1,\"lj\":1,\"ml\":4,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[196,267],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\"}],\"ip\":54,\"op\":179,\"st\":4,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":31,\"ty\":4,\"nm\":\"T1b-B\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[1.768,-25.966],[-1.768,25.966]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":0,\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.21],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p21_1_0p167_0p167\"],\"t\":81,\"s\":[11.7],\"e\":[100]},{\"t\":88}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":2,\"lj\":2,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[242.756,265.581],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\"}],\"ip\":81,\"op\":179,\"st\":26,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":32,\"ty\":4,\"nm\":\"T1b-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[1.768,-25.966],[-1.768,25.966]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":70,\"s\":[0],\"e\":[0]},{\"t\":75}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":70,\"s\":[11.7],\"e\":[100]},{\"t\":75}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.4},\"lc\":2,\"lj\":2,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[242.756,265.581],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\"}],\"ip\":70,\"op\":161,\"st\":15,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":33,\"ty\":4,\"nm\":\"T2b-B\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[246.65,213.814],[340.956,213.628]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":82,\"s\":[29],\"e\":[0]},{\"t\":91}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":82,\"s\":[41.1],\"e\":[66.5]},{\"t\":91}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\"}],\"ip\":82,\"op\":179,\"st\":-17,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":34,\"ty\":4,\"nm\":\"T2a-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[1.681,-29.992],[-1.681,29.992]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.06],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p06_1_0p167_0p167\"],\"t\":72,\"s\":[50],\"e\":[0]},{\"t\":82}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.06],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p06_1_0p167_0p167\"],\"t\":72,\"s\":[50],\"e\":[100]},{\"t\":82}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":3,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[277.698,247.258],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\"}],\"ip\":72,\"op\":89,\"st\":12,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":35,\"ty\":4,\"nm\":\"T2b-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[39.043,45.678,0]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[246.65,213.814],[340.956,213.628]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":76,\"s\":[29],\"e\":[0]},{\"t\":85}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":76,\"s\":[41.1],\"e\":[66.5]},{\"t\":85}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\"}],\"ip\":76,\"op\":92,\"st\":-23,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":36,\"ty\":4,\"nm\":\"T1a-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p667_1_0p167_0p167\",\"t\":56,\"s\":[39.043,48.678,0],\"e\":[39.043,45.678,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":64}]},\"a\":{\"k\":[250,250,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[-0.5,9.501],[-0.048,5.655],[0.054,0.06],[0.946,1.486],[-9.967,8.05],[-40.546,0]],\"o\":[[0.031,-0.594],[0.076,-8.978],[-1.161,-1.3],[-5.939,-9.327],[24.677,-19.929],[0,0]],\"v\":[[-30.72,63.761],[-30.741,45.192],[-37.397,27.014],[-40.698,22.661],[-37.873,-7.117],[49.506,11.559]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.301],\"y\":[0]},\"n\":[\"0p833_1_0p301_0\"],\"t\":54,\"s\":[0],\"e\":[24.9]},{\"t\":70}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.301],\"y\":[0]},\"n\":[\"0p667_1_0p301_0\"],\"t\":54,\"s\":[0],\"e\":[100]},{\"t\":74}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.4},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[227.677,234.375],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\"}],\"ip\":59,\"op\":156,\"st\":12,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":37,\"ty\":4,\"nm\":\"E1-B\",\"parent\":38,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[344.672,214.842,0]},\"a\":{\"k\":[344.672,214.842,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-13.664,-0.145],[62.163,0.29]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.562},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[344.672,214.842],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[0.12]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_0p12_0p167_0p167\"],\"t\":84,\"s\":[0],\"e\":[0]},{\"t\":93}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":84,\"s\":[0],\"e\":[37.5]},{\"t\":93}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"}],\"ip\":84,\"op\":179,\"st\":84,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":38,\"ty\":4,\"nm\":\"E1-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.12,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p12_1_0p167_0p167\",\"t\":79,\"s\":[113.715,9.146,0],\"e\":[137.715,9.146,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.12,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"n\":\"0p12_1_0p167_0\",\"t\":88,\"s\":[137.715,9.146,0],\"e\":[133.715,9.146,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":92}]},\"a\":{\"k\":[344.672,214.842,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-13.664,-0.145],[62.163,0.29]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.4},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[344.672,214.842],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[0.12]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_0p12_0p167_0p167\"],\"t\":79,\"s\":[0],\"e\":[0]},{\"t\":88}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":79,\"s\":[0],\"e\":[37.5]},{\"t\":88}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"}],\"ip\":79,\"op\":94,\"st\":79,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":39,\"ty\":4,\"nm\":\"E2-B\",\"parent\":40,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[332.05,237.932,0]},\"a\":{\"k\":[332.05,237.932,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-26.67,-0.283],[99.171,0.066]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[0.12]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_0p12_0p167_0p167\"],\"t\":86,\"s\":[0],\"e\":[0]},{\"t\":95}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":86,\"s\":[0],\"e\":[43]},{\"t\":95}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.562},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[331.664,238.14],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\"}],\"ip\":86,\"op\":179,\"st\":86,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":40,\"ty\":4,\"nm\":\"E2-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.12,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p12_1_0p167_0p167\",\"t\":83,\"s\":[109.092,33.61,0],\"e\":[121.092,33.61,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.12,\"y\":0.12},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p12_0p12_0p167_0p167\",\"t\":92,\"s\":[121.092,33.61,0],\"e\":[121.092,33.61,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":96}]},\"a\":{\"k\":[332.05,237.932,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-26.67,-0.283],[99.171,0.066]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[0.12]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_0p12_0p167_0p167\"],\"t\":83,\"s\":[0],\"e\":[0]},{\"t\":92}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":83,\"s\":[0],\"e\":[43]},{\"t\":92}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.4},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[331.664,238.14],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\"}],\"ip\":83,\"op\":96,\"st\":83,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":41,\"ty\":4,\"nm\":\"I-B\",\"parent\":42,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[303.802,282.182,0]},\"a\":{\"k\":[303.802,282.182,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[0.859,-21.143],[-4.359,70.392]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[0.12]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_0p12_0p167_0p167\"],\"t\":81,\"s\":[0],\"e\":[0]},{\"t\":91}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":81,\"s\":[0],\"e\":[45.7]},{\"t\":91}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.194},\"lc\":3,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[304.135,282.409],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\"}],\"ip\":81,\"op\":179,\"st\":18,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":42,\"ty\":4,\"nm\":\"I-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.12,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p12_1_0p167_0p167\",\"t\":78,\"s\":[93.594,62.861,0],\"e\":[92.626,82.829,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.12,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"n\":\"0p12_1_0p167_0\",\"t\":88,\"s\":[92.626,82.829,0],\"e\":[92.844,77.861,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":92}]},\"a\":{\"k\":[303.802,282.182,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[0.859,-21.143],[-4.359,70.392]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[0.12]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_0p12_0p167_0p167\"],\"t\":78,\"s\":[0],\"e\":[0]},{\"t\":88}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.12],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p12_1_0p167_0p167\"],\"t\":78,\"s\":[0],\"e\":[45.7]},{\"t\":88}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":8.4},\"lc\":3,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[304.135,282.409],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\"}],\"ip\":78,\"op\":93,\"st\":15,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":43,\"ty\":4,\"nm\":\"E3-B\",\"parent\":44,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[345.189,261.801,0]},\"a\":{\"k\":[345.124,261.801,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-13.664,-0.145],[75.663,0.29]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":92,\"s\":[0],\"e\":[0]},{\"t\":97}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":92,\"s\":[0],\"e\":[31.6]},{\"t\":97}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 2\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.562},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[344.674,261.877],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\"}],\"ip\":92,\"op\":179,\"st\":29,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":44,\"ty\":4,\"nm\":\"E3-Y\",\"parent\":0,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p667_1_0p167_0p167\",\"t\":84,\"s\":[119.167,57.479,0],\"e\":[137.167,57.479,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"n\":\"0p667_1_0p167_0\",\"t\":92,\"s\":[137.167,57.479,0],\"e\":[134.167,57.479,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":96}]},\"a\":{\"k\":[345.124,261.801,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ks\":{\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-13.664,-0.145],[75.663,0.29]],\"c\":false}},\"nm\":\"Path 1\"},{\"ty\":\"tm\",\"s\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":84,\"s\":[0],\"e\":[0]},{\"t\":92}],\"ix\":1},\"e\":{\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"n\":[\"0p833_0p833_0p167_0p167\"],\"t\":84,\"s\":[0],\"e\":[31.6]},{\"t\":92}],\"ix\":2},\"o\":{\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 2\"},{\"ty\":\"st\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.48,0.53,1]},\"o\":{\"k\":100},\"w\":{\"k\":9.562},\"lc\":2,\"lj\":1,\"ml\":10,\"nm\":\"Stroke 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[344.674,261.877],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\"}],\"ip\":84,\"op\":102,\"st\":21,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":45,\"ty\":4,\"nm\":\"Dot-Y\",\"parent\":46,\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0,\"y\":0.812},\"o\":{\"x\":0,\"y\":0},\"n\":\"0_0p812_0_0\",\"t\":96,\"s\":[43.263,59.75,0],\"e\":[62.513,59.75,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.708,\"y\":1},\"o\":{\"x\":0.39,\"y\":0.707},\"n\":\"0p708_1_0p39_0p707\",\"t\":108,\"s\":[62.513,59.75,0],\"e\":[63.763,59.75,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":115}]},\"a\":{\"k\":[196.791,266.504,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"k\":[9.2,9.2]},\"p\":{\"k\":[0.8,-0.5]},\"nm\":\"Ellipse Path 1\"},{\"ty\":\"fl\",\"fillEnabled\":true,\"c\":{\"k\":[1,1,1,1]},\"o\":{\"k\":100},\"nm\":\"Fill 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[196,267],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\"}],\"ip\":96,\"op\":182,\"st\":65,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":46,\"ty\":1,\"nm\":\"Bncr\",\"parent\":0,\"ks\":{\"o\":{\"k\":0},\"r\":{\"k\":0},\"p\":{\"k\":[{\"i\":{\"x\":0.18,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p18_1_0p167_0p167\",\"t\":96,\"s\":[164.782,57.473,0],\"e\":[164.782,55.473,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.82,\"y\":0},\"n\":\"0p833_0p833_0p82_0\",\"t\":99,\"s\":[164.782,55.473,0],\"e\":[164.782,57.473,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.18,\"y\":1},\"o\":{\"x\":0.167,\"y\":0.167},\"n\":\"0p18_1_0p167_0p167\",\"t\":102,\"s\":[164.782,57.473,0],\"e\":[164.782,56.909,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.82,\"y\":0},\"n\":\"0p833_0p833_0p82_0\",\"t\":105,\"s\":[164.782,56.909,0],\"e\":[164.782,57.473,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"t\":108}]},\"a\":{\"k\":[60,60,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"sw\":120,\"sh\":120,\"sc\":\"#ffffff\",\"ip\":96,\"op\":182,\"st\":15,\"bm\":0,\"sr\":1},{\"ddd\":0,\"ind\":47,\"ty\":4,\"nm\":\"BG\",\"ks\":{\"o\":{\"k\":100},\"r\":{\"k\":0},\"p\":{\"k\":[187.5,333.5,0]},\"a\":{\"k\":[0,0,0]},\"s\":{\"k\":[100,100,100]}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"rc\",\"d\":1,\"s\":{\"k\":[375,667]},\"p\":{\"k\":[0,0]},\"r\":{\"k\":0},\"nm\":\"Rectangle Path 1\"},{\"ty\":\"fl\",\"fillEnabled\":true,\"c\":{\"k\":[0,0.82,0.76,1]},\"o\":{\"k\":100},\"nm\":\"Fill 1\"},{\"ty\":\"tr\",\"p\":{\"k\":[0,0],\"ix\":2},\"a\":{\"k\":[0,0],\"ix\":1},\"s\":{\"k\":[100,100],\"ix\":3},\"r\":{\"k\":0,\"ix\":6},\"o\":{\"k\":100,\"ix\":7},\"sk\":{\"k\":0,\"ix\":4},\"sa\":{\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Rectangle 1\"}],\"ip\":0,\"op\":179,\"st\":0,\"bm\":0,\"sr\":1}],\"v\":\"4.4.26\",\"ddd\":0,\"ip\":0,\"op\":179,\"fr\":30,\"w\":375,\"h\":667}\n"
  },
  {
    "path": "Example/Example.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 56;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\t0816EC182AB12BBF007D7F3F /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 0816EC172AB12BBF007D7F3F /* Lottie */; };\n\t\t08CB607E2AB127E10059AF6F /* ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08CB607D2AB127E10059AF6F /* ExampleApp.swift */; };\n\t\t08CB60802AB127E10059AF6F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08CB607F2AB127E10059AF6F /* ContentView.swift */; };\n\t\t08CB60822AB127E20059AF6F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08CB60812AB127E20059AF6F /* Assets.xcassets */; };\n\t\t08CB608B2AB128060059AF6F /* LottieLogo1.json in Resources */ = {isa = PBXBuildFile; fileRef = 08CB608A2AB128060059AF6F /* LottieLogo1.json */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXFileReference section */\n\t\t08CB607B2AB127E10059AF6F /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t08CB607D2AB127E10059AF6F /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = \"<group>\"; };\n\t\t08CB607F2AB127E10059AF6F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = \"<group>\"; };\n\t\t08CB60812AB127E20059AF6F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = \"<group>\"; };\n\t\t08CB60832AB127E20059AF6F /* Example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example.entitlements; sourceTree = \"<group>\"; };\n\t\t08CB608A2AB128060059AF6F /* LottieLogo1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = LottieLogo1.json; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t08CB60782AB127E10059AF6F /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t0816EC182AB12BBF007D7F3F /* Lottie in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t082D23E22943A62100DAAC5A = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t08CB607C2AB127E10059AF6F /* Example */,\n\t\t\t\t082D23EC2943A62100DAAC5A /* Products */,\n\t\t\t\t2E11D9AD297ADBA900662020 /* Frameworks */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t082D23EC2943A62100DAAC5A /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t08CB607B2AB127E10059AF6F /* Example.app */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t08CB607C2AB127E10059AF6F /* Example */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t08CB607D2AB127E10059AF6F /* ExampleApp.swift */,\n\t\t\t\t08CB607F2AB127E10059AF6F /* ContentView.swift */,\n\t\t\t\t08CB608A2AB128060059AF6F /* LottieLogo1.json */,\n\t\t\t\t08CB60812AB127E20059AF6F /* Assets.xcassets */,\n\t\t\t\t08CB60832AB127E20059AF6F /* Example.entitlements */,\n\t\t\t);\n\t\t\tpath = Example;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t2E11D9AD297ADBA900662020 /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\t08CB607A2AB127E10059AF6F /* Example */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 08CB60872AB127E20059AF6F /* Build configuration list for PBXNativeTarget \"Example\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t08CB60772AB127E10059AF6F /* Sources */,\n\t\t\t\t08CB60782AB127E10059AF6F /* Frameworks */,\n\t\t\t\t08CB60792AB127E10059AF6F /* Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = Example;\n\t\t\tpackageProductDependencies = (\n\t\t\t\t0816EC172AB12BBF007D7F3F /* Lottie */,\n\t\t\t);\n\t\t\tproductName = Example;\n\t\t\tproductReference = 08CB607B2AB127E10059AF6F /* Example.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\t082D23E32943A62100DAAC5A /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tBuildIndependentTargetsInParallel = 1;\n\t\t\t\tLastSwiftUpdateCheck = 1500;\n\t\t\t\tLastUpgradeCheck = 1420;\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t08CB607A2AB127E10059AF6F = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 15.0;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = 082D23E62943A62100DAAC5A /* Build configuration list for PBXProject \"Example\" */;\n\t\t\tcompatibilityVersion = \"Xcode 14.0\";\n\t\t\tdevelopmentRegion = en;\n\t\t\thasScannedForEncodings = 0;\n\t\t\tknownRegions = (\n\t\t\t\ten,\n\t\t\t\tBase,\n\t\t\t);\n\t\t\tmainGroup = 082D23E22943A62100DAAC5A;\n\t\t\tpackageReferences = (\n\t\t\t);\n\t\t\tproductRefGroup = 082D23EC2943A62100DAAC5A /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t08CB607A2AB127E10059AF6F /* Example */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t08CB60792AB127E10059AF6F /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t08CB60822AB127E20059AF6F /* Assets.xcassets in Resources */,\n\t\t\t\t08CB608B2AB128060059AF6F /* LottieLogo1.json in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t08CB60772AB127E10059AF6F /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t08CB60802AB127E10059AF6F /* ContentView.swift in Sources */,\n\t\t\t\t08CB607E2AB127E10059AF6F /* ExampleApp.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin XCBuildConfiguration section */\n\t\t082D23FD2943A62200DAAC5A /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++20\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 11.0;\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 10.11;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t082D23FE2943A62200DAAC5A /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++20\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 11.0;\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 10.11;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tMTL_FAST_MATH = YES;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_COMPILATION_MODE = wholemodule;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-O\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t08CB60882AB127E20059AF6F /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;\n\t\t\t\tASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;\n\t\t\t\tCODE_SIGN_ENTITLEMENTS = Example/Example.entitlements;\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tENABLE_PREVIEWS = YES;\n\t\t\t\tENABLE_USER_SCRIPT_SANDBOXING = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu17;\n\t\t\t\tGENERATE_INFOPLIST_FILE = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]\" = UIStatusBarStyleDefault;\n\t\t\t\t\"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]\" = UIStatusBarStyleDefault;\n\t\t\t\tINFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = \"UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight\";\n\t\t\t\tINFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = \"UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 15.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\";\n\t\t\t\t\"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]\" = \"@executable_path/../Frameworks\";\n\t\t\t\tLOCALIZATION_PREFERS_STRING_CATALOGS = YES;\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 12.0;\n\t\t\t\tMARKETING_VERSION = 1.0;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.airbnb.lottie.Example;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = auto;\n\t\t\t\tSUPPORTED_PLATFORMS = \"appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator\";\n\t\t\t\tSUPPORTS_MACCATALYST = NO;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = \"DEBUG $(inherited)\";\n\t\t\t\tSWIFT_EMIT_LOC_STRINGS = YES;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2,3,7\";\n\t\t\t\tTVOS_DEPLOYMENT_TARGET = 15.0;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t08CB60892AB127E20059AF6F /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;\n\t\t\t\tASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;\n\t\t\t\tCODE_SIGN_ENTITLEMENTS = Example/Example.entitlements;\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tENABLE_PREVIEWS = YES;\n\t\t\t\tENABLE_USER_SCRIPT_SANDBOXING = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu17;\n\t\t\t\tGENERATE_INFOPLIST_FILE = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]\" = YES;\n\t\t\t\t\"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]\" = UIStatusBarStyleDefault;\n\t\t\t\t\"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]\" = UIStatusBarStyleDefault;\n\t\t\t\tINFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = \"UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight\";\n\t\t\t\tINFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = \"UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 15.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\";\n\t\t\t\t\"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]\" = \"@executable_path/../Frameworks\";\n\t\t\t\tLOCALIZATION_PREFERS_STRING_CATALOGS = YES;\n\t\t\t\tMACOSX_DEPLOYMENT_TARGET = 12.0;\n\t\t\t\tMARKETING_VERSION = 1.0;\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.airbnb.lottie.Example;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSDKROOT = auto;\n\t\t\t\tSUPPORTED_PLATFORMS = \"appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator\";\n\t\t\t\tSUPPORTS_MACCATALYST = NO;\n\t\t\t\tSWIFT_EMIT_LOC_STRINGS = YES;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2,3,7\";\n\t\t\t\tTVOS_DEPLOYMENT_TARGET = 15.0;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t082D23E62943A62100DAAC5A /* Build configuration list for PBXProject \"Example\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t082D23FD2943A62200DAAC5A /* Debug */,\n\t\t\t\t082D23FE2943A62200DAAC5A /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t08CB60872AB127E20059AF6F /* Build configuration list for PBXNativeTarget \"Example\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t08CB60882AB127E20059AF6F /* Debug */,\n\t\t\t\t08CB60892AB127E20059AF6F /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n/* End XCConfigurationList section */\n\n/* Begin XCSwiftPackageProductDependency section */\n\t\t0816EC172AB12BBF007D7F3F /* Lottie */ = {\n\t\t\tisa = XCSwiftPackageProductDependency;\n\t\t\tproductName = Lottie;\n\t\t};\n/* End XCSwiftPackageProductDependency section */\n\t};\n\trootObject = 082D23E32943A62100DAAC5A /* Project object */;\n}\n"
  },
  {
    "path": "Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDEDidComputeMac32BitWarning</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"1500\"\n   version = \"1.7\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"08CB607A2AB127E10059AF6F\"\n               BuildableName = \"Example.app\"\n               BlueprintName = \"Example\"\n               ReferencedContainer = \"container:Example.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      shouldAutocreateTestPlan = \"YES\">\n   </TestAction>\n   <LaunchAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      debugServiceExtension = \"internal\"\n      allowLocationSimulation = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"08CB607A2AB127E10059AF6F\"\n            BuildableName = \"Example.app\"\n            BlueprintName = \"Example\"\n            ReferencedContainer = \"container:Example.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n   </LaunchAction>\n   <ProfileAction\n      buildConfiguration = \"Release\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      debugDocumentVersioning = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"08CB607A2AB127E10059AF6F\"\n            BuildableName = \"Example.app\"\n            BlueprintName = \"Example\"\n            ReferencedContainer = \"container:Example.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "Example/Example.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"group:..\">\n   </FileRef>\n   <FileRef\n      location = \"container:Example.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "Example/Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDEDidComputeMac32BitWarning</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "Gemfile",
    "content": "source 'https://rubygems.org' do\n  gem \"rake\", \"~> 13.0.0\"\nend\n"
  },
  {
    "path": "LICENSE",
    "content": "                                 Apache License\n                           Version 2.0, January 2004\n                        https://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright 2018 Airbnb, Inc.\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       https://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "Package.swift",
    "content": "// swift-tools-version:6.0\n\nimport PackageDescription\n\n/// A precompiled XCFramework of the lottie-ios repo that was compiled with Xcode 16.4.\nlet lottieXCFramework = Target.binaryTarget(\n  name: \"Lottie\",\n  url: \"https://github.com/airbnb/lottie-ios/releases/download/4.6.0/Lottie.xcframework.zip\",\n  checksum: \"45e1c5d7040654fe498f9bc6de99d88ae0092714fb9f424949850e1ad66217e4\"\n)\n\nlet package = Package(\n  name: \"Lottie\",\n  platforms: [.iOS(\"13.0\"), .macOS(\"10.15\"), .tvOS(\"13.0\"), .visionOS(\"1.0\")],\n  products: [.library(name: \"Lottie\", targets: [\"Lottie\", \"_LottieStub\"])],\n  targets: [\n    lottieXCFramework,\n    \n    // Without at least one regular (non-binary) target, this package doesn't show up\n    // in Xcode under \"Frameworks, Libraries, and Embedded Content\". That prevents\n    // Lottie from being embedded in the app product, causing the app to crash when\n    // ran on a physical device. As a workaround, we can include a stub target\n    // with at least one source file.\n    // https://github.com/apple/swift-package-manager/issues/6069\n    .target(name: \"_LottieStub\"),\n    \n    .testTarget(\n      name: \"LottieTests\",\n      dependencies: [\"Lottie\"],\n      path: \"Tests\"\n    ),\n  ]\n)\n"
  },
  {
    "path": "PrivacyInfo.xcprivacy",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>NSPrivacyTracking</key>\n\t<false/>\n\t<key>NSPrivacyTrackingDomains</key>\n\t<array/>\n\t<key>NSPrivacyCollectedDataTypes</key>\n\t<array/>\n\t<key>NSPrivacyAccessedAPITypes</key>\n\t<array>\n\t\t<dict>\n\t\t\t<key>NSPrivacyAccessedAPIType</key>\n\t\t\t<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>\n\t\t\t<key>NSPrivacyAccessedAPITypeReasons</key>\n\t\t\t<array>\n\t\t\t\t<string>C617.1</string>\n\t\t\t</array>\n\t\t</dict>\n\t</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "README.md",
    "content": "# Lottie for Swift Package Manager\n[![SwiftPM](https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat)](https://swift.org/package-manager/) [![License](https://img.shields.io/cocoapods/l/lottie-ios.svg?style=flat)](https://cocoapods.org/pods/lottie-ios) [![Swift Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fairbnb%2Flottie-spm%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/airbnb/lottie-spm)\n\nThis repo provides Swift Package Manager support for [lottie-ios](https://github.com/airbnb/lottie-ios). \n\n### Installing Lottie\n\nTo install Lottie using [Swift Package Manager](https://github.com/apple/swift-package-manager) you can follow the [tutorial published by Apple](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) using the URL for this repo with the current version:\n\n1. In Xcode, select “File” → “Add Packages...”\n1. Enter https://github.com/airbnb/lottie-spm.git\n\nor you can add the following dependency to your `Package.swift`:\n\n```swift\n.package(url: \"https://github.com/airbnb/lottie-spm.git\", from: \"4.6.0\")\n```\n\nand add it to your target like this:\n\n```swift\ndependencies: [\n  .product(name: \"Lottie\", package: \"lottie-spm\")\n]\n```\n\n### Why is there a separate repo for Swift Package Manager support?\n\nThe main git repository for [lottie-ios](https://github.com/airbnb/lottie-ios) is somewhat large (300+ MB), and Swift Package Manager always downloads the full repository with all git history. This [lottie-spm](https://github.com/airbnb/lottie-spm) repo is much smaller (less than 500kb), so can be downloaded much more quickly.\n\nInstead of downloading the full git history of Lottie and building it from source, this repo just contains a pointer to the precompiled XCFramework included in the [latest lottie-ios release](https://github.com/airbnb/lottie-ios/releases/latest) (typically ~8MB). If you prefer to include Lottie source directly your project, you can directly depend on the [`lottie-ios` repo](https://github.com/airbnb/lottie-ios) instead.\n\n### Other Package Managers\n\nLottie is also available via Cocoapods, Carthage, and npm. You can also build Lottie directly from source, or manually integrate precompiled XCFrameworks into your project. More information is available in the main [lottie-ios](https://github.com/airbnb/lottie-ios#installing-lottie) repo.\n\n### Swift Version Support\n\nLottie supports Swift / Xcode versions back to the minimum version that is permitted by Apple for submissions to the App Store. You can see the most up-to-date information for which Swift versions Lottie supports on [Swift Package Index](https://swiftpackageindex.com/airbnb/lottie-ios):\n\n[![Swift Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fairbnb%2Flottie-ios%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/airbnb/lottie-ios)\n\n### Privacy\n\nLottie does not collect any data. We provide this notice to help you fill out [App Privacy Details](https://developer.apple.com/app-store/app-privacy-details/). We additionally provide a [privacy manifest](https://github.com/airbnb/lottie-spm/blob/master/Sources/PrivacyInfo.xcprivacy) which can be included in your app.\n\nWhen generating a privacy report, Xcode will automatically detect and use the privacy manifest included in the downloaded `Lottie.xcframework`. For convenience we also provide a copy of the privacy manifest [in this repo](https://github.com/airbnb/lottie-spm/blob/master/PrivacyInfo.xcprivacy).\n\n### Security\n\nWe distribute XCFramework bundles for each release on [GitHub](https://github.com/airbnb/lottie-ios/releases/latest). In Lottie 4.4.0 and later, these XCFramework bundles include a [code signature](https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks). These bundles are self-signed under the name \"Lottie iOS\" and have the following fingerprint:\n\n```\n89 2F 1B 43 04 7B 50 53 8F 2F 46 EA D9 29 00 DD 3D 48 11 F358 21 78 C0 61 A5 FB 20 F1 11 CB 26\n```\n\nWhen using lottie-spm, the downloaded `Lottie.xframework` isn't visible in the project navigator. To validate the authenticity of a lottie-spm package, you can confirm that the `Package.swift` file references a binary XCFramework from https://github.com/airbnb/lottie-ios/releases. \n"
  },
  {
    "path": "Rakefile",
    "content": "namespace :build do\n  desc 'Builds the Lottie example app'\n  namespace :example do\n    desc 'Builds the Example apps for all supported platforms / architectures. Requires valid code signing.'\n    task all: ['iOS:simulator', 'iOS:device', 'tvOS:simulator', 'visionOS:simulator', 'macOS:arm64', 'macOS:x86_64', 'macCatalyst:arm64', 'macCatalyst:x86_64']\n\n    desc 'Builds the Example app for platforms / architectures supported by Github Actions CI'\n    task github_actions: ['iOS:simulator', 'tvOS:simulator', 'visionOS:simulator', 'macOS:x86_64']\n\n    namespace :iOS do\n      task :simulator do\n        xcodebuild('build -scheme \"Example\" -destination \"platform=iOS Simulator,name=iPhone SE (3rd generation)\" -workspace Example/Example.xcworkspace')\n      end\n      task :device do\n        xcodebuild('build -scheme \"Example\" -destination generic/platform=iOS -workspace Example/Example.xcworkspace')\n      end\n    end\n\n    namespace :tvOS do\n      task :simulator do\n        xcodebuild('build -scheme \"Example\" -destination \"platform=tvOS Simulator,name=Apple TV 4K (3rd generation)\" -workspace Example/Example.xcworkspace')\n      end\n    end\n\n    namespace :visionOS do\n      task :simulator do\n        xcodebuild('build -scheme \"Example\" -destination \"platform=visionOS Simulator,OS=26.1,name=Apple Vision Pro\" -workspace Example/Example.xcworkspace')\n      end\n    end\n\n    namespace :macOS do\n      task :arm64 do\n        xcodebuild('build -scheme \"Example\" -destination \"platform=macOS,arch=arm64\" -workspace Example/Example.xcworkspace')\n      end\n      task :x86_64 do\n        xcodebuild('build -scheme \"Example\" -destination \"platform=macOS,arch=x86_64\" -workspace Example/Example.xcworkspace')\n      end\n    end\n\n    namespace :macCatalyst do\n      task :arm64 do\n        xcodebuild('build -scheme \"Example\" -destination \"platform=macOS,variant=Mac Catalyst,arch=arm64\" -workspace Example/Example.xcworkspace')\n      end\n      task :x86_64 do\n        xcodebuild('build -scheme \"Example\" -destination \"platform=macOS,variant=Mac Catalyst,arch=x86_64\" -workspace Example/Example.xcworkspace')\n      end\n    end\n  end\nend\n\nnamespace :test do\n  desc 'Tests the Lottie package for supported platforms'\n  namespace :package do\n    desc 'Tests the Lottie package for all supported platforms'\n    task all: ['iOS', 'macOS', 'tvOS', 'visionOS']\n\n    # The visionOS tests time out in GitHub actions as of Feb 2024, so we exclude them for now.\n    desc 'Tests the Lottie package for all platforms supported by GitHub Actions'\n    task github_actions: ['iOS', 'macOS', 'tvOS']\n\n    desc 'Tests the Lottie package for iOS'\n    task :iOS do\n      xcodebuild('test -scheme Lottie -destination \"platform=iOS Simulator,name=iPhone SE (3rd generation)\"')\n    end\n\n    desc 'Tests the Lottie package for macOS'\n    task :macOS do\n      xcodebuild('test -scheme Lottie -destination platform=macOS')\n    end\n\n    desc 'Tests the Lottie package for tvOS'\n    task :tvOS do\n      xcodebuild('test -scheme Lottie -destination \"platform=tvOS Simulator,name=Apple TV\"')\n    end\n\n    desc 'Tests the Lottie package for visionOS'\n    task :visionOS do\n      xcodebuild('test -scheme Lottie -destination \"platform=visionOS Simulator,name=Apple Vision Pro\"')\n    end\n  end\nend\n\ndef xcodebuild(command)\n  # Check if the mint tool is installed -- if so, pipe the xcodebuild output through xcbeautify\n  `which mint`\n\n  if $?.success?\n    sh \"set -o pipefail && xcodebuild #{command} | mint run thii/xcbeautify@0.10.2\"\n  else\n    sh \"xcodebuild #{command}\"\n  end\nend\n"
  },
  {
    "path": "Sources/_LottieStub/Stub.swift",
    "content": "// Created by Cal Stephens on 1/20/23.\n// Copyright © 2023 Airbnb Inc. All rights reserved.\n\nclass LottieStub { } \n"
  },
  {
    "path": "Tests/LottieTests.swift",
    "content": "// Created by Cal Stephens on 12/9/22.\n// Copyright © 2022 Airbnb Inc. All rights reserved.\n\nimport Lottie\nimport XCTest\n\n@MainActor\nfinal class LottieTests: XCTestCase {\n  func testCanImportLottie() {\n    let animationView: Any? = LottieAnimationView()\n    XCTAssertNotNil(animationView)\n  }\n}\n"
  }
]